diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-13 09:12:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-13 09:12:02 +0000 |
commit | c0d99958f9f329400d25040b3d422fa937522b65 (patch) | |
tree | 2c9b3c78d4ee07ffb167b2112e89eff799dc509f /ChangeLog | |
parent | 875fc7830131521c46413a69543d962b5337d6ca (diff) | |
download | glibc-c0d99958f9f329400d25040b3d422fa937522b65.zip glibc-c0d99958f9f329400d25040b3d422fa937522b65.tar.gz glibc-c0d99958f9f329400d25040b3d422fa937522b65.tar.bz2 |
Update.
* iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
(distribute): Add iso-2022-cn-ext.c.
Add definitions to compile the new module.
* iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT.
* iconvdata/iso-2022-cn-ext.c: New file.
* iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from
ucs4_from_isoir165. Increment input pointer if successful.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2000-09-13 Ulrich Drepper <drepper@redhat.com> + * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT. + (distribute): Add iso-2022-cn-ext.c. + Add definitions to compile the new module. + * iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT. + * iconvdata/iso-2022-cn-ext.c: New file. + * iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from + ucs4_from_isoir165. Increment input pointer if successful. + * csu/Makefile: Work around a gcc bug when creating csu-dummies. * sysdeps/unix/sysv/linux/getdents.c: Pretty print. |