summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-10-18 20:20:28 (GMT)
committerhobbs <hobbs>2001-10-18 20:20:28 (GMT)
commit2e27ec369165aca385db16cb617ced30928ced42 (patch)
tree9635bc95960987f0fc5828ccfe10e1a355563ec9 /ChangeLog
parent026b12ef89aab44e6f8580ac75268c9421330538 (diff)
downloadtcl-2e27ec369165aca385db16cb617ced30928ced42.zip
tcl-2e27ec369165aca385db16cb617ced30928ced42.tar.gz
tcl-2e27ec369165aca385db16cb617ced30928ced42.tar.bz2
* tests/clock.test (clock-8.1):
* generic/tclDate.c (RelativeMonth): * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day error in clock scan with relative months and years during swing hours. [Bug #413397, Patch #414024] (lavana)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 400db3e..dfca7f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-10-18 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * tests/clock.test (clock-8.1):
+ * generic/tclDate.c (RelativeMonth):
+ * generic/tclGetDate.y (RelativeMonth): corrected off-by-one-day
+ error in clock scan with relative months and years during swing
+ hours. [Bug #413397, Patch #414024] (lavana)
+
2001-10-18 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclIOUtil.c: fix to bug in Tcl_FSChdir shown up