diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-07 16:32:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-12-07 16:32:06 (GMT) |
commit | 47c3450e87baedd6fc319e0c3bc88e678f69a421 (patch) | |
tree | 20f9f770a15e075fbdfb3554c8131e2a660f79c8 /ChangeLog | |
parent | 161037972186f1887c20f00bafdb708c3c87fdca (diff) | |
download | tcl-47c3450e87baedd6fc319e0c3bc88e678f69a421.zip tcl-47c3450e87baedd6fc319e0c3bc88e678f69a421.tar.gz tcl-47c3450e87baedd6fc319e0c3bc88e678f69a421.tar.bz2 |
* tests/fCmd.test, tests/safe.test, tests/uplevel.test,
* tests/upvar.test, tests/var.test: Convert more tests to tcltest2 and
factor them to be easier to understand.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-12-07 Donal K. Fellows <dkf@users.sf.net> + * tests/fCmd.test, tests/safe.test, tests/uplevel.test, + * tests/upvar.test, tests/var.test: Convert more tests to tcltest2 and + factor them to be easier to understand. + * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the file and function headers follow the modern Tcl style. |