diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 19:03:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-01 19:03:22 +0000 |
commit | 9a1f71a7238deea567c3e3bd95c8ec5fd973f54d (patch) | |
tree | d9b638f4c738e4b44d813e2ceae07875d7b27d84 /ChangeLog | |
parent | 45e0579fb7f8008c3df3358ca63bf9189e236edb (diff) | |
download | glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.gz glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.xz glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.zip |
Update.
2001-09-01 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and export it. * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache. * iconv/iconv_prog.c (insert_cache): New function. (print_known_names): If cache is used call insert_cache to use the information from the cache [PR libc/2509].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8239b709b7..9c7fdd0267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-09-01 Ulrich Drepper <drepper@redhat.com> + + * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and + export it. + * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache. + * iconv/iconv_prog.c (insert_cache): New function. + (print_known_names): If cache is used call insert_cache to use the + information from the cache [PR libc/2509]. + 2001-08-31 Ulrich Drepper <drepper@redhat.com> * time/strptime.c (strptime_internal): Recognize 'l' format and |