diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-15 06:14:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-15 06:14:56 +0000 |
commit | 7888313d3c00975b1f5a0b8e624b85c1b520b134 (patch) | |
tree | a6511083de1adcf96c11f2f50e2935dc9557d834 /ChangeLog | |
parent | ea1efc6f4974e8daaa9ea9ac84636ba333ce1ef0 (diff) | |
download | glibc-7888313d3c00975b1f5a0b8e624b85c1b520b134.tar glibc-7888313d3c00975b1f5a0b8e624b85c1b520b134.tar.gz glibc-7888313d3c00975b1f5a0b8e624b85c1b520b134.tar.bz2 glibc-7888313d3c00975b1f5a0b8e624b85c1b520b134.zip |
Update.
2000-07-14 Ulrich Drepper <drepper@redhat.com>
* iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
transliteration function did its job, continue, don't stop.
* iconvdata/iso646.c: Little optimizations in body for conversion
from UCS4.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-07-14 Ulrich Drepper <drepper@redhat.com> + + * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the + transliteration function did its job, continue, don't stop. + + * iconvdata/iso646.c: Little optimizations in body for conversion + from UCS4. + 2000-07-14 Mark Kettenis <kettenis@gnu.org> * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning. |