| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.7 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 2 | -7/+83 |
|\ |
|
| * | merge 8.6 (regression fix [e3f481f187], conflicts resolved) | sebres | 2019-02-01 | 1 | -0/+22 |
| |\ |
|
| | * | fixes utf-8 compatibility of proc/lambda arguments (regression on compiled lo... | sebres | 2019-01-30 | 1 | -0/+22 |
|
|
| * | | speedup "process.test" using signal (via file delete) for the child-process i... | sebres | 2019-02-01 | 1 | -7/+61 |
|
|
* | | | merge 8.7 | sebres | 2019-01-25 | 1 | -2/+28 |
|\ \ \
| |/ / |
|
| * | | renumeration of test | sebres | 2019-01-25 | 1 | -1/+1 |
|
|
| * | | more tests for INST_EXPON: base -1, big exponent (odd/even). | sebres | 2019-01-25 | 1 | -3/+5 |
|
|
| * | | More simplifications in tclExecute.c (INST_EXPON), much more and well-arrange... | sebres | 2019-01-25 | 1 | -2/+26 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-18 | 1 | -1/+4 |
|\ \ \
| |/ / |
|
| * | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. Use... | jan.nijtmans | 2019-01-18 | 1 | -1/+4 |
|
|
* | | | merge 8.7 (mingw/win-autoconf build, etc) | sebres | 2019-01-14 | 3 | -5/+4 |
|\ \ \
| |/ / |
|
| * | | merge 8.6, conflicts resolved in win/Makefile.in (fixed auto-path and load tc... | sebres | 2019-01-14 | 2 | -4/+3 |
| |\ \
| | |/ |
|
| | * | normalize package provide for tcltests 0.1 (declaration moved from pkgIndex.t... | sebres | 2019-01-14 | 2 | -4/+3 |
|
|
| * | | fCmd-9.4.a: restore constraint for winXP (mistakenly removed, should replace ... | sebres | 2019-01-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -0/+26 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2019-01-13 | 1 | -0/+26 |
| |\ \
| | |/ |
|
| | * | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+26 |
|
|
* | | | merge 8.7 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 4 | -4/+28 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 4 | -4/+28 |
| |\ \
| | |/ |
|
| | * | closes [cc1e91552c]: fixes lrange instruction on empty not canonical list (an... | sebres | 2019-01-09 | 2 | -0/+16 |
| | |\ |
|
| | | * | amend to [a87460dbd4], added clean-up to avoid error {can't set "a(x)": varia... | sebres | 2019-01-08 | 1 | -2/+4 |
|
|
| | | * | bug [cc1e91552c]: added test cases showing the regression (expansion & lrange) | sebres | 2019-01-08 | 2 | -0/+14 |
|
|
| | * | | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - miss... | sebres | 2019-01-08 | 2 | -4/+12 |
| | |/ |
|
* | | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 1 | -26/+30 |
|\ \ \
| |/ / |
|
| * | | Update TZ info to tzdata2018h. | José Ignacio Marín | 2018-12-29 | 1 | -26/+30 |
| |\ \
| | |/ |
|
| | * | clock.test: resolve sporadic timing issues - "after 10" could cause pause >12... | sebres | 2018-12-29 | 1 | -26/+30 |
|
|
| | * | New test-cases (backported from 8.7) adapted for pre-TIP-502 behavior | jan.nijtmans | 2018-12-20 | 1 | -0/+18 |
| | |\ |
|
| | | * | (cherry-pick) relax the timings of 2 tests, which incidentally fail on Travis... | jan.nijtmans | 2018-12-20 | 3 | -3/+21 |
|
|
* | | | | Merge 8.7, and make all test-cases pass. | jan.nijtmans | 2018-12-13 | 1 | -0/+18 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix 2 TIP #502 corner-cases. Those corner-cases where (probably) always wrong... | jan.nijtmans | 2018-12-13 | 1 | -0/+18 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-12-11 | 3 | -4/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix executable flags of 3 test-files | jan.nijtmans | 2018-12-08 | 3 | -0/+0 |
|
|
* | | | | Fix executable flags for 2 test-files | jan.nijtmans | 2018-12-08 | 2 | -0/+0 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2018-11-29 | 2 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2018-11-29 | 2 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | relax the timings of 2 tests, which incidentally fail on Travis CI | jan.nijtmans | 2018-11-29 | 2 | -3/+3 |
|
|
* | | | | merge 8.7 | sebres | 2018-11-22 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | fixes typo in [e108e6b947], test added to cover this case | sebres | 2018-11-22 | 1 | -4/+4 |
|
|
* | | | | merge 8.7 | sebres | 2018-11-22 | 3 | -4/+18 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 | sebres | 2018-11-22 | 3 | -4/+18 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 3 | -4/+18 |
| | |\ \
| | | |/ |
|
| | | * | win: fixed pwd-related test-cases in winPipe.test: several test-cases expect ... | sebres | 2018-11-20 | 1 | -1/+7 |
|
|
| | | * | win: fixes case sensitivity of glob test cases (winFile-2.*): current directo... | sebres | 2018-11-20 | 1 | -2/+4 |
|
|
| | | * | refactoring normalize in case of second path starting with tilde (~/~foo) - f... | sebres | 2018-11-20 | 1 | -0/+7 |
|
|
* | | | | merge 8.7 | dgp | 2018-11-16 | 1 | -0/+40 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 | dgp | 2018-11-16 | 1 | -0/+40 |
| |\ \ \
| | |/ / |
|
| | * | | test cases for decode base64, bug [00d04c4f12], unfulfilled base64 (strict an... | sebres | 2018-11-15 | 1 | -0/+40 |
|
|
* | | | | merge 8.7 | dgp | 2018-11-15 | 2 | -123/+139 |
|\ \ \ \
| |/ / / |
|
| * | | | merge 8.6 | dgp | 2018-11-15 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | merge 8.5 | dgp | 2018-11-15 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|