]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 01:50:13 +0000 (01:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 20 Apr 2002 01:50:13 +0000 (01:50 +0000)
ChangeLog

index 2ac435319396e7148d3383bfc6781571d25cb5b4..720334a09291a15d33b73b14d25a8265b8625ab7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-15  Bruno Haible  <bruno@clisp.org>
+
+       * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
+       invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
+       always one byte, not 0 bytes in some cases and 2 bytes in others.
+
+       * iconvdata/tst-table-from.c (main): Correct the usage message.
+
 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
 
        * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format