diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-19 11:54:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-03-19 11:54:06 (GMT) |
commit | 9d6f5201163bb582aa7e121e4c8b9799ec415479 (patch) | |
tree | 9ae9c5f44af5aa9421bb2bd4ddb91f67e9ab4829 /ChangeLog | |
parent | 5047cca473a0226f06a3b69d9f0b62a0b3732e79 (diff) | |
download | tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.zip tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.gz tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.bz2 |
Compile the [throw] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,8 +1,13 @@ +2010-03-19 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclCompCmdsSZ.c (TclCompileThrowCmd): Added compilation for + the [throw] command. + 2010-03-18 Don Porter <dgp@users.sourceforge.net> - * generic/tclListObj.c: Prevent in overflow trouble in ListObjReplace - * generic/tclTestObj.c: operations. Thanks to kbk for fix and test. - * tests/listObj.test: [Bug 2971669]. + * generic/tclListObj.c: [Bug 2971669]: Prevent in overflow trouble in + * generic/tclTestObj.c: ListObjReplace operations. Thanks to kbk for + * tests/listObj.test: fix and test. 2010-03-18 Donal K. Fellows <dkf@users.sf.net> |