From: Jim Meyering Date: Sun, 18 Oct 1998 01:49:44 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0-b4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5edb65b5c4bb75f6f7323ccaa4585911b9b81984;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1ac8210a9d..28b69a701d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,10 @@ -1998-10-16 Paul Eggert +1998-10-17 Jim Meyering - * mktime.c, strftime.c: Some systems require to be - included before for localtime_r to be declared - properly. + * lib/mktime.c: Declare localtime_r if necessary. + * lib/strftime.c: Likewise. + + * tests/Fetish.pm (run_tests): Run $prog with --version only + if $verbose. 1998-10-11 Jim Meyering diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a8988ffa42..203a982cb7 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,4 +1,6 @@ -Changes in release 3.17: +Changes in release 4.0: +[4.0-b4] +* mktime.c portability tweak for headers with GNU libc 5.4.44. [4.0-b3] * mktime.c works around problems with Digital Unix 4.0A and 4.0D. * mktime.c handles dates in the spring-forward gap the same way other