diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-15 14:07:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-15 14:07:25 (GMT) |
commit | 495633568f2ab50817ea65125683cd79de9da091 (patch) | |
tree | ec65e40204705f3a30697defa8532c28497f7083 /ChangeLog | |
parent | b54406ffc1f268bdb88f9512f500f04e0bc0be2f (diff) | |
download | tcl-495633568f2ab50817ea65125683cd79de9da091.zip tcl-495633568f2ab50817ea65125683cd79de9da091.tar.gz tcl-495633568f2ab50817ea65125683cd79de9da091.tar.bz2 |
Remove some low-value C stack frames.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |