diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 9bec55a9a..3bd36d305 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-09-14 Jim Meyering <jim@meyering.net> + + * 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 <eggert@cs.ucla.edu> Merge md5 from libc, and clean up some sha1 glitches. |