summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | |
| * | README additionmig2011-03-181-1/+1
| | |
| * | README additionmig2011-03-181-0/+4
| | |
| * | development branch for allocator changesmig2011-03-1840-2662/+1519
|/ /
* | Generate errorCode information on failure to parse expressions.dkf2011-03-172-71/+112
| |
* | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.cjan.nijtmans2011-03-172-155/+135
| |
* | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-162-4/+9
|\ \ | |/
| * [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-162-4/+9
| |\
| | * [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG buildsjan.nijtmans2011-03-162-4/+6
| | |
| * | merge-markjan.nijtmans2011-03-160-0/+0
| |\ \ | | |/
| | * SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.jan.nijtmans2011-03-163-47/+57
| | | | | | | | | | | | | | | Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. Backported from Tcl 8.5
| | |
| \ \
*-. \ \ Rewrites to eliminate some isspace() calls.dgp2011-03-164-34/+29
|\ \ \ \ | | |/ /
| | * | whitespace tidydgp2011-03-161-1/+1
| |/ /
| * | Rewrites to eliminate isspace() calls.dgp2011-03-164-28/+28
| | |
* | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-163-66/+15
|\ \ \ | |/ / | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
| * | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-03-163-67/+15
| | | | | | | | | | | | | | | necessary basis. Backported from TEA, but kept all original platform code which was removed from TEA.
* | | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. Kevin B Kenny2011-03-149-12/+25
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes in month and day so that tzdata2011d parses correctly. * library/tzdata/America/Havana: * library/tzdata/America/Juneau: * library/tzdata/America/Santiago: * library/tzdata/Europe/Istanbul: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Honolulu: tzdata2011d
| * | Import Olson's tzdata2011d and fix a tclZIC.tcl bug that made the import fail. Kevin B Kenny2011-03-149-12/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes in month and day so that tzdata2011d parses correctly. * library/tzdata/America/Havana: * library/tzdata/America/Juneau: * library/tzdata/America/Santiago: * library/tzdata/Europe/Istanbul: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Easter: * library/tzdata/Pacific/Honolulu: tzdata2011d
* | | Standardize on autoconf-2.59 to generate configure filesdgp2011-03-141-1752/+1102
|\ \ \ | |/ /
| * | Standardize on autoconf-2.59 to generate configure files.dgp2011-03-141-99/+167
| | |
* | | merge 8.5dgp2011-03-145-5/+5
|\ \ \ | |/ /
| * | merge 8.4dgp2011-03-145-5/+5
| |\ \ | | |/
| | * whitespace tidydgp2011-03-145-5/+5
| | |
* | | Apply non-comment changes to take our fork of libtommath up to tracking ↵dkf2011-03-149-21/+54
|\ \ \ | |/ / | | | | | | 0.42.0 from 0.39.