summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | More testcasesjan.nijtmans2024-01-271-0/+15
| | * | | | Merge 8.6jan.nijtmans2024-01-272-67/+52
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1"jan.nijtmans2024-01-272-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1"jan.nijtmans2024-01-262-2/+2
|/ / / / /
| * | | | Merge 8.7jan.nijtmans2024-01-262-2/+205
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.6jan.nijtmans2024-01-261-4/+2
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | Add testcases for library/word.tcljan.nijtmans2024-01-261-0/+177
| |_|_|/ |/| | |
| | * | Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) a...jan.nijtmans2024-01-262-2/+207
| * | | Tidy up a bit by adding some comments to findDocWordsdkf2024-01-251-0/+14
| * | | Another round of small fixes, especially spelling errors...dkf2024-01-25112-1577/+1400
| * | | Add script I've used to find spelling errors in docsdkf2024-01-251-0/+38
| * | | fix missing .CEjan.nijtmans2024-01-241-0/+1
| |\ \ \ | | |/ /
| | * | Backport doc/eval.n from 9.0, and fix missing .CEjan.nijtmans2024-01-241-1/+14
| * | | Merge 8.7oehhar2024-01-231-3/+1
| |\ \ \ | | |/ /
| | * | Merge 8.6oehhar2024-01-231-3/+1
| | |\ \ | |_|/ / |/| | |
* | | | Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is...oehhar2024-01-231-3/+1
| * | | Merge 8.7jan.nijtmans2024-01-224-11/+8
| |\ \ \ | | |/ /
| | * | Merge TCL8.6oehhar2024-01-221-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | [db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact.oehhar2024-01-221-1/+1
| | * | Merge TCL8.6oehhar2024-01-221-1/+5
| | |\ \ | |_|/ / |/| | |
* | | | Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer grow...oehhar2024-01-221-1/+5
| | * | 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 failing zipfs testcasesjan.nijtmans2024-01-201-2/+2
| * | More small bits of doc polishingdkf2024-01-21146-350/+261
| * | Clean up of docsdkf2024-01-2159-489/+1266
| * | Merge 8.7jan.nijtmans2024-01-191-3/+2
| |\ \ | | |/
| | * Fix compiler warningjan.nijtmans2024-01-191-3/+2
| | * (cherry-pick): Bug [e5ca49bcfa] - zipfs globjan.nijtmans2024-01-192-21/+53
| * | Bug [e5ca49bcfa] - zipfs globapnadkarni2024-01-192-20/+52
| * | Merge 8.7jan.nijtmans2024-01-151-11/+11
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2024-01-151-11/+11
| | |\ | |_|/ |/| |
* | | Fix non-existing function names in test titlesjan.nijtmans2024-01-152-12/+12
| * | Merge 8.7jan.nijtmans2024-01-141-2/+2
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2024-01-141-2/+2
| | |\ | |_|/ |/| |
* | | Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expre...jan.nijtmans2024-01-131-2/+2
| * | Merge 8.7jan.nijtmans2024-01-124-13/+19
| |\ \ | | |/
| | * Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus...jan.nijtmans2024-01-127-35/+48
| | |\ | |_|/ |/| |
* | | Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t...jan.nijtmans2024-01-122-0/+4
| * | Merge 8.xoehhar2024-01-111-2/+1
| |\ \ | | |/
| | * Merge 8.6oehhar2024-01-111-2/+1
| | |\ | |_|/ |/| |
* | | Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string spe...oehhar2024-01-111-2/+1
| * | Merge-markjan.nijtmans2024-01-100-0/+0
| |\ \ | | |/
| | * Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-104-19/+106
| * | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7jan.nijtmans2024-01-104-22/+109
| * | Merge 8.7jan.nijtmans2024-01-091-16/+29
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2024-01-091-16/+29
| | |\ | |_|/ |/| |
* | | Optimize use of $fullutf variablejan.nijtmans2024-01-091-15/+28
* | | Backport tcltest 2.5.6 from Tcl9.0b1jan.nijtmans2024-01-094-17/+54
* | | Use "info exists" to test for Tk presencejan.nijtmans2024-01-091-1/+1