diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,23 @@ +2001-12-29 Don Porter <dgp@users.sourceforge.net> + + * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem): + Added the [memory onexit] command, intended to replace [checkmem]. + + * doc/DumpActiveMemory.3: + * doc/memory.n: Updated documentation for [memory] and related + matters. [Bug 487677] + + * mac/tclMacBOAMain.c (Tcl_Main, CheckmemCmd): Removed all the + machinery for the [checkmem] command that is completely duplicated + by code in generic/tclCkalloc.c. + + * generic/tclBinary.c: + * generic/tclListObj.c: + * generic/tclObj.c: + * generic/tclStringObj.c: Removed references to [checkmem] in + comments, referencing [memory active] instead, since it is + documented. + 2001-12-28 Daniel Steffen <das@users.sourceforge.net> * mac/tclMacInit.c: @@ -103,7 +123,6 @@ * doc/CrtInterp.3: * generic/tclBasic.c: docs and comments corrections [Bug 493412] Bug & patch by Don Porter. - 2001-12-14 Donal K. Fellows <fellowsd@cs.man.ac.uk> |