Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | merge tzdata2015a from ietf.org | venkat | 2015-02-11 | 10 | -704/+27 |
|\ | |||||
| * | merge tzdata2015a from ietf.org | venkat | 2015-02-11 | 10 | -704/+27 |
| | | |||||
* | | merge tzdata2014j from ietf.org | venkat | 2014-12-10 | 56 | -543/+678 |
|\ \ | |/ | |||||
| * | tzdata2014j from ietf.org | venkat | 2014-12-10 | 56 | -543/+678 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | merge 8.5 | dgp | 2014-08-14 | 13 | -0/+65 |
| |\ | |||||
| * \ | merge 8.5, update changes | dgp | 2014-08-13 | 91 | -2874/+3044 |
| |\ \ | |||||
| * \ \ | merge 8.5 | dgp | 2014-08-02 | 3 | -22/+25 |
| |\ \ \ | |||||
| * | | | | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file. | dgp | 2014-10-14 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | merge trunk | dgp | 2014-08-19 | 78 | -2809/+3044 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Put back SystemV timezone files, which were removed in previous commit. ↵ | jan.nijtmans | 2014-08-13 | 13 | -0/+65 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | Don't know if that was by accident, but seems unwise in a Tcl patch release. | ||||
| | * | | | | Put back SystemV timezone files, which were removed in previous commit. ↵ | jan.nijtmans | 2014-08-13 | 13 | -0/+65 |
| | | |_|/ | | |/| | | | | | | | | | | | | Don't know if that was by accident, but seems unwise in a Tcl patch release. | ||||
| * | | | | merge tzdata2014f from ietf.org | Kevin B Kenny | 2014-08-13 | 91 | -2874/+3044 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | tzdata2014f from ietf.org | Kevin B Kenny | 2014-08-13 | 91 | -2874/+3044 |
| | | |/ | | |/| | |||||
* | | | | merge trunk | dgp | 2014-08-02 | 3 | -22/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 3 | -22/+25 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. | ||||
| | * | | Updated package "platform" to version 1.0.13. Separated the | andreask | 2014-08-01 | 3 | -22/+25 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors). | ||||
* | | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 |
|/ / | |||||
* | | Fix execute-6.5 test failure on trunk: the "preserveCore" part of ↵ | jan.nijtmans | 2014-06-23 | 1 | -33/+33 |
|\ \ | |/ | | | | | tcltest::test assumes that the cleanup is done first, so moving the cleanup means the the "preserverCore" part needs to move with it. | ||||
| * | Fix execute-6.5 test failure on trunk: the "preserveCore" part of ↵ | jan.nijtmans | 2014-06-23 | 1 | -33/+33 |
| | | | | | | | | tcltest::test assumes that the cleanup is done first, so moving the cleanup means the the "preserverCore" part needs to move with it. | ||||
* | | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵ | jan.nijtmans | 2014-06-22 | 2 | -10/+10 |
|\ \ | |/ | | | | | | | until after -output compare. tcltest -> version 2.3.8 | ||||
| * | previous commit was not quite right, this one should be betterbug_2f9df4c4fa | jan.nijtmans | 2014-06-20 | 1 | -14/+14 |
| | | |||||
| * | ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵ | jan.nijtmans | 2014-06-20 | 2 | -8/+8 |
| | | | | | | | | until after -output compare | ||||
* | | [f0f876c141] Improve consistency in error messages. | dkf | 2014-06-17 | 1 | -4/+4 |
| | | |||||
* | | [311e61d12a] Generate error code in *all* places where commands are looked up. | dkf | 2014-06-16 | 1 | -1/+2 |
| | | |||||
* | | [a122627849] Improve stack trace from parray on not-array. | dkf | 2013-11-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [a122627849] Improve stack trace from parray on not-array. | dkf | 2013-11-24 | 1 | -1/+1 |
| | | |||||
* | | The only relyable way of changing environment variables to uppercase (e.g. ↵ | jan.nijtmans | 2013-11-21 | 2 | -16/+7 |
|\ \ | |/ | | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226]. | ||||
| * | The only relyable way of changing environment variables to uppercase (e.g. ↵ | jan.nijtmans | 2013-11-21 | 2 | -44/+39 |
| | | | | | | | | env(ComSpec) to env(COMSPEC)) is unsetting the old one first. Long-standing bug, exposed by [219226]. | ||||
* | | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 2 | -6/+9 |
|\ \ | |/ | | | | | tcltest 2.3.7 | ||||
| * | Safer clean-up of environment variables: Do removal after insertions -> ↵ | jan.nijtmans | 2013-11-20 | 2 | -6/+9 |
| | | | | | | | | tcltest 2.3.7 | ||||
| * | Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵ | jan.nijtmans | 2013-10-28 | 2 | -2/+2 |
| | | | | | | | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving. | ||||
* | | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8 | jan.nijtmans | 2013-10-25 | 2 | -10/+13 |
|\ \ | |/ | |||||
| * | Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13 | jan.nijtmans | 2013-10-25 | 2 | -10/+13 |
| | | |||||
* | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 145 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 145 | -0/+0 |
| | | |||||
| * | Advance to tzdata2013g | Kevin B Kenny | 2013-10-05 | 35 | -1354/+413 |
| | | |||||
| * | merge 8.5. update changes. | dgp | 2013-09-08 | 1 | -0/+9 |
| |\ | |||||
| * | | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | | |||||
* | | | Advance to tzdata2013g | Kevin B Kenny | 2013-10-05 | 35 | -1354/+413 |
| | | | |||||
* | | | merge trunk; update changes | dgp | 2013-09-16 | 2 | -26/+52 |
|\ \ \ | |||||
| * | | | [3611643] Stop polluting the global namespace. | dkf | 2013-09-08 | 1 | -26/+43 |
| | | | | | | | | | | | | | | | | Refactor the index entry generation so it is done right, once. Handle more of [namespace ensemble create]'s behavior. | ||||
| * | | | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the | dgp | 2013-09-07 | 1 | -0/+9 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | same version of the same package. Prefer the file that comes first on the tm path. Makes TCL*_TM_PATH variables more useful. Thanks to Gustaf Neumann for the suggestion. [a16752c252] Revise (partially revert) bug fix to stop crashes in buggy tclcompiler. | ||||
| | * | | [86ceb4e2b6] Improve reaction when multiple *tm files purport to offer the | dgp | 2013-09-07 | 1 | -0/+9 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | same version of the same package. Prefer the file that comes first on the tm path. Makes TCL*_TM_PATH variables more useful. Thanks to Gustaf Neumann for the suggestion. | ||||
| | | * | merge trunkbug_86ceb4e2b6 | dgp | 2013-09-07 | 4 | -3/+17 |
| | | |\ | | |_|/ | |/| | | |||||
| | | * | Use ne instead of [string length] for less shimmer risk. | dgp | 2013-09-05 | 1 | -1/+1 |
| | | | | |||||
| | | * | Possible improvement in light of [86ceb4e2b6]. | dgp | 2013-07-15 | 1 | -0/+9 |
| | | | | |||||
* | | | | Bump version number to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
|/ / / |