diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 454678128..a4c334e1a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,8 +1,15 @@ 2003-01-20 Jim Meyering <jim@meyering.net> - 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 <drepper@redhat.com> + + 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 <jim@meyering.net> * strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical definitions. |