Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
| | ||||||
* | [Patch #3124683]: platform specific stuff in (tcl|tk)Main.c | jan.nijtmans | 2011-03-17 | 2 | -155/+135 | |
| | ||||||
* | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 2 | -4/+9 | |
|\ | ||||||
| * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 2 | -4/+9 | |
| |\ | ||||||
| | * | [Bug #3197864] pointer truncation on Win64 TCL_MEM_DEBUG builds | jan.nijtmans | 2011-03-16 | 2 | -4/+6 | |
| | | | ||||||
| * | | merge-mark | jan.nijtmans | 2011-03-16 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. | jan.nijtmans | 2011-03-16 | 3 | -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. | dgp | 2011-03-16 | 4 | -34/+29 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | whitespace tidy | dgp | 2011-03-16 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Rewrites to eliminate isspace() calls. | dgp | 2011-03-16 | 4 | -28/+28 | |
| | | | ||||||
* | | | Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵ | jan.nijtmans | 2011-03-16 | 3 | -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.nijtmans | 2011-03-16 | 3 | -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 Kenny | 2011-03-14 | 9 | -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 Kenny | 2011-03-14 | 9 | -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 files | dgp | 2011-03-14 | 1 | -1752/+1102 | |
|\ \ \ | |/ / | ||||||
| * | | Standardize on autoconf-2.59 to generate configure files. | dgp | 2011-03-14 | 1 | -99/+167 | |
| | | | ||||||
* | | | merge 8.5 | dgp | 2011-03-14 | 5 | -5/+5 | |
|\ \ \ | |/ / | ||||||
| * | | merge 8.4 | dgp | 2011-03-14 | 5 | -5/+5 | |
| |\ \ | | |/ | ||||||
| | * | whitespace tidy | dgp | 2011-03-14 | 5 | -5/+5 | |
| | | | ||||||
* | | | Apply non-comment changes to take our fork of libtommath up to tracking ↵ | dkf | 2011-03-14 | 9 | -21/+54 | |
|\ \ \ | |/ / | | | | | | | 0.42.0 from 0.39. | |||||
| * | | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 libtommath_merge_0_42_0 | dkf | 2011-03-14 | 9 | -21/+54 | |
| | | | | | | | | | from 0.39. | |||||
| * | | merge-mark | jan.nijtmans | 2011-03-11 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 4 | -20/+46 | |
| | | | | | | | | | | | | Thanks to "mescalinum" for reporting and testing. Merged --cherrypick from Tcl8.5 (2010-09-08,48191d3979) |