summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efc2dc6..5ac0f47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2001-11-16 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclCompile.h:
+ * generic/tclExecute.c:
+ * generic/tclObj.c: moved Tcl_GetCommandFromObj and all defining
+ code for tclCmdNameType objects to tclObj.c (from tclExecute.c).
+ This code has nothing to do with bytecodes.
+
+
+2001-11-16 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclBasic.c:
* generic/tclCompile.h:
* generic/tclExecute.c: