summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-08 15:38:28 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-08 15:38:28 (GMT)
commit30204f6dca832947b87b204f4fb74bccbd0be640 (patch)
tree46ac560d77a5ba621f11e75736f2c19ba8a94fac /ChangeLog
parent81f39c521013b8e14be326102c01400789e50150 (diff)
downloadtcl-30204f6dca832947b87b204f4fb74bccbd0be640.zip
tcl-30204f6dca832947b87b204f4fb74bccbd0be640.tar.gz
tcl-30204f6dca832947b87b204f4fb74bccbd0be640.tar.bz2
* generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where
the month was scanned incorrectly in -timezone :localtime. * tests/clock.test (clock-40.1): Added regression test case for the bug where month was scanned incorrectly in -timezone :localtime.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c76c5..99f44b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
* doc/clock.n: Corrected a buglet in the header information.
[Bug 1024058]
+ * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where
+ the month was scanned incorrectly in -timezone :localtime.
+ * tests/clock.test (clock-40.1): Added regression test case for
+ the bug where month was scanned incorrectly in -timezone :localtime.
2004-09-07 David Gravereaux <davygrvy@pobox.com>