From: Jim Meyering Date: Thu, 29 May 2003 12:09:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_0_1~434 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b9d382b978dffa70fac6eeb56261b4798ae383d;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index ca15f94..2e0d1c7 100644 --- 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 diff --git a/lib/ChangeLog b/lib/ChangeLog index 2a5007c..e91c390 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-05-29 Jim Meyering + + 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 * getopt.h: Remove a space before a TAB.