aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-20 02:05:39 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-20 02:05:39 +0000
commite2806aaf5d84e7eb63cc11633e9e833d8d1421b5 (patch)
treee0a2a4cc43c8d9e955724fe2e2823e4f76623085 /ChangeLog
parent602c2f9d9d4995ecab62f2ee22c1a09741e6b1a5 (diff)
downloadglibc-e2806aaf5d84e7eb63cc11633e9e833d8d1421b5.tar
glibc-e2806aaf5d84e7eb63cc11633e9e833d8d1421b5.tar.gz
glibc-e2806aaf5d84e7eb63cc11633e9e833d8d1421b5.tar.bz2
glibc-e2806aaf5d84e7eb63cc11633e9e833d8d1421b5.zip
Update.
2002-04-15 Bruno Haible <bruno@clisp.org> * iconvdata/sjis.c (halfkana_to_ucs4): Remove array. (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion. 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-19 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regcomp.c (parse_expression): Fix incorrect error code. (parse_dup_op): Fix error handling like "a{}". (parse_bracket_exp): Add error handling. (fetch_number): Add error handling for "a{<very_large_number>}". 2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regcomp.c (parse_bracket_symbol): Add error handling in case that the symbol name is too long. (build_charclass): Handle [:lower:]/[:uppper:] correctly in case of REG_ICASE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f98b3c73a8..3e1f9dec51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+2002-04-15 Bruno Haible <bruno@clisp.org>
+
+ * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
+ (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
+
+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-19 Isamu Hasegawa <isamu@yamato.ibm.com>
+
+ * posix/regcomp.c (parse_expression): Fix incorrect error code.
+ (parse_dup_op): Fix error handling like "a{}".
+ (parse_bracket_exp): Add error handling.
+ (fetch_number): Add error handling for "a{<very_large_number>}".
+
+2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com>
+
+ * posix/regcomp.c (parse_bracket_symbol): Add error handling
+ in case that the symbol name is too long.
+ (build_charclass): Handle [:lower:]/[:uppper:] correctly
+ in case of REG_ICASE.
+
2002-04-19 Andreas Jaeger <aj@suse.de>
* math/libm-test.inc: Fix comment, suggested by Hartvig Ekner