summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-02-05 22:39:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-02-05 22:39:44 (GMT)
commita7d5e487cdc90cf70ddff97143b7357800b9388d (patch)
tree1ad7de865c4e74dc1bd2837830822c3c0b0c9e17 /ChangeLog
parent9f80e538be5be980c7e52789ff2162b08db46823 (diff)
downloadtcl-a7d5e487cdc90cf70ddff97143b7357800b9388d.zip
tcl-a7d5e487cdc90cf70ddff97143b7357800b9388d.tar.gz
tcl-a7d5e487cdc90cf70ddff97143b7357800b9388d.tar.bz2
Added basic compilation of [error] (the most common case only).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 78963fe..045d394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+2010-02-05 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCompCmds.c (TclCompileErrorCmd): Added compilation of the
+ [error] command. No new bytecodes.
+
2010-02-05 Jan Nijtmans <nijtmans@users.sf.net>
* tools/genStubs.tcl: Follow-up to earlier commit today:
- Eliminate the need for an extra Stubs Pointer
- for adressing a static stub table: Just change
- the exported table from static to MODULE_SCOPE.
+ Eliminate the need for an extra Stubs Pointer for adressing
+ a static stub table: Just change the exported table from
+ static to MODULE_SCOPE.
* generic/tclBasic.c
* generic/tclOO.c
* generic/tclTomMathInterface.c