*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 14:59:39 +0000 (14:59 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 14:59:39 +0000 (14:59 +0000)
lib/ChangeLog

index 14d8d95905876c262ded8014c0d7631cc92cf00e..f69736b72c3ea4a6ce24baf6d888c01a856e1eb9 100644 (file)
@@ -1,3 +1,22 @@
+2003-04-11  Jim Meyering  <jim@meyering.net>
+
+       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.
+       (nl_get_alt_digit) [! defined my_strftime]: Define.
+       (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
+       _nl_get_alt_digit and _nl_get_walt_digit.
+
+       * strftime.c (my_strftime): Merge in locale-related changes from libc.
+       These changes have no effect outside of _LIBC.
+
 2003-04-10  Bruno Haible  <bruno@clisp.org>
 
        * findprog.h: New file, from GNU gettext.
@@ -7,6 +26,9 @@
 
        Merge changes from Coreutils.
 
+       * exclude.h (PARAMS): Remove definition and uses.
+       * exclude.c: Remove uses of `PARAMS'.
+
        * dirname.c [TEST_DIRNAME]: Update build instructions for test.
        Add test-cases for DOS filenames. Declare program_name.
        (main): Set up program_name.  Patch by Rich Dawe.