about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-04 19:14:56 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-04 19:14:56 +0000
commitf2fcb018ad4fe9a6cdb7b984d9ace36c39a67882 (patch)
treeeb62529d8621247f374ec4c03bc86704d51f3859 /ChangeLog
parentd8c5a2cc2a5c56a303671704795886318f16d72e (diff)
downloadglibc-f2fcb018ad4fe9a6cdb7b984d9ace36c39a67882.tar.gz
glibc-f2fcb018ad4fe9a6cdb7b984d9ace36c39a67882.tar.xz
glibc-f2fcb018ad4fe9a6cdb7b984d9ace36c39a67882.zip
Update.
2004-03-04  Jakub Jelinek  <jakub@redhat.com>

	* iconv/iconv_prog.c (process_block): Handle omit_invalid.
	If iconv returns EILSEQ with omit_invalid, continue converting
	and return 1 if no other errors are seen.
	(main): Set status to EXIT_FAILURE whenever process_* returns
	nonzero, but only stop processing further files if iy returns
	negative value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f038f5bc70..dd024437db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-03-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* iconv/iconv_prog.c (process_block): Handle omit_invalid.
+	If iconv returns EILSEQ with omit_invalid, continue converting
+	and return 1 if no other errors are seen.
+	(main): Set status to EXIT_FAILURE whenever process_* returns
+	nonzero, but only stop processing further files if iy returns
+	negative value.
+
 2004-03-03  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/posix_fadvise.c: New file.