summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-24 10:35:21 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-24 10:35:21 (GMT)
commit8158cea2c168d259b1161bffdc4cd276b93b386b (patch)
treee55e7930d4aa4db67742d5e62a7214fce2864a3f /ChangeLog
parent26683d2945cd970b898e6e20c238bdc844c9af94 (diff)
downloadtcl-8158cea2c168d259b1161bffdc4cd276b93b386b.zip
tcl-8158cea2c168d259b1161bffdc4cd276b93b386b.tar.gz
tcl-8158cea2c168d259b1161bffdc4cd276b93b386b.tar.bz2
* tests/async.test (async-4.*): Reduce obscurity of these tests by
putting the bulk of the code for them inside the test body with the help of [apply].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76dfb6e..85214c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-03-24 Donal K. Fellows <dkf@users.sf.net>
+ * tests/async.test (async-4.*): Reduce obscurity of these tests by
+ putting the bulk of the code for them inside the test body with the
+ help of [apply].
+
* generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the
[try] command does not trap unwinding due to limits.