diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-18 01:49:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-18 01:49:44 +0000 |
commit | 5edb65b5c4bb75f6f7323ccaa4585911b9b81984 (patch) | |
tree | bbc254981a8dd217c5a140f345ffec9f0819df9b /old/fileutils | |
parent | a71cb7cad1283a4bfc51d5a8e76e6f9358064858 (diff) | |
download | coreutils-5edb65b5c4bb75f6f7323ccaa4585911b9b81984.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 | ||||
-rw-r--r-- | old/fileutils/NEWS | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 1ac8210a9..28b69a701 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,8 +1,10 @@ -1998-10-16 Paul Eggert <eggert@shade.twinsun.com> +1998-10-17 Jim Meyering <meyering@ascend.com> - * mktime.c, strftime.c: Some systems require <unistd.h> to be - included before <time.h> 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 <meyering@ascend.com> diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index a8988ffa4..203a982cb 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 |