diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-06-17 02:16:06 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-06-17 02:16:06 (GMT) |
commit | 81826540aab2845b6b171f38dd9051e923e6031b (patch) | |
tree | ef258c0fb1e1a85526a0e6ed5936cc7b4084de06 /ChangeLog | |
parent | ec43fe476600ee215c4012baea54bdb62f394cd2 (diff) | |
download | tcl-81826540aab2845b6b171f38dd9051e923e6031b.zip tcl-81826540aab2845b6b171f38dd9051e923e6031b.tar.gz tcl-81826540aab2845b6b171f38dd9051e923e6031b.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): Moved the code looking up the |