aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-07-25 21:30:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-07-25 21:30:39 +0000
commit9fcddc2b42e379b0b409cf743962a35e887a963f (patch)
tree18f27376c0b70307c181d471f2cffae2aabddd24 /ChangeLog
parentba915a38078a0765ad1e895fa7e6ca38e86ac3f8 (diff)
downloadglibc-9fcddc2b42e379b0b409cf743962a35e887a963f.zip
glibc-9fcddc2b42e379b0b409cf743962a35e887a963f.tar.gz
glibc-9fcddc2b42e379b0b409cf743962a35e887a963f.tar.bz2
Update.
(write_output): Don't overwrite old cache file until we know we have a new one. * iconv/Makefile (install-sbin): Add iconvconfig. * iconv/gconv_int.h: Add prototype for __gconv_release_cache.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bb4c383..b3117db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,10 @@
* iconv/iconvconfig.c (main): Don't write an output file if we
have seen an error.
+ (write_output): Don't overwrite old cache file until we know we
+ have a new one.
- * iconv/Makefile (install-bin): Add iconvconfig.
+ * iconv/Makefile (install-sbin): Add iconvconfig.
2001-07-25 Jakub Jelinek <jakub@redhat.com>
@@ -43,7 +45,7 @@
__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_int.h: Add prototype for __gconv_release_cache.
* iconv/gconv_cache.c (__gconv_lookup_cache): Catch one more
boundary case and reject it.