History of doc/TCL_MEM_DEBUG.3 of f8609137ca7c2082
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History of file doc/TCL_MEM_DEBUG.3 at check-in f8609137ca7c2082

2020-11-20
15:02
Merge 8.7 file: [cd877f7e65] check-in: [42b98bc068] user: jan.nijtmans branch: main, size: 3715
14:48
Don't use "Copyright <year> _by_" any more. This results in more consistant copyright statements in the (html) documentation file: [439e0a9c06] check-in: [8c69d8dabe] user: jan.nijtmans branch: core-8-6-branch, size: 3701
08:24
Use '&' in stead of 'and' in copyright statements consistantly file: [00e2d2c5ee] check-in: [f3b6563365] user: jan.nijtmans branch: core-8-6-branch, size: 3704
2018-09-01
22:01
Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion) file: [7190ee7def] check-in: [f13660b5a5] user: jan.nijtmans branch: memory-API, size: 3720
2016-03-08
15:31
Eliminate exess spacings in remaining doc pages file: [db86cc28d8] check-in: [8731e8bf9f] user: jan.nijtmans branch: trunk, size: 3706
2013-11-05
12:36
Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and possibly others. file: [a04b4ec629] check-in: [5145f9b673] user: jan.nijtmans branch: core-8-5-branch, size: 3708
2013-01-14
18:00
Deleted: removing "uninteresting" files (doc, Changelog) to reduce merge conflicts check-in: [e6c519de83] user: mig branch: mig-strip-brutal, size: 0
2013-01-09
16:43
Experimental: categories added to man pages; enhance tcltk-man2html to use categories to render ToC file: [dc051def56] check-in: [82bff07330] user: twylite branch: frq-3599786, size: 3731
2012-11-16
10:21
Doc fix in TCL_MEM_DEBUG.3 file: [7e29f1209f] check-in: [f8609137ca] user: jan.nijtmans branch: core-8-5-branch, size: 3708
10:16
Fix msgcat.test (in case a higher msgcat version is encountered, which is not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3 file: [18aaa6f6c6] check-in: [feb6e6bc81] user: jan.nijtmans branch: core-8-4-branch, size: 3605
2011-03-02
16:06
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [1774264412] check-in: [79367df0f0] user: dgp branch: core-8-5-branch, size: 3712
2011-03-01
15:38
Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause more harm than good. Purged them. file: [66d54dc5a1] check-in: [90b4acd7bd] user: dgp branch: core-8-4-branch, size: 3609
2007-12-13
15:22
merge stable branch onto HEAD file: [54e6d810ee] check-in: [d1f7550cd9] user: dgp branch: trunk, size: 3789
2007-11-01
16:55
merge updates from HEAD file: [2bbcc482e6] check-in: [06cf57e4eb] user: dgp branch: dgp-refactor, size: 3792
16:25
merge updates from HEAD file: [c505b9fbfb] check-in: [cd5e32c829] user: dgp branch: core-stabilizer-branch, size: 3793
2007-10-28
14:17
First stage of doing GOOBE improvements to documentation now that the html generation works file: [652bed8989] check-in: [273847833c] user: dkf branch: trunk, size: 3789
2007-10-26
20:11
* changes: Updated for 8.5b2 release. * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. file: [885f577dc3] check-in: [b67e3f215e] user: dgp branch: trunk, size: 3785
2007-10-24
14:29
Lots of improvements to look and feel of manual pages file: [148fd5bfe7] check-in: [bf4174f4b1] user: dkf branch: trunk, size: 3793
2004-09-08
23:02
Merge updates from HEAD file: [fda2aa19d1] check-in: [dff8728918] user: dgp branch: dgp-refactor, size: 3789
2004-09-06
09:44
More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] file: [c6fba1e601] check-in: [3e34564c9e] user: dkf branch: trunk, size: 3785
2002-11-15
15:34
Added missing .BE [Bug 629330] file: [f093b6eae3] check-in: [d81f9a0a52] user: dkf branch: trunk, size: 3685
2002-06-10
05:33
Merging with TOT as of 06/09/2002. file: [3b8a7d5148] check-in: [73b68fb238] user: wolfsuit branch: macosx-8-4-branch, size: 3690
2002-03-18
22:30
* generic/tclCompile.c (TclCompileTokens): Modified imported bugfix to use a heap variable for the message buffer instead of placing it on the stack. * Updated "mod-8-3-1-branch" to head of "core-8-3-1-branch" to get the newest fixes for tcl 8.3.4 into this branch. file: [9300884e48] check-in: [d631cf3e55] user: andreas_kupries branch: mod-8-3-4-branch, size: 3693
2002-02-26
02:22
* doc/Alloc.3: * 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) file: [82d705ed50] check-in: [332048a6cb] user: hobbs branch: trunk, size: 3683
2002-02-05
02:21
Merging with the current TOT. Very few conflicts, mostly in the generated files. file: [d782875308] check-in: [f469a31a06] user: wolfsuit branch: macosx-8-4-branch, size: 3681
2001-12-10
16:01
* Several typo and formatting corrections discovered during conversion to TMML. Thanks to Joe English. [Patch 490514] file: [38dd8366f6] check-in: [e7a6729833] user: dgp branch: core-8-3-1-branch, size: 3677
15:50
* Several typo and formatting corrections discovered during conversion to TMML. Thanks to Joe English. [Patch 490514] file: [106508466b] check-in: [c6a543090c] user: dgp branch: trunk, size: 3672
2001-09-28
02:26
* generic/tclIO.c (ChannelTimerProc): Added Tcl_Preserve() and Tcl_Release() to fix segfault introduced by the 2001-09-26 changes. [Bug 465494] * doc/TCL_MEM_DEBUG.3: Updated out-of-date reference to #define GUARD_SIZE. file: [7d152d331b] check-in: [3828b00948] user: dgp branch: core-8-3-1-branch, size: 3671
2001-09-27
22:25
* Updated out-of-date reference to #define GUARD_SIZE. file: [a8aaba86c7] check-in: [d674873ac2] user: dgp branch: trunk, size: 3666
2000-06-02
23:44
Deleted: Created branch ajuba-ajuba2-2-0-synthetic check-in: [61886d60e7] user: cvs2fossil branch: ajuba-ajuba2-2-0-synthetic, size: 0
2000-04-27
01:46
Added: * doc/memory.n: Man page for Tcl "memory" command, which is 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). file: [9a6907a45e] check-in: [9aabc80546] user: ericm branch: trunk, size: 3618
2000-04-26
20:49
Added: Created branch core-8-3-1-synthetic file: [10621aedf7] check-in: [229cb92672] user: cvs2fossil branch: core-8-3-1-synthetic, size: 3620