summaryrefslogtreecommitdiff
path: root/lib/getdate.y
AgeCommit message (Collapse)Author
1996-12-01(date): Interpret the date, L/M/N, as YYYY/MM/DDJim Meyering
if L >= 1000, otherwise as MM/DD/YY. With this change, date --date=DATE accepts dates like those in an RCS log listing.
1996-11-01Remap yacc globals to have gd_ prefix.Jim Meyering
Suggestion to do as in gdb/c-exp.y from Tom Tromey.
1996-09-07Define and use upper case variants of ctype.h IS* macros.Jim Meyering
From Bruno Haible.
1996-03-10Merge changes from FSF.Jim Meyering
1996-03-06(RelativeMonth): Add 1900 to the year so that relative date specsJim Meyering
that push the year through the end of the century work. For example, `date -d "01/01/1998 3 years" +%Y' now prints 2001. From Peter Dalgaard (pd@kubism.ku.dk).
1995-08-07Add FIXME comments.Jim Meyering
1995-06-07(Convert): Use 2037 as threshold, not 1999.Jim Meyering
Otherwise years after 1999 are treated as invalid. From Andreas Schwab.
1995-01-27.Jim Meyering
1995-01-27.Jim Meyering
1995-01-27Remove/rewrite some comments.Jim Meyering
1995-01-27.Jim Meyering
1994-10-08merge with 1.10qJim Meyering
1994-09-27merge with 1.10n1Jim Meyering
1994-09-25.Jim Meyering
1994-09-24merge with 1.10mJim Meyering
1994-09-17merge with 1.10jJim Meyering
1994-09-08merge with 1.10iJim Meyering
1994-09-01merge with 1.10hJim Meyering
1994-04-25merge with 1.9.4gJim Meyering
1994-04-25merge with 1.9.4fJim Meyering
1994-04-24Revert 1.14-1.16 changes that removed difftm and modified get_date.Jim Meyering
1994-04-19merge with 1.9.4eJim Meyering
1994-04-19.Jim Meyering
1994-02-10merge with 1.9.2gJim Meyering
1993-12-23merge with 1.9.2aJim Meyering
1993-12-23.Jim Meyering
1993-11-10merge with 1.9Jim Meyering
1993-11-09merge with 1.9Jim Meyering
1993-10-12merge with 1.8.1cJim Meyering
1993-10-12merge with 1.8.1bJim Meyering
1993-10-04.Jim Meyering
1993-10-04merge with 1.8.1aJim Meyering
1993-09-08merge with 1.8.1 + partial --version and --helpJim Meyering
1993-04-04* [sgi]: Undefine timezone before including <time.h>.Jim Meyering
* [time.h vs sys/time.h]: Fix boolean algebra typo from Mar 31 consolidation. * Move static dcls of yyerror and yylex to a point following the definition of those symbols to getdate_{yyerror,yylex}.
1993-04-04update from fsfJim Meyering
1992-11-12Make tables static and const when possible.Jim Meyering
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static.
1992-11-01Initial revisionJim Meyering