From: Jim Meyering Date: Thu, 23 Jan 1997 02:16:55 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_21a~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3266134b2ab39daa7621a2fdbe803f0ec34920f7;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3e7f96fe71..c1a987ecf2 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,13 +1,20 @@ +Wed Jan 22 20:12:31 1997 Jim Meyering + + * 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 * lib/strftime.c (_strftime_copytm): New function, to work around Solaris 2.5 tzset bug. -1997-01-22 Paul Eggert - * 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 * lib/getdate.y (get_date): Change prototype to reflect const'ness