| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Corrected odd comment | dkf | 2011-03-28 | 1 | -1/+1 |
|
|
* | | | | | Use the error messages generated by the variable management code rather than | dkf | 2011-03-28 | 1 | -9/+4 |
|
|
* | | | | | * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably apparen... | mig | 2011-03-27 | 1 | -0/+3 |
|
|
* | | | | | More generation of errorCode information. | dkf | 2011-03-26 | 1 | -0/+6 |
|
|
* | | | | | Squelch another unnecessary cast. | dkf | 2011-03-26 | 1 | -1/+1 |
|
|
* | | | | | Reduce the number of casts used to manage Tcl_Obj internal representations. | dkf | 2011-03-26 | 10 | -158/+155 |
|
|
* | | | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 2 | -0/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 6 | -112/+116 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 4 | -19/+22 |
|
|
* | | | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 2 | -6/+6 |
|
|
* | | | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 2 | -0/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+10 |
|
|
* | | | | | Correct bizarre name of enumeration member. | dkf | 2011-03-24 | 1 | -2/+2 |
|
|
* | | | | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in TclFree... | mig | 2011-03-23 | 1 | -0/+4 |
|
|
* | | | | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. | mig | 2011-03-22 | 1 | -4/+2 |
|
|
* | | | | | remove one level of allocator indirection in non-memdebug builds, imported fr... | mig | 2011-03-21 | 2 | -6/+12 |
|\ \ \ \ \ |
|
| * | | | | | fix last commit | mig | 2011-03-21 | 1 | -3/+3 |
|
|
| * | | | | | remove one level of indirection in non-mem-debug builds | mig | 2011-03-21 | 2 | -6/+12 |
|
|
| * | | | | | some cleanup re obj deletion | mig | 2011-03-21 | 5 | -43/+12 |
|
|
| * | | | | | small opts | mig | 2011-03-21 | 1 | -4/+10 |
|
|
| * | | | | | early return on freeing a NULL pointer | mig | 2011-03-19 | 1 | -4/+4 |
|
|
| * | | | | | remove stray panic set for debugging | mig | 2011-03-19 | 1 | -1/+0 |
|
|
| * | | | | | uninited var in last commit | mig | 2011-03-19 | 1 | -1/+3 |
|
|
| * | | | | | look at all blocks in this thread before looking in the shared cache | mig | 2011-03-19 | 1 | -8/+16 |
|
|
| * | | | | | tclListObj.c: simplify macros | mig | 2011-03-19 | 1 | -7/+4 |
|
|
| * | | | | | get purify and native to build by removing ref to ckalloc and friends | mig | 2011-03-19 | 1 | -3/+3 |
|
|
| * | | | | | getting aPURIFY to build? | mig | 2011-03-18 | 1 | -0/+1 |
|
|
| * | | | | | remove TclpAlloc and friends from internal stubs | mig | 2011-03-18 | 4 | -123/+116 |
|
|
| * | | | | | move the allocator stuff to the end of tclInt.h, in order not to interfere wi... | mig | 2011-03-18 | 1 | -95/+96 |
|
|
| * | | | | | let TclAllocMaximize maintain zippys stats | mig | 2011-03-18 | 1 | -1/+8 |
|
|
| * | | | | | let TEBC also use TclAllocMaximize | mig | 2011-03-18 | 1 | -6/+21 |
|
|
| * | | | | | remove unused mutex | mig | 2011-03-18 | 1 | -10/+0 |
|
|
| * | | | | | New function TclAllocMaximize(). Let tclListObj.c find out the real allocated... | mig | 2011-03-18 | 3 | -16/+84 |
|
|
| * | | | | | development branch for allocator changes | mig | 2011-03-18 | 34 | -2635/+1433 |
|
|
* | | | | | | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from mig-alloc-ref... | mig | 2011-03-20 | 1 | -20/+29 |
|/ / / / / |
|
* | | | | | Generate errorCode information on failure to parse expressions. | dkf | 2011-03-17 | 1 | -67/+103 |
|
|
* | | | | | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c | jan.nijtmans | 2011-03-17 | 1 | -155/+130 |
|
|
* | | | | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 1 | -4/+4 |
|
|
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Rewrites to eliminate some isspace() calls. | dgp | 2011-03-16 | 3 | -34/+23 |
|\ \ \ \ \ \
| | |/ / / / |
|
| | * | | | | whitespace tidy | dgp | 2011-03-16 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 3 | -28/+22 |
|
|
* | | | | | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
| Kevin B Kenny | 2011-03-13 | 2 | -3/+3 |
|
|
* | | | | | remove TD->expanded, not needed now | mig | 2011-03-13 | 1 | -8/+1 |
|
|
* | | | | | * generic/tclExecute.c: remove TEBCreturn() | mig | 2011-03-13 | 1 | -27/+10 |
|
|
* | | | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 67 | -942/+885 |
|
|
* | | | | | Fix remaining broken tests (test failures appear non-serious) | dkf | 2011-03-10 | 1 | -4/+4 |
|
|
* | | | | | Merge to feature branch | dkf | 2011-03-10 | 16 | -186/+266 |
|\ \ \ \ \ |
|