aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01dd44d..a256fad 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.