From: Jim Meyering Date: Thu, 8 Oct 1998 12:24:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0-b3~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b64a0e9221a63c40658b222187158cf2a89da1;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 37b75077e8..9d4e33a608 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,15 @@ +1998-10-08 Paul Eggert + + * 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 + * 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. diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 17ee053982..eaa901b773 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ Changes in release 3.17: +[4.0-b3] +* mktime works around problems with Digital Unix 4.0A and 4.0D. [4.0-b2] * man/Makefile.maint framework tweaks * add test for `mv -i' bug