aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-13 09:12:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-13 09:12:02 +0000
commitc0d99958f9f329400d25040b3d422fa937522b65 (patch)
tree2c9b3c78d4ee07ffb167b2112e89eff799dc509f /ChangeLog
parent875fc7830131521c46413a69543d962b5337d6ca (diff)
downloadglibc-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b448144..fcd75f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.