diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-04-15 18:59:31 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-04-15 18:59:31 (GMT) |
commit | 9884845dfb273bf59b75b1d7f58b2de7afaf5863 (patch) | |
tree | b0946b34be7ab6aa2fea8e8fc070c3436222dd9d /ChangeLog | |
parent | 5a6b65068cccb6e5109ddd85bd447bffbbf2f335 (diff) | |
download | tcl-9884845dfb273bf59b75b1d7f58b2de7afaf5863.zip tcl-9884845dfb273bf59b75b1d7f58b2de7afaf5863.tar.gz tcl-9884845dfb273bf59b75b1d7f58b2de7afaf5863.tar.bz2 |
* generic/tclCompCmds.c: added a cast to silence a compiler
error on VC2005.
* library/clock.tcl: Restored unique-prefix matching of keywords
on the [clock] command. [Bug 1690041]
* tests/clock.test: Added rudimentary test cases for unique-prefix
matching of keywords.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-04-15 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclCompCmds.c: added a cast to silence a compiler + error on VC2005. + * library/clock.tcl: Restored unique-prefix matching of keywords + on the [clock] command. [Bug 1690041] + * tests/clock.test: Added rudimentary test cases for unique-prefix + matching of keywords. + 2007-04-14 Miguel Sofer <msofer@users.sf.net> * generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that |