aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-15 09:00:05 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-15 09:00:05 +0000
commit9654fd27c05e1bf232e4816491bfa3a9312d3fef (patch)
tree18a5ae4ab5e311befaa651bbca53269c84543938 /ChangeLog
parent9514f4e693df6e4d9e92faeec2bd4e61ca15fcf4 (diff)
downloadglibc-9654fd27c05e1bf232e4816491bfa3a9312d3fef.tar
glibc-9654fd27c05e1bf232e4816491bfa3a9312d3fef.tar.gz
glibc-9654fd27c05e1bf232e4816491bfa3a9312d3fef.tar.bz2
glibc-9654fd27c05e1bf232e4816491bfa3a9312d3fef.zip
Update.
* iconv/gconv_db.c (__gconv_find_transform): If conversion is known to not exist don't try to load shared objects. Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0345099787..7a5c5966c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
1999-04-15 Ulrich Drepper <drepper@cygnus.com>
+ * iconv/gconv_db.c (__gconv_find_transform): If conversion is
+ known to not exist don't try to load shared objects.
+ Patch by Petr Vandrovec Ing. VTEI <VANDROVE@vc.cvut.cz>.
+
* nscd/cache.c (prune_cache): The table might not be unused. In
this case do nothing.