Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 9.0core-tip-661-candidate | jan.nijtmans | 2023-11-20 | 5 | -30/+42 |
|\ | |||||
| * | TIP #653: Handle consumed data of channel commands in case of encoding errors | jan.nijtmans | 2023-11-18 | 3 | -1/+37 |
| |\ | |||||
| | * | TIP #653: Handle consumed data of channel commands in case of encoding errors | jan.nijtmans | 2023-11-18 | 3 | -2/+38 |
| | |\ | |||||
| | | * | Merge 8.7 | jan.nijtmans | 2023-11-14 | 2 | -57/+60 |
| | | |\ | |||||
| | | * | | Add test for blocking mode | jan.nijtmans | 2023-11-14 | 3 | -7/+35 |
| | | | | | |||||
| | | * | | Merge 8.7 | jan.nijtmans | 2023-11-13 | 14 | -170/+115 |
| | | |\ \ | |||||
| | | | * | | Now that the robust, early method of directing Tcl to find its script | dgp | 2023-11-13 | 2 | -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 alert | dgp | 2023-11-13 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | | | | the Tcl library to its location so that all interps find it when created. | ||||
| | | | * | | merge 8.7 | dgp | 2023-11-13 | 13 | -110/+58 |
| | | | |\ \ | | | | | |/ | |||||
| | | | * | | In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip | dgp | 2023-11-08 | 1 | -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. | ||||
| | | * | | | TIP 653: adopted implementation to new text to only return "-data" if ↵ | oehhar | 2023-11-07 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | potential data loss. Check for non-blocking missing | ||||
| | | * | | | Merge core-8-branch | oehhar | 2023-11-02 | 80 | -5022/+4326 |
| | | |\ \ \ | | | | |/ / | |||||
| | | * | | | Rebase to 8.7 | jan.nijtmans | 2023-08-31 | 1 | -2/+8 |
| | | |\ \ \ | |||||
| | | | * \ \ | Rebase to 8.7. Adapt "gets" the same way as "read" | jan.nijtmans | 2023-08-01 | 1 | -2/+8 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge 8.7 | jan.nijtmans | 2023-07-21 | 1 | -1/+4 |
| | | | | |\ \ \ | |||||
| | | | | | * | | | TIP #653 implementation (with a lot of corrections compared to the ↵ | jan.nijtmans | 2023-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | py-b8f575aa23 or the other tip-653 branch) | ||||
| * | | | | | | | | Merge 8.7. Also fix Windows symbols build with Visual Studio | jan.nijtmans | 2023-11-18 | 2 | -2/+1 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| | * | | | | | | | "stoponerror" == "profilestrict" (and not used anyway) | jan.nijtmans | 2023-11-18 | 1 | -1/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | silence compiler warning | dgp | 2023-11-17 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Don't bother testing the compatibility macro's any more. | jan.nijtmans | 2023-11-17 | 1 | -26/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | make Tcl_GetByteArrayFromObj() macro work without stubs as well (in ↵ | jan.nijtmans | 2023-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statically linked extensions) | ||||
* | | | | | | | | | Check-in to discuss the idea. | pointsman | 2023-11-17 | 1 | -6/+17 |
|/ / / / / / / / | |||||
* | | | | | | | | Revise macro usage | jan.nijtmans | 2023-11-16 | 14 | -55/+35 |
| | | | | | | | | |||||
* | | | | | | | | Fix binary/format/string testcase failures on 32-bit platforms. Reported by ↵ | jan.nijtmans | 2023-11-16 | 3 | -17/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Harald Oehlmann. | ||||
* | | | | | | | | merge core-8-branch | dkf | 2023-11-16 | 1 | -6/+38 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Remnants from TIP 567's implementation | dkf | 2023-11-15 | 1 | -7/+37 |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Blooperfix | dkf | 2023-11-13 | 1 | -2/+0 |
| | | | | | | | | |||||
| | * | | | | | | Remnants from TIP 567's implementation. The feature was done ages ago. | dkf | 2023-11-13 | 1 | -5/+37 |
| | | | | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
* | | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. No ↵ | oehhar | 2023-11-13 | 1 | -2/+17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | additional failing tests. | ||||
| * | | | | | | | Bug [c4eb46a1]: endless loop on non blocking gets with encoding error. Now, ↵ | oehhar | 2023-11-13 | 1 | -2/+17 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests zlib-8.21 and zlib-8.22 fail with unknown reason, but better than a hang. | ||||
| | * | | | | | | | Bug [c4eb46a1]: non-blocking gets fires the error on 2nd call when sequence ↵ | oehhar | 2023-11-13 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is incomplete. Added some test cases. | ||||
| | * | | | | | | | Bug [c4eb46a1]: endless loop on gets, non blocking, profile strict, encoding ↵ | oehhar | 2023-11-12 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error: remove non-blocking exit condition and add test case | ||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2023-11-13 | 2 | -4/+12 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Fix for TIP #641: If sizeof(*(boolPtr)) > sizeof(int), generate a ↵ | jan.nijtmans | 2023-11-13 | 1 | -4/+10 |
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | compiler-error. Requested by @pointsman | ||||
| * | | | | | | | Simplify TIP #656: "A revised proposal for encodings". Make ↵ | jan.nijtmans | 2023-11-13 | 6 | -76/+15 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | TCL_ENCODING_PROFILE_??? values the same as in Tcl 9.0 after TIP #657: Make "-profile strict" the default in Tcl 9.0 | ||||
* | | | | | | | TIP #657: Make "-profile strict" the default in Tcl 9.0 | jan.nijtmans | 2023-11-13 | 9 | -113/+140 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Rebase to latest 9.0 | jan.nijtmans | 2023-11-10 | 9 | -113/+140 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge main | oehhar | 2023-11-02 | 65 | -1790/+1826 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Undo changes in tclVar.c: no longer necessary | jan.nijtmans | 2023-09-29 | 1 | -13/+1 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge 9.0. Make stderr channel -profile replace | jan.nijtmans | 2023-09-29 | 4 | -62/+167 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Improve error-message, in case of encoding error in stderr channel | jan.nijtmans | 2023-09-28 | 1 | -8/+25 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Rebase to 9.0. Error-message improvement | jan.nijtmans | 2023-09-28 | 10 | -110/+143 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-09-28 | 9 | -109/+126 |
| | | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |||||
| | | * | | | | | | | | | 3 places where TCLFSENCODING is not appropricate (use system-encoding, not ↵ | jan.nijtmans | 2023-09-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utf-8, on Windows) | ||||
| | | * | | | | | | | | | Rebase to 9.0 | jan.nijtmans | 2023-09-12 | 8 | -109/+119 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-08-30 | 8 | -109/+119 |
| | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-07-28 | 8 | -109/+119 |
| | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ | Rebase to 9.0. Add more filname encoding checks | jan.nijtmans | 2023-07-27 | 8 | -116/+127 |
| | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ \ \ | Merge 9.0 | jan.nijtmans | 2023-07-21 | 1 | -27/+43 |
| | | | | | | |\ \ \ \ \ \ \ \ \ |