diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-16 22:07:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-16 22:07:58 (GMT) |
commit | 74318119b04effffec948581aa1004b23fdd6c3b (patch) | |
tree | 8aed38a7d931532bdd6b96dff11495f8d210bed8 /ChangeLog | |
parent | 977a090166dda2bebde368bb72fb138117ad7be1 (diff) | |
download | tcl-74318119b04effffec948581aa1004b23fdd6c3b.zip tcl-74318119b04effffec948581aa1004b23fdd6c3b.tar.gz tcl-74318119b04effffec948581aa1004b23fdd6c3b.tar.bz2 |
Added tests for [throw] and [try].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ TIP #329 IMPLEMENTATION + * tests/error.test: Tests for the new commands. * doc/throw.n, doc/try.n: Documentation of the new commands. * library/init.tcl (throw, try): Implementation of commands documented in TIP. This implementation is in Tcl and is a stop-gap until |