summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* 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.
| * | Apply non-comment changes to take our fork of libtommath up to tracking 0.42.0 libtommath_merge_0_42_0dkf2011-03-149-21/+54
| | | | | | | | | from 0.39.
| * | merge-markjan.nijtmans2011-03-110-0/+0
| |\ \ | | |/
| | * ifdef protections to permit builds with mingw on amd64 systems.jan.nijtmans2011-03-114-20/+46
| | | | | | | | | | | | Thanks to "mescalinum" for reporting and testing. Merged --cherrypick from Tcl8.5 (2010-09-08,48191d3979)
| * | merge-markjan.nijtmans2011-03-110-0/+0
| |\ \ | | |/
| | * * win/tcl.m4: handle --enable-64bit=ia64 for gcc.jan.nijtmans2011-03-114-304/+647
| | | | | | | | | | | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b)
* | | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter Kevin B Kenny2011-03-133-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 nowmig2011-03-131-8/+1
| | |
* | | * generic/tclExecute.c: remove TEBCreturn()mig2011-03-132-27/+14
| | |
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-1297-1246/+1178
| | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless.
* | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODEjan.nijtmans2011-03-122-3/+8
| | |
* | | More test suite updating.dkf2011-03-112-33/+26
| | |
* | | mergejan.nijtmans2011-03-110-0/+0
|\ \ \ | |/ /
| * | merge-mark correct version of libtommathjan.nijtmans2011-03-110-0/+0
| |\ \
| | * | Import of libtommath 0.39+Kevin B Kenny2006-12-01133-5198/+985
| | | |
| | * | Import of libtommath 0.37Kevin B Kenny2005-12-2717-394/+431
| | | |
| | * | re-import of three damaged PDF'sKevin B Kenny2005-09-263-0/+0
| | | |
| | * | Import of libtommath 0.36Kevin B Kenny2005-09-26156-445/+1587
| | | |
| | * | Import of tommath 0.35Kevin B Kenny2005-04-1068-4385/+6792
| | | |
| | * | Import of libtommath 0.33 Kevin B Kenny2005-01-19200-0/+57261
| | | |
* | | | merge-markjan.nijtmans2011-03-100-0/+0
|\ \ \ \ | |/ / /
| * | | [Bug 3205320]: stack space detection defeated by inliningjan.nijtmans2011-03-103-6/+15
| | | |
* | | | Turn namespace into an ensemble.dkf2011-03-1011-276/+243
|\ \ \ \
| * | | | Add ChangeLog entry.dkf_namespace_as_ensembledkf2011-03-101-0/+8
| | | | |
| * | | | Fix remaining broken tests (test failures appear non-serious)dkf2011-03-102-6/+6
| | | | |
| * | | | Fix most of the failing tests (some of which were due to breakage done to thedkf2011-03-103-18/+31
| | | | | | | | | | | | | | | parser used in auto_mkIndex; never a good idea to delete the ::tcl NS!)
| * | | | Merge to feature branchdkf2011-03-1028-589/+826
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | fix broken builddgp2011-03-101-1/+1
| | | | |
* | | | | Make tests in child interpreters report their summary info in the master.dkf2011-03-107-26/+59
| | | | | | | | | | | | | | | Bumped tcltest version to 2.3.3
* | | | | MINOR: Formatting fixes, mainly to comments, so code better fits the style indkf2011-03-1021-446/+648
| | | | | | | | | | | | | | | the Engineering Manual.