Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 Some more void -> VOID transitions | |||||
| | * | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 4 | -19/+22 | |
| | | | | | | | | | Some void -> VOID transitions | |||||
* | | | 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 | |
|\ \ \ | |/ / | | | | rather than hanging around to trip us up in the future. | |||||
| * | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+6 | |
| |\ \ | | |/ | | | | rather than hanging around to trip us up in the future. | |||||
| | * | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 1 | -0/+10 | |
| | | | | | | | | | rather than hanging around to trip us up in the future. | |||||
* | | | 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 ↵ | mig | 2011-03-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | TclFreeObj() | |||||
* | | | 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 ↵ | mig | 2011-03-21 | 2 | -6/+12 | |
|\ \ \ | | | | | | | | | | | | | from mig-alloc-reform. | |||||
| * | | | 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 ↵ | mig | 2011-03-18 | 1 | -95/+96 | |
| | | | | | | | | | | | | | | | | with tclIntDecls.h | |||||
| * | | | 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 ↵ | mig | 2011-03-18 | 3 | -16/+84 | |
| | | | | | | | | | | | | | | | | allocated size, thus reducing the number of reallocs. It's good to avoid the interplay between List and Alloc both doubling just-in-case. | |||||
| * | | | development branch for allocator changes | mig | 2011-03-18 | 34 | -2635/+1433 | |
| | | | | ||||||
* | | | | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from ↵ | mig | 2011-03-20 | 1 | -20/+29 | |
|/ / / | | | | | | | | | | mig-alloc-reform. The feature has to be enabled by hand: no autoconf support has been added. It is not clear how universal a build using this will be: it also requires some loader support. | |||||
* | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data types in an effort to silence a MSVC warning reported by Ashok P. Nadkarni. Unable to test, since both forms work on my machine in VC2005, 2008. 2010, in both release and debug builds. * tests/tclTest.c (TestdstringCmd): Restored MSVC buildability broken by [5574bdd262], which changed the effective return type of 'ckalloc' from 'char*' to 'void*'. | |||||
* | | | 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 | |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | |||||
* | | | 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 | |
|\ \ \ | ||||||
| * | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style in | dkf | 2011-03-10 | 16 | -186/+266 | |
| | | | | | | | | | | | | the Engineering Manual. | |||||
* | | | | Merge to feature branch | dkf | 2011-03-09 | 1 | -13/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] | dgp | 2011-03-09 | 1 | -13/+9 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys. |