diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2010-04-24 17:07:31 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2010-04-24 17:07:31 (GMT) |
commit | eac8ecf3bb3d3d4cc99c78f12abf28cf9e408174 (patch) | |
tree | d59a6f9ca7c0173219c9823ef65353c715633f70 /ChangeLog | |
parent | 31f9ebcae6f4c9e30de64b164c8e35f1f13db6e1 (diff) | |
download | tcl-eac8ecf3bb3d3d4cc99c78f12abf28cf9e408174.zip tcl-eac8ecf3bb3d3d4cc99c78f12abf28cf9e408174.tar.gz tcl-eac8ecf3bb3d3d4cc99c78f12abf28cf9e408174.tar.bz2 |
* generic/tclBasic.test: modify api of TclSpliceTailcall()
* generic/tclExecute.c: to fix yieldTo, which had not survived
* generic/tclInt.h: the latest mods to tailcall. Thanks kbk
for detecting the problem.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-04-24 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.test: modify api of TclSpliceTailcall() + * generic/tclExecute.c: to fix yieldTo, which had not survived + * generic/tclInt.h: the latest mods to tailcall. Thanks kbk + for detecting the problem. + 2010-04-23 Jan Nijtmans <nijtmans@users.sf.net> * unix/tclUnixPort.h Fix [Bug #2991415] tclport.h #included before limits.h |