summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-15 14:07:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-15 14:07:25 (GMT)
commit495633568f2ab50817ea65125683cd79de9da091 (patch)
treeec65e40204705f3a30697defa8532c28497f7083 /ChangeLog
parentb54406ffc1f268bdb88f9512f500f04e0bc0be2f (diff)
downloadtcl-495633568f2ab50817ea65125683cd79de9da091.zip
tcl-495633568f2ab50817ea65125683cd79de9da091.tar.gz
tcl-495633568f2ab50817ea65125683cd79de9da091.tar.bz2
Remove some low-value C stack frames.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05631c6..04a4343 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-04-15 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclEnsemble.c (NsEnsembleImplementationCmdNR):
+ * generic/tclIOUtil.c (Tcl_FSEvalFileEx): Cut out levels of the C
+ stack by going direct to the relevant internal evaluation function.
+
* generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make
flushing work correctly in a pushed compressing channel transform.