diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-05 22:39:44 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-05 22:39:44 (GMT) |
commit | a7d5e487cdc90cf70ddff97143b7357800b9388d (patch) | |
tree | 1ad7de865c4e74dc1bd2837830822c3c0b0c9e17 /ChangeLog | |
parent | 9f80e538be5be980c7e52789ff2162b08db46823 (diff) | |
download | tcl-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-- | ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |