Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-12-18 | add blank line. | Jim Meyering | |
1996-12-13 | (IN_CTYPE_DOMAIN): Rename from ISASCII. | Jim Meyering | |
(ISDIGIT): New definition from Paul Eggert. This one evaluates its argument exactly once. (yylex): Move increment out of ISALPHA argument. Use a comma-expression instead. | |||
1996-12-10 | (Convert): Don't reject all dates in 2038. | Jim Meyering | |
Some fit in 31 bits. | |||
1996-12-01 | (date): Interpret the date, L/M/N, as YYYY/MM/DD | Jim 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-01 | Remap yacc globals to have gd_ prefix. | Jim Meyering | |
Suggestion to do as in gdb/c-exp.y from Tom Tromey. | |||
1996-09-07 | Define and use upper case variants of ctype.h IS* macros. | Jim Meyering | |
From Bruno Haible. | |||
1996-03-10 | Merge changes from FSF. | Jim Meyering | |
1996-03-06 | (RelativeMonth): Add 1900 to the year so that relative date specs | Jim 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-07 | Add 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-27 | Remove/rewrite some comments. | Jim Meyering | |
1995-01-27 | . | Jim Meyering | |
1994-10-08 | merge with 1.10q | Jim Meyering | |
1994-09-27 | merge with 1.10n1 | Jim Meyering | |
1994-09-25 | . | Jim Meyering | |
1994-09-24 | merge with 1.10m | Jim Meyering | |
1994-09-17 | merge with 1.10j | Jim Meyering | |
1994-09-08 | merge with 1.10i | Jim Meyering | |
1994-09-01 | merge with 1.10h | Jim Meyering | |
1994-04-25 | merge with 1.9.4g | Jim Meyering | |
1994-04-25 | merge with 1.9.4f | Jim Meyering | |
1994-04-24 | Revert 1.14-1.16 changes that removed difftm and modified get_date. | Jim Meyering | |
1994-04-19 | merge with 1.9.4e | Jim Meyering | |
1994-04-19 | . | Jim Meyering | |
1994-02-10 | merge with 1.9.2g | Jim Meyering | |
1993-12-23 | merge with 1.9.2a | Jim Meyering | |
1993-12-23 | . | Jim Meyering | |
1993-11-10 | merge with 1.9 | Jim Meyering | |
1993-11-09 | merge with 1.9 | Jim Meyering | |
1993-10-12 | merge with 1.8.1c | Jim Meyering | |
1993-10-12 | merge with 1.8.1b | Jim Meyering | |
1993-10-04 | . | Jim Meyering | |
1993-10-04 | merge with 1.8.1a | Jim Meyering | |
1993-09-08 | merge with 1.8.1 + partial --version and --help | Jim 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-04 | update from fsf | Jim Meyering | |
1992-11-12 | Make tables static and const when possible. | Jim Meyering | |
getdate.c (getdate_yyerr, getdate_yylex): Declare these functions static. | |||
1992-11-01 | Initial revision | Jim Meyering | |