summaryrefslogtreecommitdiffstats
path: root/doc/TCL_MEM_DEBUG.3
Commit message (Collapse)AuthorAgeFilesLines
* Added missing .BE [Bug 629330]dkf2002-11-151-1/+2
| | | FossilOrigin-Name: d81f9a0a5262f02513b02d22d9397099ffd83cbe
* * doc/Alloc.3:hobbs2002-02-261-2/+2
| | | | | | | | | | | | * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * doc/TCL_MEM_DEBUG.3: Updated documentation to describe the ckalloc, ckfree, ckrealloc, attemptckalloc, and attemptckrealloc macros, and to accurately describe when and how they are used. [Bug #497459] (dgp) FossilOrigin-Name: 332048a6cbe13ddd433269d96173010f10727518
* * Several typo and formatting corrections discovereddgp2001-12-101-4/+4
| | | | | | during conversion to TMML. Thanks to Joe English. [Patch 490514] FossilOrigin-Name: c6a543090c1786c744bc8ec7be936816cdffb5ea
* * Updated out-of-date reference to #define GUARD_SIZE.dgp2001-09-271-3/+4
| | | FossilOrigin-Name: d674873ac2fe25b68a582d0ab61eb23e77cccc0e
* * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271].ericm2000-04-281-2/+2
| | | | | | | | | * doc/Init.3: Manual entry for Tcl_Init [Bug: 1820]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054]. FossilOrigin-Name: 3429c5f93a5cc5289544ad5bb92f65f23dd39bd2
* * doc/memory.n: Man page for Tcl "memory" command, which isericm2000-04-271-0/+81
created when TCL_MEM_DEBUG is defined at compile time. * doc/TCL_MEM_DEBUG.3: Man page with overall information about TCL_MEM_DEBUG usage. * doc/DumpActiveMemory.3: Man page for Tcl_DumpActiveMemory, Tcl_InitMemory, and Tcl_ValidateAllMemory [Bug: 1816, 1835]. * generic/tclCkalloc.c: Fixed some function headers. * unix/mkLinks: Regen'd with new mkLinks.tcl. * unix/mkLinks.tcl: Fixed indentation, made link setup more intelligent (only do one existance test per man page, instead of one per function). FossilOrigin-Name: 9aabc80546f973f15c034d1588b01acd930ab13a