diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-08 12:24:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-08 12:24:40 +0000 |
commit | 62b64a0e9221a63c40658b222187158cf2a89da1 (patch) | |
tree | de012c05755b10dd1025ff1ba89655fa2a7f4964 /old/fileutils/ChangeLog | |
parent | 37c289ea31bb000a4211a0354461743be21d5ab3 (diff) | |
download | coreutils-62b64a0e9221a63c40658b222187158cf2a89da1.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 37b75077e..9d4e33a60 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ +1998-10-08 Paul Eggert <eggert@twinsun.com> + + * mktime.c (my_mktime_localtime_r): Renamed from localtime_r. + Define also if HAVE_LOCALTIME_R && defined (localtime_r), with + a body that merely expands localtime_r; this works around a + bug in Digital Unix 4.0A and 4.0D. + 1998-10-05 Jim Meyering <meyering@ascend.com> + * po/Makefile.in.in (uninstall): Remove (historical?) command that + removed po-Makefile.in.in. From Akim Demaille. + * src/install.c (long_options): Add entry for --suffix=SUFFIX option. From aldomel. |