Files
tar/lib
Paul Eggert c0d324c43c Add copyright notice.
(<stdio.h>): Include only if testing.
(ISUPPER): Remove.
(ISLOWER): New macro.
(<string.h>): Include if HAVE_STRING_H, not USG.
(bcopy): Remove.
(yymaxdepth, ..., yycheck): Don't bother to redefine, since we can assume
bison.
(EPOCH_YEAR): Renamed from EPOCH.
(table): Renamed from TABLE.
(meridian): Now an anonymous enum.
(struct parser_control): New type.
(YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
(yyInput, ..., yyRelYear): Migrated into struct parser_control.
(%pure_parser): Added, so that the parser is pure.
(%union): Removed; the type is now just plain int.
All %type directives removed.
(tLOCAL_ZONE): New %token.
(month_day_table): Renamed from MonthDayTable.
(gmtime, localtime, mktime, time): Declare only if not defined.
(meridian_table): New table.
(dst_table): New table.
(units_table): renamed from UnitsTable.
(relative_time_table): Renamed from OtherTable.
(time_zone_table): Renamed from TimezoneTable.  Modernized.
(military_table): Renamed from MilitaryTable.
(to_hour): Renamed from ToHour.
(to_year): Renamed from ToYear.
(lookup_zone): New function.
(LookupWord): Renamed from lookup_word.  Use lookup_zone for time zones.
(yylex): Now reentrant.  All callers changed.
(get_date): Add support for local time zone abbreviations.
Make it reentrant.
1999-08-23 09:55:55 +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-08-23 09:55:55 +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
1999-08-08 10:12:55 +00:00
1999-08-14 07:05:51 +00:00
1999-04-19 02:43:16 +00:00