From: Jim Meyering Date: Wed, 14 Sep 2005 10:02:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.90~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d55b89d59b51fba050ee6b6355c93d3aa05a209;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 9bec55a9a9..3bd36d3050 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-09-14 Jim Meyering + + * strftime.c (my_strftime): Parse the colons of %:::z *after* the + optional field width, not before, so we accept %9:z, not %:9z. + 2005-09-13 Paul Eggert Merge md5 from libc, and clean up some sha1 glitches.