diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-15 17:08:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-15 17:08:11 +0000 |
commit | bd687f7ab43028d3722984a6bcf48115bb82d9bb (patch) | |
tree | 027152723aa03cd3e99696ea3017d6e6238f73b8 /ChangeLog | |
parent | cb37d8429a6d2da1e76e4e9ff22c51939ef56a6d (diff) | |
download | glibc-bd687f7ab43028d3722984a6bcf48115bb82d9bb.tar.gz glibc-bd687f7ab43028d3722984a6bcf48115bb82d9bb.tar.xz glibc-bd687f7ab43028d3722984a6bcf48115bb82d9bb.zip |
Update.
* iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f8afb393a3..e264b026e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-05-15 Ulrich Drepper <drepper@cygnus.com> + * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly. + * sysdeps/generic/setenv.c (setenv): Remove optimization for overwriting existing values if it fits. |