diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-07 22:50:04 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-04-07 22:50:04 (GMT) |
commit | f6073309b8eac5d0f72ca9f4cc5a5c4e76fccb16 (patch) | |
tree | c2fc940fcbae5d2f56335b0541244c810a577f8e /ChangeLog | |
parent | 56cc087c0f4712ca26899cc96f96d3ca1557884b (diff) | |
download | tcl-f6073309b8eac5d0f72ca9f4cc5a5c4e76fccb16.zip tcl-f6073309b8eac5d0f72ca9f4cc5a5c4e76fccb16.tar.gz tcl-f6073309b8eac5d0f72ca9f4cc5a5c4e76fccb16.tar.bz2 |
* generic/tclCompile (tclInstructionTable): fixed bug in
description of INST_START_COMMAND.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-04-07 Miguel Sofer <msofer@users.sf.net> + * generic/tclCompile (tclInstructionTable): fixed bug in + description of INST_START_COMMAND. + +2007-04-07 Miguel Sofer <msofer@users.sf.net> + * generic/tclExecute.c (TEBC): small code reduction. 2007-04-06 Miguel Sofer <msofer@users.sf.net> |