summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-09-02*** empty log message ***Jim Meyering
1999-09-02Remove xstrdup declaration.Jim Meyering
1999-09-02(xalloc_fail_func): Use `PARAMS'.Jim Meyering
(xstrdup): Add protoype.
1999-09-02import version 1.013Jim Meyering
1999-09-01Remove declaration of xstrdup.Jim Meyering
1999-09-01(version_etc_copyright): Declare it.Jim Meyering
1999-09-01(version_etc_copyright): Default copyright string.Jim Meyering
(version_etc): Use it.
1999-09-01(xalloc_fail_func): Use `PARAMS'.Jim Meyering
1999-08-31*** empty log message ***Jim Meyering
1999-08-31Add .rpm, .png, and .fli.Jim Meyering
From Andres Soolo.
1999-08-30*** empty log message ***Jim Meyering
1999-08-30.Jim Meyering
1999-08-30.Jim Meyering
1999-08-30*** empty log message ***Jim Meyering
1999-08-30(longopts): Restore accidentally-removed entry for `--portability' long option.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30split a long line.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30(usage): Correct --help message.Jim Meyering
1999-08-30.Jim Meyering
1999-08-30.Jim Meyering
1999-08-30.Jim Meyering
1999-08-30.Jim Meyering
1999-08-29.Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
Include "xstrtol.h". (isinteger): Remove function and prototype. (main): Use xstrtol in place of atoi. Remove associated FIXME comments.
1999-08-29(isinteger): Move definition to precede use. Remove prototype.Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
1999-08-29(main): Call exit explicitly to avoid warning from gcc.Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29Require jm_BISON.Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29(relative_time_table): Change `type' of `THIS' fromJim Meyering
tMINUTE_UNIT to tUNUMBER. From Urs Thuermann.
1999-08-29*** empty log message ***Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29(test_vector): Add a test for the Risks-reported problem with `Nov 11 1996'.Jim Meyering
1999-08-29*** empty log message ***Jim Meyering
1999-08-29(test_vector): Add tests for use of `this'.Jim Meyering
1999-08-29(get_date): Rename latter local `tm' to probe_tm.Jim Meyering
1999-08-29(get_date): Rename outermost local `probe' to `quarter'.Jim Meyering
1999-08-29Add copyright notice.Jim Meyering
(number): Handle `Nov 11 1996' example; see Risks Digest 20.55 http://catless.ncl.ac.uk/Risks/20.55.html#subj18 (1999-08-27) (<stdio.h>): Include only if testing. (ISUPPER): Remove. (ISLOWER, PC): New macros. (<string.h>): Include if HAVE_STRING_H, not USG. (bcopy): Remove. (yymaxdepth, ..., yycheck): Don't bother to redefine, since we 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 data. (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-25*** empty log message ***Jim Meyering