summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclBasic.c (TclNREvalObjEx): fix performance issue, notably ↵mig2011-03-272-0/+11
| | | | apparent in tclbench's 'LIST lset foreach'. Many thanks to twylite for patiently researching the issue and explaining it to me: a missing Tcl_ResetObjResult that causes unwanted sharing of the current result Tcl_Obj.
* More generation of errorCode information.dkf2011-03-262-0/+9
|
* Squelch another unnecessary cast.dkf2011-03-261-1/+1
|
* Reduce the number of casts used to manage Tcl_Obj internal representations.dkf2011-03-2611-158/+162
|
* The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
|\ | | | | | | link.exe included with MSVC, use -debug instead
| * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
| |\ | | | | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| * | merge-markjan2011-03-251-0/+0
| |\ \ | | |/
| | * [Bug 3007895]: Tcl_(Find|Create)HashEntryjan2011-03-252-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 directlyjan.nijtmans2011-03-253-20/+4
|\ \ \ | |/ /
| * | fix genStubs.tcl in one place where it generated "void *" in stead of "VOID *"jan.nijtmans2011-03-258-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 directlyjan.nijtmans2011-03-255-164/+158
| | | | | | | | | Some void -> VOID transitions
* | | Restored C++ usability to the memory allocation and free macros.dgp2011-03-243-6/+11
| | |
* | | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-243-21/+32
|\ \ \ | |/ / | | | rather than hanging around to trip us up in the future.
| * | Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-243-2/+14
| |\ \ | | |/ | | | rather than hanging around to trip us up in the future.
| | * Ensure that any reference to temporary index tables is squelched immediatelydkf2011-03-242-0/+16
| | | | | | | | | rather than hanging around to trip us up in the future.
* | | Correct bizarre name of enumeration member.dkf2011-03-241-2/+2
| | |
* | | * generic/tclObj.c: exploit HAVE_FAST_TSD for the deletion context in ↵mig2011-03-232-0/+9
| | | | | | | | | | | | TclFreeObj()
* | | simpler initialization of Cache under HAVE_FAST_TSD, from mig-alloc-reform.mig2011-03-222-4/+7
| | |
* | | merge-markjan.nijtmans2011-03-220-0/+0
|\ \ \ | |/ /
| * | The -debug:full option is not supported when using the modern versions of ↵jan.nijtmans2011-03-221-3/+3
| |\ \ | | |/ | | | | | | link.exe included with MSVC, use -debug instead
| | * The -debug:full option is not supported when using the modern versions of ↵jan.nijtmans2011-03-221-1/+1
| | | | | | | | | | | | link.exe included with MSVC, use -debug instead
* | | typojan.nijtmans2011-03-221-1/+1
| | |
* | | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-223-9/+26
|\ \ \ | |/ /
| * | [Bug #3216070] Loading extension libraries from embedded Tcl applications.jan.nijtmans2011-03-223-9/+26
| |\ \
| | * | bug-3216070bug_3216070jan.nijtmans2011-03-164-27/+27
| |/ /
* | | remove one level of allocator indirection in non-memdebug builds, imported ↵mig2011-03-213-6/+18
|\ \ \ | | | | | | | | | | | | from mig-alloc-reform.
| * | | fix last commitmig2011-03-211-3/+3
| | | |
| * | | remove one level of indirection in non-mem-debug buildsmig2011-03-212-6/+12
| | | |
| * | | some cleanup re obj deletionmig2011-03-215-43/+12
| | | |
| * | | small optsmig2011-03-211-4/+10
| | | |
| * | | merge trunk to feature branchmig2011-03-201-0/+7
| |\ \ \ | |/ / / |/| | |
* | | | changelog entrymig2011-03-201-0/+7
| | | |
| * | | (empty) merge trunk to feature branchmig2011-03-200-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | * generic/tclThreadAlloc.c: imported HAVE_FAST_TSD support from ↵mig2011-03-201-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 goodmig2011-03-191-0/+662
| | | |
| * | | early return on freeing a NULL pointermig2011-03-191-4/+4
| | | |
| * | | remove stray panic set for debuggingmig2011-03-191-1/+0
| | | |
| * | | uninited var in last commitmig2011-03-191-1/+3
| | | |
| * | | look at all blocks in this thread before looking in the shared cachemig2011-03-191-8/+16
| | | |
| * | | tclListObj.c: simplify macrosmig2011-03-191-7/+4
| | | |
| * | | get purify and native to build by removing ref to ckalloc and friendsmig2011-03-191-3/+3
| | | |
| * | | getting aPURIFY to build?mig2011-03-181-0/+1
| | | |
| * | | remove TclpAlloc and friends from internal stubsmig2011-03-184-123/+116
| | | |
| * | | move the allocator stuff to the end of tclInt.h, in order not to interfere ↵mig2011-03-181-95/+96
| | | | | | | | | | | | | | | | with tclIntDecls.h
| * | | let TclAllocMaximize maintain zippys statsmig2011-03-181-1/+8
| | | |
| * | | let TEBC also use TclAllocMaximizemig2011-03-181-6/+21
| | | |
| * | | remove unused mutexmig2011-03-181-10/+0
| | | |
| * | | New function TclAllocMaximize(). Let tclListObj.c find out the real ↵mig2011-03-183-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 additionmig2011-03-181-2/+4
| | | |