summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-24 00:29:30 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-24 00:29:30 (GMT)
commit7dbcf3186d085c65101f4b9c10cb8ba485258e2e (patch)
treeac8de96d13826b1e1bc57dee584633871ab7e09f /ChangeLog
parentbf63c22236bf05cc0f69635e66cd22a3010dcb6a (diff)
downloadtcl-7dbcf3186d085c65101f4b9c10cb8ba485258e2e.zip
tcl-7dbcf3186d085c65101f4b9c10cb8ba485258e2e.tar.gz
tcl-7dbcf3186d085c65101f4b9c10cb8ba485258e2e.tar.bz2
* generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by
using the ensemble rewrite engine, [Bug 1574835]. * generic/tclInterp.c (AliasObjCmd): previous commit missed usage of TCL_EVAL_NOREWRITE for aliases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dd12be..0f7f7dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-10-23 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by
+ using the ensemble rewrite engine, [Bug 1574835].
+ * generic/tclInterp.c (AliasObjCmd): previous commit missed usage
+ of TCL_EVAL_NOREWRITE for aliases.
+
* generic/tclBasic.c (TclEvalObjvInternal): removed redundant
check for ensembles [Bug 1577628].