summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 13:45:08 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-29 13:45:08 (GMT)
commitd63487fc10c65ca57db9496dc4300e63faece5fa (patch)
tree6bb30553faa6e9251277cfc747c9717c45d57814 /ChangeLog
parentcb577f757e0f2461f6e4886506c1899ae34b3d98 (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28c5dcd..0bd884d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: