Files
tar/lib
Paul Eggert 3a19b8b0df Handle two-digit years with leading zeros correctly.
(textint): New typedef.
(parser_control): Changed from struct parser_control to typedef (for
consistency).  Member year changed from int to textint.  All uses changed.
(YYSTYPE): Removed; replaced by %union with int and textint members.
(tID): Removed; not used.
(tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
(tSNUMBER, tUNUMBER): Now of type <textintval>.
(date, number, to_year): Use width of number in digits, not its value,
to determine whether it's a 2-digit year, or a 2-digit time.
(yylex): Store number of digits of numeric tokens.
Return '?' for unknown identifiers, rather than (unused) tID.
2000-02-19 00:25:54 +00:00
..
2000-01-17 06:23:01 +00:00
1999-01-25 14:09:30 +00:00
1999-07-08 03:45:21 +00:00
1997-12-31 11:01:18 +00:00
1997-12-31 11:01:18 +00:00
1998-10-23 18:07:04 +00:00
1999-06-29 02:26:25 +00:00
1999-06-21 00:02:15 +00:00
1998-07-16 23:23:05 +00:00
1997-04-16 19:30:04 +00:00
1999-01-19 04:21:34 +00:00
1999-01-01 17:43:10 +00:00
1999-07-08 03:45:21 +00:00
2000-01-04 22:54:54 +00:00
1999-08-08 10:12:55 +00:00
1999-08-14 07:05:51 +00:00
1999-09-26 19:03:20 +00:00
1999-04-19 02:43:16 +00:00