diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-09-23 18:48:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-09-23 18:48:38 +0000 |
commit | 294bda1b5a42d485ba39f59c05a25e542eb7fa0d (patch) | |
tree | ba124d55d4f236d1a847cdc71342fdb2d5fda82b /ChangeLog | |
parent | 32053042d4785ffeae3a032808480c8dc2f98607 (diff) | |
download | glibc-294bda1b5a42d485ba39f59c05a25e542eb7fa0d.tar.gz glibc-294bda1b5a42d485ba39f59c05a25e542eb7fa0d.tar.xz glibc-294bda1b5a42d485ba39f59c05a25e542eb7fa0d.zip |
[BZ #395]
* iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of array. * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access. 2004-08-13 GOTO Masanori <gotom@debian.or.jp> [BZ #395] * iconvdata/jis0208.c: Remove 0x005C mapping from __jisx0208_from_ucs4_lat1. Reported by Fumitoshi UKAI <ukai@debian.or.jp> 2005-09-23 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 01dd44d8c0..a256fad136 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2005-09-23 Ulrich Drepper <drepper@redhat.com> + * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of + array. + * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access. + +2004-08-13 GOTO Masanori <gotom@debian.or.jp> + + [BZ #395] + * iconvdata/jis0208.c: Remove 0x005C mapping from + __jisx0208_from_ucs4_lat1. + Reported by Fumitoshi UKAI <ukai@debian.or.jp> + +2005-09-23 Ulrich Drepper <drepper@redhat.com> + [BZ #394] * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if nothing can be written. |