From e2806aaf5d84e7eb63cc11633e9e833d8d1421b5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Apr 2002 02:05:39 +0000 Subject: Update. 2002-04-15 Bruno Haible * iconvdata/sjis.c (halfkana_to_ucs4): Remove array. (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion. 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-19 Isamu Hasegawa * 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{}". 2002-04-19 Isamu Hasegawa * 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. --- iconvdata/tst-table-from.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconvdata/tst-table-from.c') diff --git a/iconvdata/tst-table-from.c b/iconvdata/tst-table-from.c index 9bf0ba3683..084de5fe2b 100644 --- a/iconvdata/tst-table-from.c +++ b/iconvdata/tst-table-from.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2001 Free Software Foundation, Inc. +/* Copyright (C) 2000-2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Bruno Haible , 2000. @@ -184,7 +184,7 @@ main (int argc, char *argv[]) if (argc != 2) { - fprintf (stderr, "Usage: tst-table-to charset\n"); + fprintf (stderr, "Usage: tst-table-from charset\n"); exit (1); } charset = argv[1]; -- cgit v1.2.3