diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-29 13:45:08 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-29 13:45:08 (GMT) |
commit | d63487fc10c65ca57db9496dc4300e63faece5fa (patch) | |
tree | 6bb30553faa6e9251277cfc747c9717c45d57814 /ChangeLog | |
parent | cb577f757e0f2461f6e4886506c1899ae34b3d98 (diff) | |
download | tcl-d63487fc10c65ca57db9496dc4300e63faece5fa.zip tcl-d63487fc10c65ca57db9496dc4300e63faece5fa.tar.gz tcl-d63487fc10c65ca57db9496dc4300e63faece5fa.tar.bz2 |
* generic/tclExecute.c: fix [Bug 2030670] that cause
TclStackRealloc to panic on rare corner cases. Thx ajpasadyn for
diagnose and patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2008-07-29 Miguel Sofer <msofer@users.sf.net> + * generic/tclExecute.c: fix [Bug 2030670] that cause + TclStackRealloc to panic on rare corner cases. Thx ajpasadyn for + diagnose and patch. + * generic/tcl.decls: Completely revamped NRE implementation, * generic/tclBasic.c: with (almost) unchanged API. * generic/tclCompile.h: |