summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-10-05 21:21:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-10-05 21:21:45 (GMT)
commitfba428714c97529bd8a332d353fb90dffebbd5eb (patch)
treeccec37373044dd0dfb559022b18107e1f496deae /ChangeLog
parenteab3283014b276dd97ea9817fb75bf47c6181959 (diff)
downloadtcl-fba428714c97529bd8a332d353fb90dffebbd5eb.zip
tcl-fba428714c97529bd8a332d353fb90dffebbd5eb.tar.gz
tcl-fba428714c97529bd8a332d353fb90dffebbd5eb.tar.bz2
* generic/tclBasic.c (TclObjInvoke): More simplification of the
TclObjInvoke routine toward unification with the rest of the evaluation stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4632978..4249bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-10-05 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclBasic.c (TclObjInvoke): More simplification of the
+ TclObjInvoke routine toward unification with the rest of the
+ evaluation stack.
+
* generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,
TclEvalObjvInternal,Tcl_LogCommandInfo):
* generic/tclCmdAH.c (Tcl_CatchObjCmd):