From: Ulrich Drepper Date: Sun, 6 Apr 2003 22:18:48 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~937 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8b0d4a143c83fea55308ec0a8b55deade1c9035;p=thirdparty%2Fglibc.git Update. 2003-04-06 Ulrich Drepper * 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. --- diff --git a/ChangeLog b/ChangeLog index e8d73f605bd..d9919c97ab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,15 @@ +2003-04-06 Ulrich Drepper + + * 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 * 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.