diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-23 02:16:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-23 02:16:55 +0000 |
commit | 3266134b2ab39daa7621a2fdbe803f0ec34920f7 (patch) | |
tree | aec69bc226c16e4fdcd9309dc07fa3e83893a395 | |
parent | 63571532a24c71840f033a320bedf65a47e7e762 (diff) | |
download | coreutils-3266134b2ab39daa7621a2fdbe803f0ec34920f7.tar.xz |
.
-rw-r--r-- | old/sh-utils/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3e7f96fe7..c1a987ecf 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,13 +1,20 @@ +Wed Jan 22 20:12:31 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * m4/mktime.m4 (AM_FUNC_MKTIME): Run tests for each of a few values + for the TZ environment variable. Andre Novaes Cunha provided the + hairy TZ setting that exercized the Solaris tzset bug. + 1997-01-22 Paul Eggert <eggert@twinsun.com> * lib/strftime.c (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug. -1997-01-22 Paul Eggert <eggert@twinsun.com> - * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't test now, test a couple of thousand times. + * m4/strftime.m4 (main): Use TZ=GMT0, not TZ=GMT, since only GMT0 is + specified by Posix.1. + Sat Jan 18 09:32:26 1997 Jim Meyering <meyering@na-net.ornl.gov> * lib/getdate.y (get_date): Change prototype to reflect const'ness |