From: Jim Meyering Date: Thu, 21 Nov 2002 08:48:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.4~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501358c1069eff16b400477dec123c87b0964de2;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1a0c87e101..70022842dc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -4,6 +4,7 @@ 2002-11-19 Jim Meyering + Be careful not to clobber errno. * quotearg.c (quotearg_buffer_restyled): If mbrtowc returns `(size_t) -1' (at which point it would also set errno to EILSEQ), then restore errno to its previous value.