diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:30:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:30:39 +0000 |
commit | 9fcddc2b42e379b0b409cf743962a35e887a963f (patch) | |
tree | 18f27376c0b70307c181d471f2cffae2aabddd24 /ChangeLog | |
parent | ba915a38078a0765ad1e895fa7e6ca38e86ac3f8 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |