Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed extraneous 'v' from doc | hobbs | 2001-05-03 | 1 | -2/+2 |
| | |||||
* | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 1 | -2/+2 |
| | | | | in place of simple "char*". (kennykb) [Patch #404026] | ||||
* | * 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/+68 |
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). |