diff options
-rw-r--r-- | lib/ChangeLog | 11 | ||||
-rw-r--r-- | m4/ChangeLog | 5 |
2 files changed, 16 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. 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 |