diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-24 10:35:21 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-24 10:35:21 (GMT) |
commit | 8158cea2c168d259b1161bffdc4cd276b93b386b (patch) | |
tree | e55e7930d4aa4db67742d5e62a7214fce2864a3f /ChangeLog | |
parent | 26683d2945cd970b898e6e20c238bdc844c9af94 (diff) | |
download | tcl-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |