diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-13 22:09:25 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-13 22:09:25 +0000 |
commit | b673eeb49c54c7ddd2d7d7301b5dacf0efdf653c (patch) | |
tree | 7844b52e2b06224cc81d78ee93ded7ea275cdd67 /lib | |
parent | 7cc7ac0574fb2cdf139d4e1dcfa52b971ea59df9 (diff) | |
download | coreutils-b673eeb49c54c7ddd2d7d7301b5dacf0efdf653c.tar.xz |
Add date --rfc-3339.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2e960e1ac..2762fbcb5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-09-13 Paul Eggert <eggert@cs.ucla.edu> + + * strftime.c (my_strftime): Add support for %:z, %::z, %:::z. + Fix bug in formats like %2N. + 2005-09-13 Jim Meyering <jim@meyering.net> * xalloc.h: Revert unintended change that removed definitions @@ -69,6 +74,12 @@ %0Ns wouldn't work. Before this change, `date -d @-22 +%05s' would print `00-22'. Now, it prints `-0022', as it should. +2005-08-15 Bruno Haible <bruno@clisp.org> + + Import from gnulib. + * regex.h (__restrict_arr): Don't define to __restrict if __cplusplus + is defined. + 2005-08-13 Jim Meyering <jim@meyering.net> * getdate.y (get_date): Undo part of the 2005-04-04 change, so that |