diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 04:02:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-08 04:02:45 +0000 |
commit | 76a2102b0874ed777309caf846b5f4d021bb830d (patch) | |
tree | 29b483d3fa775eeec677c06ecf3dbdfdf5e413d9 /ChangeLog | |
parent | 8f61a78efeb714b82549df45f735f5e7ee9c1826 (diff) | |
download | glibc-76a2102b0874ed777309caf846b5f4d021bb830d.tar glibc-76a2102b0874ed777309caf846b5f4d021bb830d.tar.gz glibc-76a2102b0874ed777309caf846b5f4d021bb830d.tar.bz2 glibc-76a2102b0874ed777309caf846b5f4d021bb830d.zip |
Update.
1999-12-07 Ulrich Drepper <drepper@cygnus.com>
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-12-07 Ulrich Drepper <drepper@cygnus.com> + + * 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. + 1999-12-06 Ulrich Drepper <drepper@cygnus.com> * iconvdata/sami-ws2.c (CHARSET_NAME): Fix typo. |