summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Silence come compiler warnings.dgp2013-01-241-0/+4
|\
| * Silence some compiler warnings.dgp2013-01-241-0/+4
* | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
|\ \ | |/
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-6/+3
* | Silence type match warnings in debug print.dgp2011-07-121-2/+2
|\ \ | |/
* | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
|\ \ | |/
| * [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-161-4/+4
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-33/+35
| * * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-281-7/+14
* | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2,nijtmans2011-01-251-3/+5
* | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-22/+32
* | Fix for [Bug 988703, 1565466]Joe Mistachkin2009-10-181-1/+22
* | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-12/+18
* | * generic/tclCkalloc.c: fix warnings from gcc build configured withdas2007-04-231-4/+4
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-2/+2
* | TIP#270 IMPLEMENTATIONdgp2006-11-151-2/+2
* | Minor updates (whitespace police, etc.)dkf2006-11-071-17/+17
* | * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-2/+2
* | * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-5/+4
* | ANSIfy. Also converted some deeply nested code to a less nested form for easi...dkf2005-11-011-147/+145
* | * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-3/+4
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-4/+3
* | Getting more systematic about styledkf2005-07-191-229/+249
* | Minor style guide issues (e.g. making sure all 'if' bodies have bracesdkf2004-10-061-83/+100
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* | All uses of 'panic' (the macro) changeddavygrvy2003-12-241-9/+9
|/
* change %ud to %u as appropriatehobbs2003-01-191-8/+8
* * generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd.macosx_8_4_merge_2002_08_20_trunkdgp2002-08-201-5/+5
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem):mdejong2002-08-011-2/+2
* ckalloc() et al take 'unsigned int' sizes, so print them with '%ud' not '%d'dkf2002-07-111-8/+8
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-281-11/+32
* Minor stub-table fixes; see ChangeLog for detailsdkf2001-12-181-12/+12
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"Kevin B Kenny2001-04-041-22/+22
* * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): set curTagPtrhobbs2001-03-311-1/+2
* * generic/tcl.h (attemptckalloc): Fixed typo for #define ofericm2000-12-081-1/+122
* * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc.ericm2000-09-141-1/+83
* * doc/memory.n: Man page for Tcl "memory" command, which isericm2000-04-271-22/+55
* * generic/tclProc.c: corrected error reporting for default casehobbs1999-11-191-3/+3
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-41/+63
* 1 Added use of Tcl_GetAllocMutex to tclAlloc.c and tclCkalloc.c so theywelch1999-08-101-19/+17
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-18/+175
* Merged stubs changes into mainline for 8.0stanton1999-03-101-9/+11
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* Initial revisionrjohnson1998-03-261-0/+815