summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-04-07 22:50:04 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-04-07 22:50:04 (GMT)
commitf6073309b8eac5d0f72ca9f4cc5a5c4e76fccb16 (patch)
treec2fc940fcbae5d2f56335b0541244c810a577f8e /ChangeLog
parent56cc087c0f4712ca26899cc96f96d3ca1557884b (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1fbffd..9656fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>