Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7. Go back to lowercase for POSIX err-messages | jan.nijtmans | 2023-03-27 | 20 | -186/+186 |
|\ | |||||
* \ | Merge 8.7 | jan.nijtmans | 2023-03-26 | 7 | -17/+90 |
|\ \ | |/ | |||||
| * | Failing test for [6d4e9d1af5bf5b7d]. | pooryorick | 2023-03-26 | 2 | -0/+73 |
| | | |||||
* | | Experimental fix for [fa128568a5]: EOVERFLOW does not necessarily mean "file ↵ | jan.nijtmans | 2023-03-25 | 21 | -200/+200 |
|/ | | | | | too big" Let's synchronize the POSIX error-messages with what Linux gives nowadays. | ||||
* | Remove knownProfileBug constraint: this is already fixed | jan.nijtmans | 2023-03-22 | 1 | -4/+1 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2023-03-22 | 1 | -0/+0 |
|\ | |||||
* | | Some test-cases, which test for partial read without throwing EILSEQ ↵ | jan.nijtmans | 2023-03-21 | 1 | -5/+5 |
| | | | | | | | | immediately, only work with ""-blocking 0". That's expected. | ||||
* | | Proposed fix for [1bedc53c8c]: synchronous [read] with -strictencoding does ↵ | jan.nijtmans | 2023-03-20 | 1 | -0/+16 |
| | | | | | | | | not produce an error on invalid input | ||||
* | | Proposed fix for [154ed7ce56]: Tcl 9: [gets] on -strictencoding 1 configured ↵ | jan.nijtmans | 2023-03-20 | 1 | -2/+18 |
| | | | | | | | | | | channel. Extracted from TIP #657 branch (better keeping bug-fix separate from enhancements) | ||||
* | | Duplicate test name | dgp | 2023-03-20 | 1 | -1/+1 |
| | | |||||
* | | Fix [bdcb5126c0]: Failed assertion in test chan-io-7.3 | jan.nijtmans | 2023-03-20 | 2 | -2/+2 |
| | | |||||
* | | Fix [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-20 | 2 | -2/+2 |
|\ \ | |||||
| * | | Possible fix for [d7fd37ebd9]: handling leftover prefix in table encoding | jan.nijtmans | 2023-03-19 | 1 | -1/+1 |
| | | | |||||
* | | | Fix http11 test hang caused by trailing brace in previous commit | apnadkarni | 2023-03-20 | 1 | -2/+2 |
|/ / | |||||
* | | Don't let httpd11 depend on the system encoding any more: All text files are ↵ | jan.nijtmans | 2023-03-19 | 1 | -1/+5 |
| | | | | | | | | now stored in utf-8. | ||||
* | | Merge 8.7 | jan.nijtmans | 2023-03-17 | 2 | -1/+4 |
|\ \ | |||||
| * \ | merge 8.6 | dgp | 2023-03-17 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Clean up after events to avoid errors in later tests that use an event loop. | dgp | 2023-03-17 | 1 | -0/+3 |
| | | | |||||
* | | | Merge 8.7 | apnadkarni | 2023-03-16 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge in constraint spelling fix. Keep it in case the knownBug constraint ↵ | dgp | 2023-03-15 | 1 | -3/+1 |
| |\ \ | | |/ | | | | | | | is ever removed. | ||||
| | * | Misspelled constraint created testing noise. | dgp | 2023-03-15 | 1 | -1/+1 |
| | | | |||||
* | | | Change -encodingprofile to -profile | apnadkarni | 2023-03-16 | 6 | -52/+52 |
| | | | |||||
* | | | Merge 8.7 | apnadkarni | 2023-03-14 | 5 | -9/+151 |
|\ \ \ | |/ / | |||||
| * | | Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise ↵ | jan.nijtmans | 2023-03-14 | 2 | -6/+6 |
| |\ \ | | |/ | | | | | | | -DTCL_NO_DEPRECATED build fails. | ||||
| | * | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵ | jan.nijtmans | 2023-03-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit | ||||
| | * | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
| | |\ | | | | | | | | | TCP client socket. | ||||
| | | * | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
| | | | | | | | | | | | | TCP client socket. | ||||
| * | | | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
| |\ \ \ | | | | | | | | | | | TCP client socket. | ||||
| | * | | | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
| | | | | | | | | | | | | | | | TCP client socket. | ||||
| * | | | | Merge 8.6: Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -0/+40 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -0/+35 |
| | | | | | |||||
| * | | | | Backport [6fb14ee3e876978c]. Add testcases | jan.nijtmans | 2023-03-12 | 1 | -0/+12 |
| | | | | | |||||
| * | | | | Fix [db7a085bd9]: encoding convertfrom -strict utf-16 accepts partial surrogates | jan.nijtmans | 2023-03-12 | 1 | -3/+9 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge 8.7 | dgp | 2023-03-10 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-09 | 1 | -4/+11 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge 8.7 - winFCmd-1.24 differs in error code on Win 11 | apnadkarni | 2023-03-09 | 1 | -1/+2 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge core-8-branch | jan.nijtmans | 2023-03-08 | 2 | -38/+38 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge 8.7 - testchmod fixes | apnadkarni | 2023-03-07 | 3 | -59/+75 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-07 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-05 | 2 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | Merge 8.7: Bug [9c5a00c69d]. Fix ~user on Windows | apnadkarni | 2023-03-05 | 2 | -5/+71 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-03-04 | 1 | -4/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Fix Valgrind "still reachable" report in TestcmdtokenCmd(). | pooryorick | 2023-03-03 | 2 | -6/+6 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Bug [9a978f8323]: Fix large reads > 2GB | apnadkarni | 2023-03-03 | 1 | -61/+43 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | Bug [9a978f8323]: crash reading large files | apnadkarni | 2023-03-01 | 1 | -61/+43 |
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge 8.7: Disable more file permissions tests for WSL (not supported in ↵ | apnadkarni | 2023-03-02 | 6 | -35/+46 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WSL/NTFS) | ||||
| | * | | | | | | | | | | | | | | Disable file permission tests under WSL as WSL does not support Unix file ↵ | apnadkarni | 2023-03-01 | 1 | -18/+21 |
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | attrs without special config | ||||
| | * | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-02-28 | 1 | -0/+21 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Reverted [d156af9fb76dd2f4] and removed tests io-52.20 io-75.6 io-75.7, as this | pooryorick | 2023-02-28 | 1 | -63/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit, intended to fix issue [b8f575aa2398b0e4], breaks the semantics of [read] and [gets]. Such a change would require an accepted TIP. See [b8f575aa2398b0e4] for further discussion. jn: @pouryorick See [b8f575aa2398b0e4] for the reason why this commit is not appropriate: It gets core-8-branch back in the buggy state it was, without even providing a real solution everyone agrees on. You shouldn't revert my patch just because I reverted yours. pooryorick: As I explained, the reason for this reversion is that it hard-codes an unapproved change in the semantics of [read] and [gets] into the test suite. Jan, your statement that it's a "revenge" reversion is false. I spent a month trying to find some alternative to this reversion before actually performing it. A commit that codifes in its tests changes in semantcs to [read]/[gets] simply shouldn't be on core-8-branch. |