summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 54cf7ea..5728f42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2001-08-31 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tcl.h: added TclCompileListCmd header
+ * generic/tclBasic.c: added TclCompileListCmd compile proc
+ * generic/tclCompCmds.c (TclCompileListCmd): function to compile
+ the 'list' command at parse time.
+ * generic/tclExecute.c (TclExecuteByteCode): definition of
+ INST_LIST bytecode.
+
* doc/StringObj.3: added words of warning to use Tcl_ResetResult
with the Tcl_Append* functions.