From: Ulrich Drepper Date: Wed, 8 Dec 1999 05:00:33 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b3542e00013ad221ed7a3e7df31c5328cad5c6;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 5b886b0b0a4..9d65f1f5c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 . * 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 . 1999-12-06 Ulrich Drepper