summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge-mark (but also remove some lost spacing)jan.nijtmans2023-03-052-2/+1
|\
| * Fix [57bfcf43dd]: Remove unreachable code in Tcl_SetWideIntObj()jan.nijtmans2023-03-051-10/+4
* | A better fix for Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-053-22/+46
|\ \
| * | A better fix for Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-053-22/+46
* | | Merge 8.6: Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-053-43/+106
|\ \ \ | | |/ | |/|
| * | Bug [9c5a00c69d]. Fix ~user on Windowsapnadkarni2023-03-052-38/+45
| |\ \
| | * | Add test for [9c5a00c69d], tilde expansion of ~userapnadkarni2023-03-041-0/+10
| | * | Bug [9c5a00c69d]. Tilde expansion on Windowsapnadkarni2023-03-041-38/+35
| |/ /
* | | Protect zlib errors with check for null interpapnadkarni2023-03-041-10/+19
* | | Merge 8.6jan.nijtmans2023-03-041-4/+1
|\ \ \ | |/ /
| * | Test constraint notInCIenv no longer necessary (due to previous fix)jan.nijtmans2023-03-041-4/+1
* | | Merge 8.6jan.nijtmans2023-03-041-1/+1
|\ \ \ | |/ /
| * | Fix [1b8df10110]: Tcl_GetTime returns wrong usec value on Windowsjan.nijtmans2023-03-041-1/+1
* | | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-034-20/+57
|\ \ \ | | |/ | |/|
| * | Fix Valgrind "still reachable" report in TestcmdtokenCmd().pooryorick2023-03-033-20/+36
|/ /
* | Disable more file permissions tests for WSL (not supported in WSL/NTFS)apnadkarni2023-03-026-35/+46
* | Cherrypick [f1dd5f1cc7]: constrain tests not supported on WSLapnadkarni2023-03-011-18/+21
* | Put back testcase io-52.20, and re-fix [4a7397e0b3]jan.nijtmans2023-02-283-1/+29
* | Missing ')'jan.nijtmans2023-02-281-1/+1
* | Restore previous behavior for non-blocking mode, as for this mode the semanti...jan.nijtmans2023-02-281-1/+5
* | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as thispooryorick2023-02-282-65/+2
* | Merge 8.6jan.nijtmans2023-02-283-10/+71
|\ \ | |/
| * Fix [f9eafc3886]: Error handling in zlib comment/filenamejan.nijtmans2023-02-282-9/+70
| |\
| | * Fix testcasesjan.nijtmans2023-02-271-20/+4
| | * fill in bug ticket-nrjan.nijtmans2023-02-261-4/+4
| | * Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ...jan.nijtmans2023-02-262-9/+86
| |/
* | Make the descriptions in doc/Tcl.n more concise and intuitive.pooryorick2023-02-281-194/+121
|\ \
| * | Make the descriptions in doc/Tcl.n more concise and intuitive.pooryorick2023-02-281-194/+121
|/ /
* | Fix formatting issue in Tcl.npooryorick2023-02-281-0/+3
* | Merge 8.6jan.nijtmans2023-02-261-0/+32
|\ \ | |/
| * More dstring testcases, extracted from [46dda6fc29]jan.nijtmans2023-02-261-0/+32
* | int -> Tcl_Size in tclEncoding.c (making the diff between Tcl 8.7 and 9.0 sma...jan.nijtmans2023-02-241-27/+27
* | Fix [4bea02e811]: encoding convertfrom -strict ascii \x7f generates exceptionjan.nijtmans2023-02-2332-72/+66
|\ \
| * | re-generate macDingbats.enc, so it can now throw exceptions for the range 0x8...jan.nijtmans2023-02-221-2/+2
| * | Make txt2enc smarter, so we don't have to add DELETE any more in all original...jan.nijtmans2023-02-2219-20/+13
| * | Merge 8.7. Adapt more testcases not to depend on the system encoding any morejan.nijtmans2023-02-225-17/+37
| |\ \
| * | | Add 0x7F: DELETE to more mac* encodings (so re-generating doesn't remove it a...jan.nijtmans2023-02-2110-0/+10
| * | | More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove "-m...jan.nijtmans2023-02-2110-18/+12
| * | | Some test-cases start failing in 9.0-compatibility-mode (-DTCL_NO_DEPRECATED)...jan.nijtmans2023-02-212-12/+12
| * | | re-generated 8 more encodingsjan.nijtmans2023-02-209-14/+15
| * | | Two more files, re-generatedjan.nijtmans2023-02-202-4/+4
| * | | Proposed fix for [4bea02e811]: encoding convertfrom -strict ascii \x7f genera...jan.nijtmans2023-02-2016-28/+24
* | | | merge-markjan.nijtmans2023-02-230-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | See [d19fe0a5b] for follow-up to previous commitjan.nijtmans2023-02-231-7/+4
* | | | minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mo...jan.nijtmans2023-02-221-6/+14
* | | | Merge 8.6jan.nijtmans2023-02-222-14/+49
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32jan.nijtmans2023-02-222-3/+30
| |\ \
| | * | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u...jan.nijtmans2023-02-212-3/+30
* | | | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-222-13/+31
|\ \ \ \
| * | | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-192-13/+31
| | |_|/ | |/| |