summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-11-16 20:14:27 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-11-16 20:14:27 (GMT)
commit76ee7178050083224079f10b6e7ff6b480ac7e1e (patch)
treef768f0ad404b466d3f78aef6846c288e1746eaee /ChangeLog
parent39fcfea4a14df2f64af2f0b186157d5ec9c91030 (diff)
downloadtcl-76ee7178050083224079f10b6e7ff6b480ac7e1e.zip
tcl-76ee7178050083224079f10b6e7ff6b480ac7e1e.tar.gz
tcl-76ee7178050083224079f10b6e7ff6b480ac7e1e.tar.bz2
Moved Tcl_GetCommandFromObj and all defining code for tclCmdNameType objects to tclObj.c
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: