From: Jim Meyering Date: Sun, 11 Oct 1998 23:04:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0-b3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6d49c84d16035a28c01deae075bc43ff4fc7eb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9d4e33a608..57073affbf 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +1998-10-08 Paul Eggert + + * mktime.c (__mktime_internal): When the requested time falls + in a spring-forward gap of size DT, return a time that is DT + away from the requested time, preferring a time whose tm_isdst + differs from the requested value. Bump the max number of + probes from 4 to 6 to account for the extra probes needed to + discover a spring-forward gap in the worst case. + 1998-10-08 Paul Eggert * mktime.c (my_mktime_localtime_r): Renamed from localtime_r.