*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 29 May 2003 12:09:42 +0000 (12:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 29 May 2003 12:09:42 +0000 (12:09 +0000)
NEWS
lib/ChangeLog

diff --git a/NEWS b/NEWS
index ca15f94..2e0d1c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
 [5.0.1]
+* date's %r format directive now honors locale settings
 * md5sum --check now accepts the output of the BSD md5sum program, e.g.,
   MD5 (f) = d41d8cd98f00b204e9800998ecf8427e
 * du no longer runs out of file descriptors unnecessarily
index 2a5007c..e91c390 100644 (file)
@@ -1,3 +1,9 @@
+2003-05-29  Jim Meyering  <jim@meyering.net>
+
+       Make the %r format directive honor any locale setting.
+       * strftime.c: (my_strftime) [!defined _NL_CURRENT && HAVE_STRFTIME]:
+       Use underlying_strftime for %r.
+
 2003-05-15  Jim Meyering  <jim@meyering.net>
 
        * getopt.h: Remove a space before a TAB.