diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 02:27:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-16 02:27:47 +0000 |
commit | ea31b613feba1c5f34ff2cf9f2c0bab3be4f8d2a (patch) | |
tree | dce127c44f40111c9076d20d840e662ccdc621ce /ChangeLog | |
parent | a1a2fec161c0fafca0f8e5df454e9ec9fa15ed99 (diff) | |
download | glibc-ea31b613feba1c5f34ff2cf9f2c0bab3be4f8d2a.tar.gz glibc-ea31b613feba1c5f34ff2cf9f2c0bab3be4f8d2a.tar.xz glibc-ea31b613feba1c5f34ff2cf9f2c0bab3be4f8d2a.zip |
Update.
* iconv/gconv_simple.c (STORE_REST): Explicitly store the total expected size into state. (UNPACK_BYTES): Do the reverse. * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug. Reported by Al Viro <aviro@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e9c8c51301..57e1c6584a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-01-15 Ulrich Drepper <drepper@redhat.com> + * iconv/gconv_simple.c (STORE_REST): Explicitly store the total + expected size into state. + (UNPACK_BYTES): Do the reverse. + * wcsmbs/tst-mbrtowc.c (utf8_test_1): Add test for the bug. + Reported by Al Viro <aviro@redhat.com>. + * stdio-common/Makefile (tests): Add bug14. * stdio-common/bug14.c: New file. |