summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-01-212-9/+2
|\
| * Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's f...jan.nijtmans2024-01-212-9/+2
* | Fix compiler warningjan.nijtmans2024-01-191-3/+2
* | (cherry-pick): Bug [e5ca49bcfa] - zipfs globjan.nijtmans2024-01-191-20/+44
* | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-122-19/+26
|\ \ | |/
* | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-104-19/+106
* | Merge 8.6. Add (back) special Tcl_GetLongFromObj handling for Cygwin64 stub-t...jan.nijtmans2024-01-081-2/+3
|\ \ | |/
| * (cygwin-only): Add (void *) typecast, preventing coompiler warnings in some s...jan.nijtmans2024-01-081-4/+4
* | Merge 8.6. Some int -> Tcl_Sizejan.nijtmans2024-01-061-37/+40
|\ \ | |/
* | Merge 8.6jan.nijtmans2024-01-051-1/+1
|\ \ | |/
| * Handle README -> README.md change in tcltk-man2html.tcljan.nijtmans2024-01-051-1/+1
* | Merge 8.6jan.nijtmans2024-01-051-1/+1
|\ \ | |/
| * Tcl_UtfNCmp -> Tcl_UtfNcmpjan.nijtmans2024-01-051-1/+1
* | Merge 8.6jan.nijtmans2023-12-294-75/+228
|\ \ | |/
| * Fix [abd489a1c]: TclStringCmp() calls functions through pointer to incorrect ...jan.nijtmans2023-12-275-17/+76
| |\
| | * Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-135-17/+76
* | | Don't use TCL_SIZE_MODIFIER "u", since Tcl_Size can be negativejan.nijtmans2023-12-265-37/+45
* | | [f6f93c3b39] Missing refcount decrement to cleanup read space on io error.dgp2023-12-131-0/+2
* | | merge 8.6 (fix for [db4f2843cd])sebres2023-12-061-1/+1
|\ \ \ | |/ /
| * | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe...sebres2023-12-051-1/+1
| * | Missing "static" keywords in various places.jan.nijtmans2023-11-201-2/+2
* | | Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin...jan.nijtmans2023-11-231-72/+0
* | | Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECAT...jan.nijtmans2023-11-231-2/+2
* | | Experimental fix for [4ed788c618]: regexp \U not fully implemented - unclear ...jan.nijtmans2023-11-201-5/+0
* | | Merge 8.6jan.nijtmans2023-11-201-1/+1
|\ \ \ | |/ /
| * | Fix [32b88975f7]: clock format returns spurious errorsjan.nijtmans2023-11-201-1/+1
| * | Cherry-pick [90e09ca320]: silence compiler warningjan.nijtmans2023-11-171-1/+1
* | | Undo previous commit. Add "static" keywords in various places instead. This s...jan.nijtmans2023-11-202-5/+5
* | | Add TCL_INDEX_TEMP_TABLE to avoid storing pointers to a table on the stackdgp2023-11-201-1/+1
* | | Merge core-8-branchoehhar2023-11-205-4/+39
|\ \ \
| * \ \ TIP #653: Handle consumed data of channel commands in case of encoding errorsjan.nijtmans2023-11-183-2/+38
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2023-11-142-57/+60
| | |\ \ \
| | * | | | Add test for blocking modejan.nijtmans2023-11-143-7/+35
| | * | | | Merge 8.7jan.nijtmans2023-11-1314-170/+115
| | |\ \ \ \
| | | * | | | Now that the robust, early method of directing Tcl to find its script dgp2023-11-132-41/+0
| | | * | | | Make calls early to find the script library in zipfs archive and alertdgp2023-11-131-8/+14
| | | * | | | merge 8.7dgp2023-11-1313-110/+58
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | In the zipfs archive initialization, use Tcl_SetPreInitScript() to equip dgp2023-11-081-13/+45
| | * | | | | TIP 653: adopted implementation to new text to only return "-data" if potenti...oehhar2023-11-071-6/+8
| | * | | | | Merge core-8-branchoehhar2023-11-0280-5022/+4326
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Rebase to 8.7jan.nijtmans2023-08-311-2/+8
| | |\ \ \ \ \
| | | * \ \ \ \ Rebase to 8.7. Adapt "gets" the same way as "read"jan.nijtmans2023-08-011-2/+8
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge 8.7jan.nijtmans2023-07-211-1/+4
| | | | |\ \ \ \ \
| | | | | * | | | | TIP #653 implementation (with a lot of corrections compared to the py-b8f575a...jan.nijtmans2023-06-151-1/+4
| * | | | | | | | | "stoponerror" == "profilestrict" (and not used anyway)jan.nijtmans2023-11-181-1/+0
| * | | | | | | | | silence compiler warningdgp2023-11-171-1/+1
* | | | | | | | | | Bug [a173f922]: fix bug: fcopy does not write leading correct chars on later ...oehhar2023-11-201-0/+18
|/ / / / / / / / /
* | | | | | | | | Remnants from TIP 567's implementationdkf2023-11-151-7/+37
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Blooperfixdkf2023-11-131-2/+0
| * | | | | | | | Remnants from TIP 567's implementation. The feature was done ages ago.dkf2023-11-131-5/+37