diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-15 18:48:13 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-15 18:48:13 +0000 |
commit | 0144e1ae89bfcea0fa018e294d431e54020edb36 (patch) | |
tree | 8a64f2bc5d8ec53ce84dd12535748f7b9cfe57b4 /lib/ChangeLog | |
parent | a08b44ea30bc57997d89ccd3d0de1850f1e25aca (diff) | |
download | coreutils-0144e1ae89bfcea0fa018e294d431e54020edb36.tar.xz |
Rewrite previous strftime change slightly.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index cbb1e10aa..2ed31513a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-09-15 Paul Eggert <eggert@cs.ucla.edu> + + * strftime.c (my_strftime): Rewrite the previous change slightly, + to make it a bit faster and (I hope) clearer. + 2005-09-14 Jim Meyering <jim@meyering.net> * strftime.c (my_strftime): Parse the colons of %:::z *after* the |