summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-10-11 23:04:04 +0000
committerJim Meyering <jim@meyering.net>1998-10-11 23:04:04 +0000
commit8c6d49c84d16035a28c01deae075bc43ff4fc7eb (patch)
treeeda7e5ff5e3f4f82805250aa5664bd429f3e8e84 /old
parent061a10d1ff9980517881d74062700c4eb5b6fa5f (diff)
downloadcoreutils-8c6d49c84d16035a28c01deae075bc43ff4fc7eb.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9d4e33a60..57073affb 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,14 @@
1998-10-08 Paul Eggert <eggert@twinsun.com>
+ * 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 <eggert@twinsun.com>
+
* mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
Define also if HAVE_LOCALTIME_R && defined (localtime_r), with
a body that merely expands localtime_r; this works around a