aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9489b31..aa3dffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-07-24 Ulrich Drepper <drepper@redhat.com>
+ * iconv/gconv_cache.c (find_module): Don't allocate room for the
+ filename. Use alloca, we don't need it beyond this function.
+ (__gconv_release_cache): New function.
+ * iconv/gconv_db.c (__gconv_close_transform): Call
+ __gconv_release_cache after the steps are handled.
+ * iconv/gconv_dl.c (__gconv_find_shlib): Allocate file name in the
+ record as well.
+ * iconv/gconv_int.h: Add prototype fpr __gconv_release_cache.
+
* iconv/gconv_cache.c (__gconv_lookup_cache): Catch one more
boundary case and reject it.