summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-01 00:51:30 (GMT)
committerhobbs <hobbs>2001-09-01 00:51:30 (GMT)
commite3a668d0116f88c8a2cb5a58378d1ff551f82255 (patch)
treeb023a6cb73d9766f25ad188e04c1669744183279 /ChangeLog
parent64560d95933f485db584e3a2bdedb5c7d8362420 (diff)
downloadtcl-e3a668d0116f88c8a2cb5a58378d1ff551f82255.zip
tcl-e3a668d0116f88c8a2cb5a58378d1ff551f82255.tar.gz
tcl-e3a668d0116f88c8a2cb5a58378d1ff551f82255.tar.bz2
* 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.
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.