diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-06-17 02:22:26 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-06-17 02:22:26 (GMT) |
commit | 5f6aa5eb4d8d30dde07c05db427c8934b2c31dff (patch) | |
tree | 61a51da6134055feea25c7aa4d603550108db17a /ChangeLog | |
parent | 32d107e23b1d9d75d74c00fdd52dde8992156169 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |