aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-27 05:42:19 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-27 05:42:19 +0000
commit316518d610789256841f929e3c5757d1e385fcd5 (patch)
treecf53931201515683b375870c359e5ec81ffe6088 /ChangeLog
parentcd201e387c261f9684a76a51e63f194bf49faa3f (diff)
downloadglibc-316518d610789256841f929e3c5757d1e385fcd5.zip
glibc-316518d610789256841f929e3c5757d1e385fcd5.tar.gz
glibc-316518d610789256841f929e3c5757d1e385fcd5.tar.bz2
Update.
2000-04-26 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct stored character in state in UNPACK_BYTES macro. * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work. Correct test for available characters, handle result of BODY code correctly. * localedata/Makefile (test-srcs): Add tst-mbswcs1. (distribute): Add tst-mbswcs.sh. Add rule to run tst-mbswcs.sh. * localedata/tst-mbswcs.sh: New file. * localedata/tst-mbswcs1.c: New file. 2000-04-26 Jakub Jelinek <jakub@redhat.com> * nis/nis_callback.c (__nis_create_callback): Do failed memory allocation fixups centrally, fix __builtin_expect call, return NULL on failure, not NIS_NOMEMORY. 2000-04-27 Bruno Haible <haible@clisp.cons.org>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6adf933..effb3e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,22 @@
-2000-04-27 Bruno Haible <clisp.cons.org>
+2000-04-26 Ulrich Drepper <drepper@redhat.com>
+
+ * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
+ stored character in state in UNPACK_BYTES macro.
+ * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work. Correct
+ test for available characters, handle result of BODY code correctly.
+ * localedata/Makefile (test-srcs): Add tst-mbswcs1.
+ (distribute): Add tst-mbswcs.sh.
+ Add rule to run tst-mbswcs.sh.
+ * localedata/tst-mbswcs.sh: New file.
+ * localedata/tst-mbswcs1.c: New file.
+
+2000-04-26 Jakub Jelinek <jakub@redhat.com>
+
+ * nis/nis_callback.c (__nis_create_callback): Do failed memory
+ allocation fixups centrally, fix __builtin_expect call, return NULL
+ on failure, not NIS_NOMEMORY.
+
+2000-04-27 Bruno Haible <haible@clisp.cons.org>
* intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.