Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TZ info to tzdata2018i. | jan.nijtmans | 2019-01-04 | 16 | -56/+240 |
| | |||||
* | [86d249bcba] Make sure that tcltest::runAllTests actually returns 1 on failure. | dgp | 2018-11-08 | 1 | -1/+3 |
| | | | Repairs TIP 525 Implementation. | ||||
* | [TIP 525] Backport package tcltest 2.5 | dgp | 2018-10-29 | 2 | -45/+86 |
| | |||||
* | (temporary) backout [0386db909a]: Enable CI builds with Travis. This enables ↵ | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | | | | everything else to merge-marked to 8.6. Will put it back in the next commit | ||||
* | Backport various minor issues from 8.6: | jan.nijtmans | 2018-10-27 | 3 | -440/+101 |
| | | | | | | - gcc compiler warning in tclDate.c - protect Tcl_UtfToUniCharDString() from ever reading more than "length" bytes from its input, not even in the case of invalid UTF-8. - update to latest tzdata - fix 2 failing test-cases on MacOSX | ||||
* | Update to latest tzdata (backported from 8.6) | jan.nijtmans | 2018-10-27 | 10 | -386/+427 |
| | |||||
* | tclWinDde.c: Backport version 1.4.1 from Tcl 8.6. | jan.nijtmans | 2018-10-27 | 1 | -2/+2 |
| | |||||
* | Backport "registry" version 1.3.3, so all active branches now have the same ↵ | jan.nijtmans | 2018-10-24 | 1 | -4/+4 |
| | | | | | registry version. (this commit must -eventually- be merge-marked to core-8-6-branch, since everything is there already) | ||||
* | Enable CI builds with Travis. | dkf | 2018-10-23 | 1 | -2/+2 |
|\ | |||||
| * | Disable windows builds. Make test failures fatal. | dkf | 2018-10-21 | 1 | -2/+2 |
| | | |||||
* | | code review, skip slow test winpipe-8.2 executed args from injectList ↵ | sebres | 2018-08-23 | 1 | -0/+4 |
| | | | | | | | | particularly (normally winpipe-8.3 covers the same but jointly), to enable use parameter `-constraints slowTest`, added new test with randomly generated potentially dangerous args | ||||
* | | Update to latest tzdata (backported from 8.6) | jan.nijtmans | 2018-06-09 | 92 | -3461/+3467 |
| | | |||||
* | | Update to tzdata2017c | Kevin B Kenny | 2017-10-24 | 21 | -367/+404 |
| | | |||||
* | | Fix [fb2208172c671f29d60e9ac928d9ded45d01d8b8|fb2208172c]: tclIndex varies ↵ | jan.nijtmans | 2017-07-17 | 1 | -2/+2 |
| | | | | | | | | across builds from auto_mkindex | ||||
* | | (cherry-pick from core-8-6-branch): Update TZ info to tzcode2017b. | jan.nijtmans | 2017-03-23 | 144 | -6717/+6328 |
| | | |||||
* | | Upgrade TZDATA to IETF tzdata2016j | venkat | 2017-01-14 | 6 | -23/+242 |
| | | |||||
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
| | | |||||
* | | Update to tzdata2016i from IETF | venkat | 2016-11-12 | 4 | -39/+208 |
| | | |||||
* | | Update http version number to 2.7.14, due to [838e99a76d] | jan.nijtmans | 2016-11-02 | 2 | -2/+2 |
| | | |||||
* | | Update timezone data to tzdata2016h from IETF | venkat | 2016-10-26 | 4 | -186/+186 |
|/ | |||||
* | [838e99a76d] Ensure that encodings are handled with application/xml and friends. | dkf | 2016-10-08 | 1 | -1/+33 |
| | |||||
* | Update tzdata to 2016g from ietf.org | venkat | 2016-10-02 | 69 | -1864/+1698 |
| | |||||
* | Update tzdata to 2016f from ietf.org | venkat | 2016-07-20 | 22 | -159/+159 |
| | |||||
* | Update to tzdata2016d from IETF | venkat | 2016-04-22 | 34 | -313/+463 |
| | |||||
* | Update to tzdata 2016c from ietf.org | venkat | 2016-03-26 | 8 | -186/+522 |
| | |||||
* | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default ↵ | jan.nijtmans | 2016-03-23 | 1 | -4/+12 |
| | | | | | | | | bindings for text widget See: [https://groups.google.com/forum/#!topic/comp.lang.tcl/ZZ_WwfQdmoE]. People like Eric Brunel, who want the most logical behavior for any Tcl release can simply do: set ::tcl_wordchars {\w} set ::tcl_nonwordchars {\W} | ||||
* | Update tzdata to 2016b from ietf.org | venkat | 2016-03-16 | 15 | -798/+689 |
| | |||||
* | merge 8.5 | dgp | 2015-10-29 | 5 | -38/+193 |
|\ | |||||
| * | Update to tzdata2015g from ietf | venkat | 2015-10-27 | 4 | -37/+192 |
| | | |||||
| * | Bring back regexp to wat it was in latest release. This is the correct fix ↵ | jan.nijtmans | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | | for kbk's attempt. | ||||
| * | Correct bad regexp in platform::identify that causes it to return incorrect ↵ | Kevin B Kenny | 2015-10-23 | 1 | -1/+1 |
| | | | | | | | | results everywhere. | ||||
* | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -1/+1 |
|/ | |||||
* | Mutch simpler solution to [219866c1e9]: In stead of filtering out version ↵ | jan.nijtmans | 2015-09-30 | 1 | -7/+6 |
| | | | | information from the string, make sure that ::platform::generic doesn't contain this version information in the first place. | ||||
* | Fix [738bc50e93]: auto_execok doesn't recognise mklink on windows. Remove ↵ | jan.nijtmans | 2015-09-30 | 7 | -132/+128 |
| | | | | some unnecessary end-of-line spacing. | ||||
* | Fix [b1f19286f0]: for command documentation. | jan.nijtmans | 2015-09-30 | 1 | -0/+1 |
| | | | Minor addendum to previous commit: Make OS version number available in ::platform::generic for Cygwin | ||||
* | proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platform | jan.nijtmans | 2015-09-25 | 2 | -4/+11 |
| | |||||
* | Upgrade to tzdata2015f from IETF. | venkat | 2015-08-12 | 7 | -380/+208 |
| | |||||
* | Summary: Update to tzdata2015e from ietf.org | venkat | 2015-06-28 | 3 | -51/+216 |
| | |||||
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -6/+6 |
| | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. | ||||
* | Update to tzdata2015d from ietf.org | venkat | 2015-04-29 | 16 | -1185/+1136 |
| | |||||
* | merge 8.5 | dgp | 2015-02-12 | 10 | -704/+27 |
|\ | |||||
| * | merge tzdata2015a from ietf.org | venkat | 2015-02-11 | 10 | -704/+27 |
| | | |||||
* | | Bump to version 8.5.18. | dgp | 2015-02-05 | 1 | -1/+1 |
|/ | |||||
* | 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 |
|\ | |||||
| * | 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 8.5, update changes | dgp | 2014-08-13 | 91 | -2874/+3044 |
|\ \ | |/ | |||||
| * | tzdata2014f from ietf.org | Kevin B Kenny | 2014-08-13 | 91 | -2874/+3044 |
| | | |||||
* | | merge 8.5 | dgp | 2014-08-02 | 3 | -22/+25 |
|\ \ | |/ |