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 /lib | |
parent | 217cd893efca87ce40a14ce964ed9154d1709437 (diff) | |
download | coreutils-317a0f7a07ce3bde5e681991f663a535f54ddd12.tar.xz |
Fix getdate bug with relative times.
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 f2596b113..d393dc723 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-07-21 Paul Eggert <eggert@cs.ucla.edu> + + * getdate.y (relative_time): New type. + (RELATIVE_TIME_0): New constant. + (parser_control): Use relative_time instead of doing it ourselves. + (%union): Add new relative_time rel member. + (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT): + Now typeless. + (relunit, relunit_snumber): Now of type rel. + (zone, rel, relunit, get_date): Adjust to above changes. + 2005-07-12 Jim Meyering <jim@meyering.net> * xalloc.h (X2NREALLOC): Define. |