diff options
| author | dgp <dgp@users.sourceforge.net> | 2008-06-30 02:55:00 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2008-06-30 02:55:00 (GMT) |
| commit | 2c04db5191597787a9dd16c98a1fa33ec46d1405 (patch) | |
| tree | 3003e394123944cdd88ad0b7f1aa129313cebd03 /ChangeLog | |
| parent | 93345bd20c8ed5838fdf47056805ada370a10739 (diff) | |
| download | tcl-core_stabilizer_branch.zip tcl-core_stabilizer_branch.tar.gz tcl-core_stabilizer_branch.tar.bz2 | |
merge updates from 8.5 branch
core_stabilizer_branch
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2008-06-29 Don Porter <dgp@users.sourceforge.net> + + * doc/ObjectType.3: Updated documentation of the Tcl_ObjType + struct to match expectations of Tcl 8.5 [Bug 1917650]. + + * generic/tclPathObj.c: Plug memory leak in [Bug 1999176] fix. Thanks + Rolf Ade for detecting. + +2008-06-28 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks + Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654]. + +2008-06-26 Andreas Kupries <andreask@activestate.com> + + * unix/Makefile.in: Followup to my change of 2008-06-25, make code + generated by the Makefile and put into the installd tm.tcl + conditional on interpreter safeness as well. Thanks to Daniel + Steffen for reminding me of that code. + 2008-06-25 Don Porter <dgp@users.sourceforge.net> *** 8.5.3 TAGGED FOR RELEASE *** |
