diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:00:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:00:53 +0000 |
commit | 7cdd956e1c55930a020b61806d642b6047deffc7 (patch) | |
tree | f6daa27ab94fcc5593bc3a8495c3ec40b20344ca /ChangeLog | |
parent | f5ff12d851be1c225385c037ccfc29ffa6216c94 (diff) | |
download | glibc-7cdd956e1c55930a020b61806d642b6047deffc7.tar.gz glibc-7cdd956e1c55930a020b61806d642b6047deffc7.tar.xz glibc-7cdd956e1c55930a020b61806d642b6047deffc7.zip |
Update.
2000-02-13 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and UTF-16LE. * iconvdata/utf-16.c: New file. * iconv/gconv_builtin.h: Remove UTF-16 entries here. * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. * iconv/skeleton.c: Increment __invocation_coounter after every call to the loops.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a859dc66f1..e109ee2375 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2000-02-13 Ulrich Drepper <drepper@redhat.com> + + * iconvdata/Makefile (modules): Add UTF-16. + (distribute): Add utf-16.c. + * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and + UTF-16LE. + * iconvdata/utf-16.c: New file. + * iconv/gconv_builtin.h: Remove UTF-16 entries here. + * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. + + * iconv/skeleton.c: Increment __invocation_coounter after every call + to the loops. + 2000-02-12 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/i386/msgctl.c (__new_msgctl): Move errno |