diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-08 09:56:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-08 09:56:09 (GMT) |
commit | 9336e00b814e5a54eb52156cf83382b234a4091d (patch) | |
tree | 229f6e17b1a3f7d2100f835b848745dec7e6472b /ChangeLog | |
parent | 8e841a82ee24a19f46b5242cc2a989361da94dd9 (diff) | |
download | tcl-9336e00b814e5a54eb52156cf83382b234a4091d.zip tcl-9336e00b814e5a54eb52156cf83382b234a4091d.tar.gz tcl-9336e00b814e5a54eb52156cf83382b234a4091d.tar.bz2 |
Oops, forgot to do a ChangeLog entry for the fix for [Bug 2414858].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-05-08 Donal K. Fellows <dkf@users.sf.net> + * generic/tclOO.c (TclNRNewObjectInstance): [Bug 2414858]: Add a + * generic/tclBasic.c (TclPushTailcallPoint): marker to the stack of + NRE callbacks at the right point so that tailcall works correctly in a + constructor. + * tests/exec.test (cat): [Bug 2788468]: Adjust the scripted version of cat so that it does not perform transformations on the data it is working with, making it more like the standard Unix 'cat' program. |