summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-05-08 09:56:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-05-08 09:56:09 (GMT)
commit9336e00b814e5a54eb52156cf83382b234a4091d (patch)
tree229f6e17b1a3f7d2100f835b848745dec7e6472b /ChangeLog
parent8e841a82ee24a19f46b5242cc2a989361da94dd9 (diff)
downloadtcl-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a7bb1b..4cda0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.