summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-18 15:12:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-18 15:12:37 (GMT)
commit9a1a3e2f07dfc0b90751b9ccce5015cb42119ae6 (patch)
treefb825bf571652f6b3d06ba63b712e696bef425d0 /ChangeLog
parentde76c226887e818f393568bf07dd6fdebd8347de (diff)
downloadtcl-9a1a3e2f07dfc0b90751b9ccce5015cb42119ae6.zip
tcl-9a1a3e2f07dfc0b90751b9ccce5015cb42119ae6.tar.gz
tcl-9a1a3e2f07dfc0b90751b9ccce5015cb42119ae6.tar.bz2
Fixed [Bug 886231] properly this time rather than with a broken version that
breaks the core completely. :^}
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70c8817..0d8eb00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-06-18 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclInt.h (PendingObjData,TclFreeObjMacro,etc):
+ * generic/tclObj.c (TclFreeObj): Added scheme for making TclFreeObj()
+ avoid blowing up the C stack when freeing up very large object
+ trees. [Bug 886231]
+
* win/tclWinInit.c (SetDefaultLibraryDir): Fix logic, simplify and
add comments.