Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 |
|\ | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 |
| |\ | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| * | | merge-mark | jan | 2011-03-25 | 1 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | [Bug 3007895]: Tcl_(Find|Create)HashEntry | jan | 2011-03-25 | 2 | -2/+39 |
| | | | | | | | | | | | | | | | | | | | | | stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76) | ||||
* | | | Remove Tclp(Local|Gm)time_unix forwarders, the same can be done directly | jan.nijtmans | 2011-03-25 | 3 | -20/+4 |
|\ \ \ | |/ / | |||||
| * | | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *" | jan.nijtmans | 2011-03-25 | 8 | -137/+121 |
| |\ \ | | |/ | | | | | | | 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 | 5 | -164/+158 |
| | | | | | | | | | Some void -> VOID transitions | ||||
* | | | Restored C++ usability to the memory allocation and free macros. | dgp | 2011-03-24 | 3 | -6/+11 |
| | | | |||||
* | | | Ensure that any reference to temporary index tables is squelched immediately | dkf | 2011-03-24 | 3 | -21/+32 |
|\ \ \ | |/ / | | | | 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 | 3 | -2/+14 |
| |\ \ | | |/ | | | | 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 | 2 | -0/+16 |
| | | | | | | | | | 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 | 2 | -0/+9 |
| | | | | | | | | | | | | TclFreeObj() | ||||
* | | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform. | mig | 2011-03-22 | 2 | -4/+7 |
| | | | |||||
* | | | merge-mark | jan.nijtmans | 2011-03-22 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | link.exe included with MSVC, use -debug instead | ||||
| | * | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | link.exe included with MSVC, use -debug instead | ||||
* | | | typo | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 3 | -9/+26 |
|\ \ \ | |/ / | |||||
| * | | [Bug #3216070] Loading extension libraries from embedded Tcl applications. | jan.nijtmans | 2011-03-22 | 3 | -9/+26 |
| |\ \ | |||||
| | * | | bug-3216070bug_3216070 | jan.nijtmans | 2011-03-16 | 4 | -27/+27 |
| |/ / | |||||
* | | | remove one level of allocator indirection in non-memdebug builds, imported ↵ | mig | 2011-03-21 | 3 | -6/+18 |
|\ \ \ | | | | | | | | | | | | | 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 |
| | | | | |||||
| * | | | merge trunk to feature branch | mig | 2011-03-20 | 1 | -0/+7 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | changelog entry | mig | 2011-03-20 | 1 | -0/+7 |
| | | | | |||||
| * | | | (empty) merge trunk to feature branch | mig | 2011-03-20 | 0 | -0/+0 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | * 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. | ||||
| * | | | adding benchmarks on core.tcl.tk; still some weirdos, but looking good | mig | 2011-03-19 | 1 | -0/+662 |
| | | | | |||||
| * | | | 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. | ||||
| * | | | README addition | mig | 2011-03-18 | 1 | -2/+4 |
| | | | | |||||
| * | | | README addition | mig | 2011-03-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | README addition | mig | 2011-03-18 | 1 | -0/+4 |
| | | | | |||||
| * | | | development branch for allocator changes | mig | 2011-03-18 | 40 | -2662/+1519 |
|/ / / | |||||
* | | | Generate errorCode information on failure to parse expressions. | dkf | 2011-03-17 | 2 | -71/+112 |
| | | |