aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c140a1d..b8f5710 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-02 Paul Eggert <eggert@twinsun.com>
+
+ * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
+ (__mktime_internal): If no tm_isdst is requested, prefer solutions
+ with tm_isdst > 0 when the requested time falls within a
+ spring-forward gap [PR libc/2894].
+
2002-02-03 Andreas Schwab <schwab@suse.de>
* stdio-common/tst-rndseek.c: Increase timeout.