summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-29 20:05:07 +0000
committerJim Meyering <jim@meyering.net>1999-08-29 20:05:07 +0000
commitf9ab8e8b0334e877ddcd44c3f979565d9c368be2 (patch)
treee2dd1c6fca0d4ae26253c9903a57f8ae3d799e9d /old
parentfb9a0d3dffd1baf6703846f9d4664b2587ea9170 (diff)
downloadcoreutils-f9ab8e8b0334e877ddcd44c3f979565d9c368be2.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index c2308274f..11ecb7111 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,50 @@
+1999-08-29 Jim Meyering <meyering@ascend.com>
+
+ * src/dircolors.hin: Add .rpm, .png, and .fli.
+ From Andres Soolo.
+
+1999-08-28 Paul Eggert <eggert@twinsun.com>
+
+ * getdate.y: Add copyright notice.
+
+ (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-22 Jim Meyering <meyering@ascend.com>
* src/sys2.h (IF_LINT): Define new macro.