aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-10-30 12:56:51 -0700
committerRoland McGrath <roland@hack.frob.com>2014-10-30 12:56:51 -0700
commit65b00b6c51c09bbce4876fac87ec4f8ad8399697 (patch)
tree4dbcd1a7f6da844c35ba9848d677bd7be586d57a /ChangeLog
parentd4e157aaaead89474366f58fa57e035441a2bd8b (diff)
downloadglibc-65b00b6c51c09bbce4876fac87ec4f8ad8399697.tar
glibc-65b00b6c51c09bbce4876fac87ec4f8ad8399697.tar.gz
glibc-65b00b6c51c09bbce4876fac87ec4f8ad8399697.tar.bz2
glibc-65b00b6c51c09bbce4876fac87ec4f8ad8399697.zip
Clean up wchar_t conversion code in iconv program.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 898055e20d..b3eaf53e21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-10-30 Roland McGrath <roland@hack.frob.com>
+
+ * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
+ (convert_charseq): New function, broken out of ...
+ (use_from_charmap): ... here. Call it.
+ (use_to_charmap): Use convert_charseq and free instead of duplicating
+ its code with a variable-length stack struct.
+
2014-10-30 Joseph Myers <joseph@codesourcery.com>
* include/fcntl.h (__libc_creat): Remove declaration.