Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Several typo and formatting corrections discovered | dgp | 2001-12-10 | 1 | -4/+4 |
| | | | | during conversion to TMML. Thanks to Joe English. [Patch 490514] | ||||
* | * Updated out-of-date reference to #define GUARD_SIZE. | dgp | 2001-09-27 | 1 | -3/+4 |
| | |||||
* | * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. | ericm | 2000-04-28 | 1 | -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]. | ||||
* | * doc/memory.n: Man page for Tcl "memory" command, which is | ericm | 2000-04-27 | 1 | -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). |