| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-07-25 | 1 | -9/+9 |
|\ |
|
* | | Fix for bug cb0373bb33. In HTTP/1.1 the response header "Connection", if abs... | kjnash | 2020-07-24 | 2 | -6/+29 |
|/ |
|
* | Merge 8.5. | jan.nijtmans | 2020-07-20 | 1 | -8/+8 |
|\ |
|
| * | Backport changes in tcltest package from higher Tcl versions. | jan.nijtmans | 2020-07-20 | 2 | -13/+24 |
|
|
| * | Make sure that files like _FOSSIL_ or .flsckout are never committed to a GIT ... | jan.nijtmans | 2020-06-22 | 1 | -0/+0 |
|
|
| * | (cherry-pick): Update TZ info to tzdata2020a. | jan.nijtmans | 2020-06-06 | 7 | -588/+277 |
|
|
* | | (cherry-pick): Bugfix in library/tm.tcl - in a safe interp ::tcl::tm::Unknown... | jan.nijtmans | 2020-07-14 | 1 | -1/+5 |
|
|
* | | In tcl_startOfPreviousWord, don't bother doing a regexp when $start <= 0. | jan.nijtmans | 2020-07-03 | 1 | -2/+4 |
|
|
* | | Fix for ticket 41c9857bdd | kjnash | 2020-06-23 | 1 | -20/+25 |
|
|
* | | library/reg/pkgIndex.tcl should not be executable | jan.nijtmans | 2020-06-22 | 1 | -0/+0 |
|
|
* | | Bump http version to 2.9.2 | kjnash | 2020-06-19 | 2 | -2/+2 |
|
|
* | | Merge 8.6 | kjnash | 2020-06-19 | 32 | -790/+683 |
|\ \ |
|
| * | | Update TZ info to tzdata2020a. | José Ignacio Marín | 2020-06-06 | 7 | -588/+277 |
|
|
| * | | tcltest.tcl: Only adapt "filesMade" variable if the file to be removed is act... | jan.nijtmans | 2020-03-30 | 2 | -3/+4 |
|
|
| * | | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal Unico... | jan.nijtmans | 2020-03-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
|
|
| * | | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 2 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3 | jan.nijtmans | 2020-02-26 | 2 | -4/+4 |
|
|
| * | | merge 8.5 | sebres | 2020-02-17 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | windows: avoid create of legacy error-vars on init phase (in fresh created in... | sebres | 2020-02-17 | 1 | -2/+2 |
|
|
| * | | merge 8.5 | sebres | 2020-01-30 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | introduces new command and constraint testWithLimit (as include tests/interna... | sebres | 2020-01-30 | 1 | -1/+1 |
|
|
| | * | (cherry-pick): Fix issue [9128866ec8448752] by adding Line Feed character to ... | jan.nijtmans | 2020-01-06 | 1 | -1/+1 |
|
|
| * | | Fix issue [9128866ec8448752] by adding Line Feed character to tis-620.enc. | pooryorick | 2020-01-04 | 1 | -1/+1 |
|
|
| * | | amend to [2cf1202807]: find the hooks in tcltest namespace only | sebres | 2019-12-10 | 1 | -3/+3 |
|
|
| * | | merge 8.5 (timing issue avoidance, skip test in runtime feature) | sebres | 2019-12-09 | 1 | -15/+51 |
| |\ \
| | |/ |
|
| | * | small amend (whitespace, no functional) | sebres | 2019-12-09 | 1 | -1/+1 |
|
|
| | * | rewrite of [dff608952b]: skip tests if there is really a timing issue (and im... | sebres | 2019-12-06 | 1 | -15/+51 |
|
|
| * | | tcltest: hook enhancements rewritten backwards compatible now, reverts [0067d... | sebres | 2019-12-09 | 1 | -38/+15 |
|
|
| * | | Add tcltest::CleanupTest to make it easier to customize behaviour. | pooryorick | 2019-12-02 | 1 | -1/+11 |
|
|
| * | | Renumber tcltest from 2.5.1 -> 2.5.2, already for next release. | jan.nijtmans | 2019-12-02 | 2 | -2/+2 |
|
|
| * | | Add tcltest::EvalTest to make it easier to customize behaviour. | pooryorick | 2019-12-01 | 1 | -1/+10 |
|
|
| * | | Fix tcltest::SetupTest added in previous commit. | pooryorick | 2019-12-01 | 1 | -7/+5 |
|
|
| * | | add tcltest::SetupTest to make it easier to customize the -setup step of a test | pooryorick | 2019-12-01 | 1 | -1/+17 |
|
|
| * | | Merge 8.5 (Update opt package from 0.4.6 to 0.4.7). | jan.nijtmans | 2019-11-28 | 3 | -5/+5 |
| |\ \
| | |/ |
|
| | * | Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3. | jan.nijtmans | 2019-11-28 | 2 | -231/+231 |
|
|
| * | | Merge 8.6; update changes. | dgp | 2019-11-20 | 2 | -3/+3 |
| |\ \ |
|
| | * \ | Fix [13657a2dc3]: application/json is not a binary payload for http. http 2... | jan.nijtmans | 2019-11-18 | 2 | -3/+3 |
| | |\ \
| | | |/ |
|
| | | * | http package from 2.7.14 to 2.7.15 | jan.nijtmans | 2019-11-18 | 2 | -2/+2 |
|
|
| | | * | Fix [13657a2dc3]: application/json is not a binary payload for http | jan.nijtmans | 2019-11-18 | 1 | -1/+1 |
|
|
| * | | | merge 8.6 | dgp | 2019-10-21 | 2 | -4/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Bump to dde 1.4.2 and registry 1.3.4 | dgp | 2019-10-21 | 2 | -4/+4 |
| | |\ \
| | | |/ |
|
| | | * | Bump to dde 1.4.2 and registry 1.3.4. | dgp | 2019-10-21 | 2 | -4/+4 |
|
|
| | | * | (cherry-pick): Update TZ info to tzdata2019c. | jan.nijtmans | 2019-09-25 | 13 | -158/+308 |
|
|
| * | | | merge 8.6 | dgp | 2019-09-13 | 14 | -159/+311 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5 - windows: eliminate overwriting of WINDIR env-variable in VS-makef... | sebres | 2019-09-12 | 1 | -1/+3 |
| | |\ \
| | | |/ |
|
| | | * | windows: eliminate overwriting of WINDIR env-variable in makefiles (used WIN_... | sebres | 2019-09-12 | 1 | -1/+3 |
|
|
| | * | | Update TZ info to tzdata2019c. | José Ignacio Marín | 2019-09-12 | 13 | -158/+308 |
|
|
| * | | | merge 8.6 | dgp | 2019-09-11 | 3 | -6/+6 |
| |\ \ \
| | |/ / |
|
| | * | | Merge 8.5 | jan.nijtmans | 2019-09-11 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|