summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2011-03-01 17:19:17 (GMT)
committermig <mig>2011-03-01 17:19:17 (GMT)
commite2c42653c299fe808947829b1170ca5bfcc4a67c (patch)
tree81edafcc9eee1efbc752497aaa07629fe2475c07 /ChangeLog
parent50c2ad2dd25382a1534ce3666f7ff99653aa512d (diff)
downloadtcl-e2c42653c299fe808947829b1170ca5bfcc4a67c.zip
tcl-e2c42653c299fe808947829b1170ca5bfcc4a67c.tar.gz
tcl-e2c42653c299fe808947829b1170ca5bfcc4a67c.tar.bz2
* generic/tclBasic.c (TclNREvalObjv): dont do the trampoline dance for commands that do not have an nreProc, [Patch 3168229]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 176e594..be20b96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-01 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclBasic.c (TclNRRunCallbacks): don't do the trampoline
+ dance for commands that do not have an nreProc, [Patch 3168229]
+
2011-03-01 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOO.c (Tcl_NewObjectInstance, TclNRNewObjectInstance)