diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-21 22:00:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-21 22:00:55 +0000 |
commit | 317a0f7a07ce3bde5e681991f663a535f54ddd12 (patch) | |
tree | 45641b78e4ec9b6b00a62540b04d3ea2e7792a6f /m4 | |
parent | 217cd893efca87ce40a14ce964ed9154d1709437 (diff) | |
download | coreutils-317a0f7a07ce3bde5e681991f663a535f54ddd12.tar.xz |
Fix getdate bug with relative times.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 9ddb80431..1cfcb5d34 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-07-21 Paul Eggert <eggert@cs.ucla.edu> + + * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro. + (gl_GETDATE): Use it. + 2005-07-13 Paul Eggert <eggert@cs.ucla.edu> * lib-check.m4 (cu_LIB_CHECK): Remove no-longer-necessary check |