summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-12-07 16:32:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-12-07 16:32:06 (GMT)
commit47c3450e87baedd6fc319e0c3bc88e678f69a421 (patch)
tree20f9f770a15e075fbdfb3554c8131e2a660f79c8 /ChangeLog
parent161037972186f1887c20f00bafdb708c3c87fdca (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5e7362..f09a2d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.