diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-18 15:12:37 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-06-18 15:12:37 (GMT) |
commit | 9a1a3e2f07dfc0b90751b9ccce5015cb42119ae6 (patch) | |
tree | fb825bf571652f6b3d06ba63b712e696bef425d0 /ChangeLog | |
parent | de76c226887e818f393568bf07dd6fdebd8347de (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |