aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-09-01 19:03:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-09-01 19:03:22 +0000
commit9a1f71a7238deea567c3e3bd95c8ec5fd973f54d (patch)
treed9b638f4c738e4b44d813e2ceae07875d7b27d84 /ChangeLog
parent45e0579fb7f8008c3df3358ca63bf9189e236edb (diff)
downloadglibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.zip
glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.gz
glibc-9a1f71a7238deea567c3e3bd95c8ec5fd973f54d.tar.bz2
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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8239b70..9c7fdd0 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