diff options
-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 |