From: Ulrich Drepper Date: Mon, 15 Mar 2004 22:41:44 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~646 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=330aa7006317b2ae6a80ef795ebe1f204959e321;p=thirdparty%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 a85242a94ee..88776587e25 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.