diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-30 12:56:51 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-30 12:56:51 -0700 |
commit | 65b00b6c51c09bbce4876fac87ec4f8ad8399697 (patch) | |
tree | 4dbcd1a7f6da844c35ba9848d677bd7be586d57a /ChangeLog | |
parent | d4e157aaaead89474366f58fa57e035441a2bd8b (diff) | |
download | glibc-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |