about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-06 22:18:48 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-06 22:18:48 +0000
commite8b0d4a143c83fea55308ec0a8b55deade1c9035 (patch)
treed891867fdec7a139cbc1b0173830ed6664f0f40a /ChangeLog
parent572542533eaedce620a4ee3c503f5f562d72a941 (diff)
downloadglibc-e8b0d4a143c83fea55308ec0a8b55deade1c9035.tar.gz
glibc-e8b0d4a143c83fea55308ec0a8b55deade1c9035.tar.xz
glibc-e8b0d4a143c83fea55308ec0a8b55deade1c9035.zip
Update.
2003-04-06  Ulrich Drepper  <drepper@redhat.com>

	* iconv/iconv_prog.c (process_block): Don't print message about
	invalid input if the -c option is used.
	(main): Correctly append IGNORE string for -c option.

	arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8d73f605b..d9919c97ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+2003-04-06  Ulrich Drepper  <drepper@redhat.com>
+
+	* iconv/iconv_prog.c (process_block): Don't print message about
+	invalid input if the -c option is used.
+	(main): Correctly append IGNORE string for -c option.
+
 2002-04-06  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
 	* sysdeps/sh/bits/atomic.h: Moved to ...
 	* sysdeps/unix/sysv/linux/sh/bits/atomic.h: ... here.  Add comments.
 	(__arch_compare_and_exchange_val_*_acq): Add parens around macro
-        arguments.
+	arguments.
 	(atomic_bit_set, atomic_bit_test_set): Likewise.
 	(atomic_exchange_and_add): Likewise.  Don't evaluate VALUE argument
 	twice.