summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-03-19 11:54:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-03-19 11:54:06 (GMT)
commit9d6f5201163bb582aa7e121e4c8b9799ec415479 (patch)
tree9ae9c5f44af5aa9421bb2bd4ddb91f67e9ab4829 /ChangeLog
parent5047cca473a0226f06a3b69d9f0b62a0b3732e79 (diff)
downloadtcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.zip
tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.gz
tcl-9d6f5201163bb582aa7e121e4c8b9799ec415479.tar.bz2
Compile the [throw] command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 94956d9..da1ea61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>