summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | Update more of the test suite to use Tcltest 2.dkf2011-03-092-116/+118
| | | | |
| * | | | Merge to feature branchdkf2011-03-094-22/+38
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-094-22/+38
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171] * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.
| * | | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]dgp2011-03-093-19/+31
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scripts function properly even in a namespace that contains a custom "namespace" command. [Bug 3202171]
| | * | | | * generic/tclNamesp.c: Tighten the detector of nested [namespace code] bug_3202171dgp2011-03-093-19/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/namespace.test: quoting that the quoted scriptsfunction properly even in a namespace that contains a custom "namespace" command. [Bug 3202171]
| * | | | | * doc/tclvars.n: Formatting fix. Thanks to Pat Thotys.patthoyts2011-03-092-3/+7
| |/ / / /
| * | | | Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-083-4/+14
| |\ \ \ \ | | | |_|/ | | |/| |
| | | * | Turn namespace into an ensemble. Not yet on trunk because of some mysterious ↵dkf2011-03-096-252/+198
| |_|/ / |/| | | | | | | | | | | failures that need resolving...
* | | | Update more of the test suite to use Tcltest 2.dkf2011-03-094-172/+317
| | | |
* | | | Fix gcc warning: comparison between signed and unsigned integer expressionsjan.nijtmans2011-03-082-1/+3
| | | |
* | | | mergejan.nijtmans2011-03-085-5/+22
|\ \ \ \
| * | | | More gcc warnings: variable set but not usedpseudotrunk_2011_03_08jan.nijtmans2011-03-083-4/+3
| | | | |
| * | | | Fix gcc warnings: variable set but not usedjan.nijtmans2011-03-083-0/+10
| |\ \ \ \ | | | |/ / | | |/| |