diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-23 05:52:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-23 05:52:43 +0000 |
commit | cf970a32156e60e8842c5e9e82a3cb147dacaf64 (patch) | |
tree | 7c8300ee994a7c0cf9d4c67b41d464f29972d4c3 /ChangeLog | |
parent | dc63ee35750ed8db3e0d7938e74bbadb8cff8446 (diff) | |
download | glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.tar.gz glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.tar.xz glibc-cf970a32156e60e8842c5e9e82a3cb147dacaf64.zip |
Update.
* iconvdata/sjis.c: In conversion from UCS4, correct test for enough room in target buffer. Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865]. * iconvdata/bug-iconv1.c: New file. * iconvdata/Makefile (tests): Add bug-iconv1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cb3009a041..da70260fa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-08-22 Ulrich Drepper <drepper@redhat.com> + * iconvdata/sjis.c: In conversion from UCS4, correct test for + enough room in target buffer. + Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865]. + * iconvdata/bug-iconv1.c: New file. + * iconvdata/Makefile (tests): Add bug-iconv1. + * locale/iso-4217.def: Update entry for Nicaragua. 2000-08-22 Mark Kettenis <kettenis@gnu.org> |