diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:00:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-25 21:00:58 +0000 |
commit | ba915a38078a0765ad1e895fa7e6ca38e86ac3f8 (patch) | |
tree | fb5185786e78aabae24b3162678fedbf6a421052 /ChangeLog | |
parent | a2cb734f5d785b1725437c7bf59a168ab3fbfb4d (diff) | |
download | glibc-ba915a38078a0765ad1e895fa7e6ca38e86ac3f8.tar.gz glibc-ba915a38078a0765ad1e895fa7e6ca38e86ac3f8.tar.xz glibc-ba915a38078a0765ad1e895fa7e6ca38e86ac3f8.zip |
Update.
* iconv/iconvconfig.c (main): Don't write an output file if we have seen an error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5fac726d1c..bb4c383b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-25 Ulrich Drepper <drepper@redhat.com> + * iconv/iconvconfig.c (main): Don't write an output file if we + have seen an error. + * iconv/Makefile (install-bin): Add iconvconfig. 2001-07-25 Jakub Jelinek <jakub@redhat.com> |