summaryrefslogtreecommitdiffstats
path: root/generic/tclCkalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * 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
* | | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2nijtmans2010-12-101-3/+5
* | | [Bug 3129448]: possible over-allocation on 64-bit platformsnijtmans2010-12-061-4/+4
* | | Allow Tcl_Panic() to enter the debugger on win32nijtmans2010-12-011-11/+3
* | | Add missing 'objs' verb in error message.ferrieux2010-11-081-2/+4
* | | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' tohobbs2010-10-021-22/+32
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-3/+3
* | | * generic/tclAlloc.c: Cleaned up various routines in thedgp2009-09-291-12/+18
* | | Apply patch from [Bug 988703]. Many thanks to Joe Mistachkin for development.dkf2009-06-181-1/+22
* | | [Bug 218977] Tcl_DbCkfree needs a return valuenijtmans2009-02-271-7/+4
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-8/+8
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-23/+23
|/ /
* | * 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