From: Ulrich Drepper Date: Mon, 15 Mar 2004 22:41:44 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~18123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=330aa7006317b2ae6a80ef795ebe1f204959e321;p=external%2Fglibc.git Update. * iconv/gconv_simple.c (__gconv_transform_utf8_internal): Use only one copy of error handling code. --- diff --git a/ChangeLog b/ChangeLog index a85242a..8877658 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,9 @@ 2004-03-15 Ulrich Drepper + * iconv/gconv_simple.c (__gconv_transform_utf8_internal): Use only + one copy of error handling code. + * stdio-common/vfscanf.c: Simplify error handling macros. Use direct locale access functions.