diff options
author | mig <mig> | 2011-03-01 17:19:17 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-01 17:19:17 (GMT) |
commit | e2c42653c299fe808947829b1170ca5bfcc4a67c (patch) | |
tree | 81edafcc9eee1efbc752497aaa07629fe2475c07 /ChangeLog | |
parent | 50c2ad2dd25382a1534ce3666f7ff99653aa512d (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |