From: Paul Eggert Date: Thu, 21 Jul 2005 22:00:55 +0000 (+0000) Subject: Fix getdate bug with relative times. X-Git-Tag: CPPI-1_12~225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=317a0f7a07ce3bde5e681991f663a535f54ddd12;p=thirdparty%2Fcoreutils.git Fix getdate bug with relative times. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f2596b1134..d393dc7232 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 9ddb804316..1cfcb5d342 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