This commit is contained in:
Ulrich Drepper 1999-12-08 05:00:33 +00:00
parent ee8c334d8c
commit c6b3542e00

View File

@ -2,12 +2,14 @@
* iconvdata/ansi_x3.110.c (from_ansi_x3_110): Don't increment
pointers if character is illegal.
Reported by Bruno Haible <haible@ilog.fr>.
* iconv/gconv_db.c (gen_steps): Set __counter initialy to 1.
(increment_counter): New function. Broken out of find_derivation.
(find_derivation): No need for a lock. Increment counter only when
the derivation was already available.
* iconv/gconv_dl.c (known_compare): We have to use strcmp.
Reported by Bruno Haible <haible@ilog.fr>.
1999-12-06 Ulrich Drepper <drepper@cygnus.com>