diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 04:56:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 04:56:09 +0000 |
commit | 3b187ccb86c5ad5fe969f788d8a635e9f7bbdc5f (patch) | |
tree | edcb5e88e045694c8cd7ee4d25c6c87931c828fe /ChangeLog | |
parent | 76a2102b0874ed777309caf846b5f4d021bb830d (diff) | |
download | glibc-3b187ccb86c5ad5fe969f788d8a635e9f7bbdc5f.tar.gz glibc-3b187ccb86c5ad5fe969f788d8a635e9f7bbdc5f.tar.xz glibc-3b187ccb86c5ad5fe969f788d8a635e9f7bbdc5f.zip |
Update.
* iconvdata/ansi_x3.110.c (from_ansi_x3_110): Don't increment pointers if character is illegal. Reported by Bruno Haible <haible@ilog.fr>. Reported by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fe45168239..0cb37f0140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,16 @@ 1999-12-07 Ulrich Drepper <drepper@cygnus.com> + * 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: Add debugging functions. (known_compare): We have to use strcmp. + Reported by Bruno Haible <haible@ilog.fr>. 1999-12-06 Ulrich Drepper <drepper@cygnus.com> |