From: Ulrich Drepper Date: Sat, 20 Apr 2002 01:50:13 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf27aecd19071342b99073ac058c9161131bd3a8;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 2ac43531939..720334a0929 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-15 Bruno Haible + + * 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 * time/tst-mktime.c: Include . Use %d, not %ld format