Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 1 | -3/+3 | |
* | Merge 9.0. Also ckalloc -> Tcl_Alloc and ckfree -> Tcl_Free | jan.nijtmans | 2023-03-12 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge 8.7 | jan.nijtmans | 2023-03-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Always output 2 hex characters in "unexpected byte sequence" exception message. | jan.nijtmans | 2023-03-12 | 1 | -1/+1 | |
* | | | Merge 9.0 | jan.nijtmans | 2023-03-08 | 1 | -11/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Merge core-8-branch | jan.nijtmans | 2023-03-08 | 1 | -11/+11 | |
| |\ \ | | |/ | ||||||
| | * | Merge 8.6 | jan.nijtmans | 2023-03-08 | 1 | -11/+11 | |
| | |\ | ||||||
| | | * | Add "notWsl" test constraints. Clean up many testcases | jan.nijtmans | 2023-03-08 | 1 | -137/+148 | |
* | | | | Merge 9.0 - disable file perms tests on wsl | apnadkarni | 2023-03-02 | 1 | -2/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge 8.7: Disable more file permissions tests for WSL (not supported in WSL/... | apnadkarni | 2023-03-02 | 1 | -2/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Disable more file permissions tests for WSL (not supported in WSL/NTFS) | apnadkarni | 2023-03-02 | 1 | -2/+4 | |
* | | | | Tests pass modulo couple of differences in Tcl 8 and 9 default behavior to be... | apnadkarni | 2023-02-25 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2023-02-23 | 1 | -8/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge 8.7. Adapt more testcases not to depend on the system encoding any more | jan.nijtmans | 2023-02-22 | 1 | -2/+2 | |
| |\ \ | ||||||
| * | | | Some test-cases start failing in 9.0-compatibility-mode (-DTCL_NO_DEPRECATED)... | jan.nijtmans | 2023-02-21 | 1 | -6/+6 | |
| |/ / | ||||||
* | | | Merge 8.7 | jan.nijtmans | 2023-01-24 | 1 | -6/+6 | |
|\ \ \ | |/ / | ||||||
| * | | First part of fix for [4a7397e0b3]. Not complete yet. | jan.nijtmans | 2023-01-24 | 1 | -6/+6 | |
| |\ \ | ||||||
| | * \ | Merge 9.0 | jan.nijtmans | 2023-01-24 | 1 | -3/+3 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Merge 8.7 | jan.nijtmans | 2023-01-19 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / | ||||||
| | * | | Merge trunk. Make test-cases pass (again). This might indicate a bug in utf-8... | jan.nijtmans | 2023-01-17 | 1 | -6/+6 | |
| |/ / |/| | | ||||||
* | | | Handle "deprecated" condition correctly in test-cases | jan.nijtmans | 2022-12-01 | 1 | -2/+2 | |
* | | | Merge 8.7. This also fixes [133456085a] | jan.nijtmans | 2022-11-30 | 1 | -2/+2 | |
|\ \ \ | ||||||
* | | | | Proposed fix for [da63e4c1e]. First version, not 100% as expected yet. | jan.nijtmans | 2022-11-23 | 1 | -2/+2 | |
* | | | | Merge 8.7 | jan.nijtmans | 2022-11-20 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
* \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-11-18 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
* | | | | | | Update test result | dgp | 2022-10-28 | 1 | -1/+1 | |
* | | | | | | TIP #646 correction: let "fconfigure $chan -eofchar" return a single characte... | jan.nijtmans | 2022-10-28 | 1 | -7/+7 | |
* | | | | | | Merge 9.0. More strict -eofchar parsing | jan.nijtmans | 2022-10-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
* \ \ \ \ \ \ | Merge 9.0. Change the default -eofchar on Windows | jan.nijtmans | 2022-10-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
* | | | | | | | new TIP about -eofchar handling | jan.nijtmans | 2022-10-16 | 1 | -11/+11 | |
|/ / / / / / | ||||||
* | | | | | | Update tests for TIP 602 | apnadkarni | 2022-08-01 | 1 | -13/+8 | |
| | | | * | | Some test-cases need -nocomplainencoding 1, because they use the fallback beh... | jan.nijtmans | 2023-01-18 | 1 | -3/+3 | |
| | | |/ / | ||||||
| | | * | | Writing characters > \xFF to a binary channel is deprecated, this will start ... | jan.nijtmans | 2022-11-23 | 1 | -2/+2 | |
| | |/ / | ||||||
| | | | | ||||||
| | | \ | ||||||
| | *-. \ | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -0/+1 | |
| | |\ \ \ | |/ / / / | | | | / | | | |/ | ||||||
| | | * | Bring back the common facilities of the tcltests "package", but use a less | dgp | 2022-11-18 | 1 | -0/+1 | |
| * | | | merge 8.6 | dgp | 2022-11-18 | 1 | -1/+0 | |
| |\ \ \ | | |/ / | |/| / | | |/ | ||||||
| | * | Test suite hygiene | dgp | 2022-11-14 | 1 | -1/+0 | |
| * | | Minor change to -eofchar handling | jan.nijtmans | 2022-10-16 | 1 | -58/+58 | |
|/ / | ||||||
* | | See [4dbfa46caa]: Remove "constraint deprecated" from failing testcases which... | jan.nijtmans | 2022-03-18 | 1 | -3/+3 | |
* | | Add proper cleanup to testcases | jan.nijtmans | 2022-03-18 | 1 | -10/+20 | |
* | | Merge 8.7 | jan.nijtmans | 2022-02-07 | 1 | -5/+3 | |
|\ \ | ||||||
* \ \ | Merge 8.7 | jan.nijtmans | 2021-06-23 | 1 | -0/+55 | |
|\ \ \ | |/ / | ||||||
| * | | eol-spacing | jan.nijtmans | 2021-06-21 | 1 | -2/+2 | |
| * | | Assume chan-io-41.6 and chan-io-41.8 are UNIX-only. See [9be2726881c41893], t... | jan.nijtmans | 2021-06-19 | 1 | -2/+2 | |
| * | | tests for [dcb888ed85adeb86] | pooryorick | 2021-06-17 | 1 | -0/+55 | |
* | | | Merge 8.7. More parse improvement, WIP | jan.nijtmans | 2021-05-07 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Better error-message "illegal byte sequence" when trying to read from invalid... | jan.nijtmans | 2021-05-07 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
* | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com... | jan.nijtmans | 2021-04-01 | 1 | -3/+5 | |
|/ / | ||||||
* | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 1 | -111/+110 | |
* | | Merge 8.6 | jan.nijtmans | 2020-12-23 | 1 | -2/+2 | |
|\ \ | |/ |