summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-06-17 02:22:26 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-06-17 02:22:26 (GMT)
commit5f6aa5eb4d8d30dde07c05db427c8934b2c31dff (patch)
tree61a51da6134055feea25c7aa4d603550108db17a /ChangeLog
parent32d107e23b1d9d75d74c00fdd52dde8992156169 (diff)
downloadtcl-5f6aa5eb4d8d30dde07c05db427c8934b2c31dff.zip
tcl-5f6aa5eb4d8d30dde07c05db427c8934b2c31dff.tar.gz
tcl-5f6aa5eb4d8d30dde07c05db427c8934b2c31dff.tar.bz2
2006-06-17 Kevin Kenny <kennykb@acm.org>
* generic/tclClock.c (ConvertLocalToUTC): * tests/clock.test (clock-63.1): Fixed a bug where the internal ConvertLocalToUTC command segfaulted if passed a dictionary without the 'localSeconds' key. To the best of my knowledge, the bug was not observable in the [clock] command itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e79000e..70686ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-06-17 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclClock.c (ConvertLocalToUTC):
+ * tests/clock.test (clock-63.1): Fixed a bug where the
+ internal ConvertLocalToUTC command segfaulted if passed a
+ dictionary without the 'localSeconds' key. To the best of
+ my knowledge, the bug was not observable in the [clock]
+ command itself.
+
2008-06-16 Andreas Kupries <andreask@activestate.com>
* generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the