summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 9.0core-tip-661-candidatejan.nijtmans2023-11-2010-94/+88
|\
| * TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-185-29/+73
| |\
| | * TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-185-30/+74
| | |\
| | | * Merge 8.7jan.nijtmans2023-11-142-57/+60
| | | |\
| | | * | Add test for blocking modejan.nijtmans2023-11-144-9/+37
| | | | |
| | | * | Merge 8.7jan.nijtmans2023-11-1320-175/+243
| | | |\ \
| | | | * \ Find script library in zipfs archive and inform Tcl library how to direct dgp2023-11-132-60/+57
| | | | |\ \ | | | | | |/ | | | | |/| | | | | | | | | | | | | every interp to find it when created without fuss. BACKED OUT the merge to trunk. Multiple reports that the change makes some build configurations fail
| | | | | * Now that the robust, early method of directing Tcl to find its script dgp2023-11-132-41/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | library in the zipfs archive is in place, we can yank out the hacky approach of defining a semi-secret command to extend a search path. Re-open the feature branch. Integration was pulled back when some reports of failures on some build configurations came in.
| | | | | * Make calls early to find the script library in zipfs archive and alertdgp2023-11-131-8/+14
| | | | | | | | | | | | | | | | | | the Tcl library to its location so that all interps find it when created.
| | | | | * merge 8.7dgp2023-11-1318-115/+182
| | | | | |\ | | | | | |/ | | | | |/|
| | | | | * In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip dgp2023-11-081-13/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the creation of every interp by the Tcl library with the knowledge of where in the archive the script library is to be found. This is the **documented example usage** for Tcl_SetPreInitScript. POSTSCRIPT: Moved to development branch. Still needs some verification.
| | | * | | Merge mark, no changesoehhar2023-11-070-0/+0
| | | |\ \ \
| | | * | | | TIP 653: adopted implementation to new text to only return "-data" if ↵oehhar2023-11-072-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | potential data loss. Check for non-blocking missing
| | | * | | | Document tip-653 changes on read: Key "-data" for already decoded data on ↵oehhar2023-11-061-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | encoding error
| | | * | | | Merge core-8-branchoehhar2023-11-067-7/+117
| | | |\ \ \ \
| | | * \ \ \ \ Merge core-8-branchoehhar2023-11-02208-6199/+7003
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-08-312-29/+36
| | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-08-022-29/+36
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-012-24/+34
| | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ Merge 8.7jan.nijtmans2023-07-212-17/+21
| | | | | | |\ \ \ \ \ \
| | | | | | | * | | | | | TIP #653 implementation (with a lot of corrections compared to the ↵jan.nijtmans2023-06-152-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | py-b8f575aa23 or the other tip-653 branch)
| * | | | | | | | | | | | Remove currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-181-30/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| | * | | | | | | | | | | Remove currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-181-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| * | | | | | | | | | | | Merge 8.7. Also fix Windows symbols build with Visual Studiojan.nijtmans2023-11-183-2/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge 8.6jan.nijtmans2023-11-181-0/+7
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | [f8c52a8c53]: CI: Add 32-bit Linux jobjan.nijtmans2023-11-171-0/+7
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | "stoponerror" == "profilestrict" (and not used anyway)jan.nijtmans2023-11-181-1/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove binary-80.5 testcase. This testcase was testing the error-reporting ↵jan.nijtmans2023-11-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capability of the 32-bit compabitility function. Will be useless after TIP #661
| * | | | | | | | | | | | | merge 8.7dgp2023-11-171-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | test suite debugging. [removeFile] matches [makeFile] and not [writeFile].dgp2023-11-171-3/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge-mark 8.6jan.nijtmans2023-11-170-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | Cherry-pick [90e09ca320]: silence compiler warningjan.nijtmans2023-11-171-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | silence compiler warningdgp2023-11-171-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge 8.7jan.nijtmans2023-11-171-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Add "knownBug" constraint to new testcase: io-52.20.1jan.nijtmans2023-11-171-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Don't bother testing the compatibility macro's any more.jan.nijtmans2023-11-171-26/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | make Tcl_GetByteArrayFromObj() macro work without stubs as well (in ↵jan.nijtmans2023-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statically linked extensions)
* | | | | | | | | | | | | | Check-in to discuss the idea.pointsman2023-11-171-6/+17
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Revise macro usagejan.nijtmans2023-11-1615-59/+39
| | | | | | | | | | | | |
* | | | | | | | | | | | | Remove "Dummy entry for stubs table backwards compatibility" code. No longer ↵jan.nijtmans2023-11-161-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed in Tcl 9.0
* | | | | | | | | | | | | Fix binary/format/string testcase failures on 32-bit platforms. Reported by ↵jan.nijtmans2023-11-163-17/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Harald Oehlmann.
* | | | | | | | | | | | | Add currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-161-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| * | | | | | | | | | | | Add currently failing test io-52.20.1 to check right file position after ↵oehhar2023-11-161-0/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fcopy encoding read error
| | * \ \ \ \ \ \ \ \ \ \ \ Merge core-8-branchoehhar2023-11-169-32/+438
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Bug [a173f922]: fcopy encoding error file position issues: read error test ↵oehhar2023-11-131-0/+31
| | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (failing currently)
* | | | | | | | | | | | | merge core-8-branchdkf2023-11-164-44/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix broken testsdkf2023-11-151-14/+16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remnants from TIP 567's implementationdkf2023-11-153-31/+105
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Blooperfixdkf2023-11-131-2/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remnants from TIP 567's implementation. The feature was done ages ago.dkf2023-11-133-29/+105
| | | | | | | | | | | | | |