From 317a0f7a07ce3bde5e681991f663a535f54ddd12 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 21 Jul 2005 22:00:55 +0000 Subject: [PATCH] Fix getdate bug with relative times. --- lib/ChangeLog | 11 +++++++++++ m4/ChangeLog | 5 +++++ 2 files changed, 16 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index f2596b1..d393dc7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2005-07-21 Paul Eggert + + * 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 * xalloc.h (X2NREALLOC): Define. diff --git a/m4/ChangeLog b/m4/ChangeLog index 9ddb804..1cfcb5d 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,8 @@ +2005-07-21 Paul Eggert + + * getdate.m4 (gl_C_COMPOUND_LITERALS): New macro. + (gl_GETDATE): Use it. + 2005-07-13 Paul Eggert * lib-check.m4 (cu_LIB_CHECK): Remove no-longer-necessary check -- 2.7.4