]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 8 Oct 1998 12:24:40 +0000 (12:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 8 Oct 1998 12:24:40 +0000 (12:24 +0000)
old/fileutils/ChangeLog
old/fileutils/NEWS

index 37b75077e8e0a3547fd76d85e12c6f3776c48119..9d4e33a608e03adbf85b948872bfb5f72aa86c57 100644 (file)
@@ -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.
 
index 17ee053982655de4886c65188e7f3ff61af6650c..eaa901b773ba0e0c951203911b00b9c3c5399c7f 100644 (file)
@@ -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