From: Jim Meyering Date: Mon, 20 Jan 2003 15:04:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.5~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787138d638e3269f8dacb4eb242bb236a253c34c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 4546781287..a4c334e1a9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,15 @@ 2003-01-20 Jim Meyering - Merge in changes from libc + Merge in changes from GNU libc * error.c: Eliminate many `#ifdef USE_IN_LIBIO' conditionals. +2003-01-19 Ulrich Drepper + + From GNU libc. + * strftime.c (my_strftime): Handle very large width + specifications for numeric values correctly. Improve checks for + overflow. + 2003-01-19 Jim Meyering * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions.