Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | More testcases | jan.nijtmans | 2024-01-27 | 1 | -0/+15 | |
| | * | | | | Merge 8.6 | jan.nijtmans | 2024-01-27 | 2 | -67/+52 | |
| | |\ \ \ \ | |_|/ / / / |/| | | | | | ||||||
* | | | | | | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" | jan.nijtmans | 2024-01-27 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Fix [16e25e1402]: tcl_startOfPreviousWord cannot handle "end-1" | jan.nijtmans | 2024-01-26 | 2 | -2/+2 | |
|/ / / / / | ||||||
| * | | | | Merge 8.7 | jan.nijtmans | 2024-01-26 | 2 | -2/+205 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge 8.6 | jan.nijtmans | 2024-01-26 | 1 | -4/+2 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Add testcases for library/word.tcl | jan.nijtmans | 2024-01-26 | 1 | -0/+177 | |
| |_|_|/ |/| | | | ||||||
| | * | | Improve tcl_startOfPreviousWord, so it can handle indices like "" (from Tk) a... | jan.nijtmans | 2024-01-26 | 2 | -2/+207 | |
| * | | | Tidy up a bit by adding some comments to findDocWords | dkf | 2024-01-25 | 1 | -0/+14 | |
| * | | | Another round of small fixes, especially spelling errors... | dkf | 2024-01-25 | 112 | -1577/+1400 | |
| * | | | Add script I've used to find spelling errors in docs | dkf | 2024-01-25 | 1 | -0/+38 | |
| * | | | fix missing .CE | jan.nijtmans | 2024-01-24 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Backport doc/eval.n from 9.0, and fix missing .CE | jan.nijtmans | 2024-01-24 | 1 | -1/+14 | |
| * | | | Merge 8.7 | oehhar | 2024-01-23 | 1 | -3/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge 8.6 | oehhar | 2024-01-23 | 1 | -3/+1 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Doc of Tcl_AppendToObj: Remove documentation of NULL data argument as this is... | oehhar | 2024-01-23 | 1 | -3/+1 | |
| * | | | Merge 8.7 | jan.nijtmans | 2024-01-22 | 4 | -11/+8 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merge TCL8.6 | oehhar | 2024-01-22 | 1 | -1/+1 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | [db4f2843cd],[da16d15574]: revert Tcl_ReadChars fix, due to performance impact. | oehhar | 2024-01-22 | 1 | -1/+1 | |
| | * | | Merge TCL8.6 | oehhar | 2024-01-22 | 1 | -1/+5 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Doc of Tcl_AppendToObj: Document NULL data argument behaviour and buffer grow... | oehhar | 2024-01-22 | 1 | -1/+5 | |
| | * | | Merge 8.6 | jan.nijtmans | 2024-01-21 | 2 | -9/+2 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Optimize Tcl_UniCharIsControl(). Don't worry about range >= U+F0000, that's f... | jan.nijtmans | 2024-01-21 | 2 | -9/+2 | |
| |_|/ |/| | | ||||||
| | * | Fix failing zipfs testcases | jan.nijtmans | 2024-01-20 | 1 | -2/+2 | |
| * | | More small bits of doc polishing | dkf | 2024-01-21 | 146 | -350/+261 | |
| * | | Clean up of docs | dkf | 2024-01-21 | 59 | -489/+1266 | |
| * | | Merge 8.7 | jan.nijtmans | 2024-01-19 | 1 | -3/+2 | |
| |\ \ | | |/ | ||||||
| | * | Fix compiler warning | jan.nijtmans | 2024-01-19 | 1 | -3/+2 | |
| | * | (cherry-pick): Bug [e5ca49bcfa] - zipfs glob | jan.nijtmans | 2024-01-19 | 2 | -21/+53 | |
| * | | Bug [e5ca49bcfa] - zipfs glob | apnadkarni | 2024-01-19 | 2 | -20/+52 | |
| * | | Merge 8.7 | jan.nijtmans | 2024-01-15 | 1 | -11/+11 | |
| |\ \ | | |/ | ||||||
| | * | Merge 8.6 | jan.nijtmans | 2024-01-15 | 1 | -11/+11 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Fix non-existing function names in test titles | jan.nijtmans | 2024-01-15 | 2 | -12/+12 | |
| * | | Merge 8.7 | jan.nijtmans | 2024-01-14 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Merge 8.6 | jan.nijtmans | 2024-01-14 | 1 | -2/+2 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Fix wrongly-placed braces (noted by AKU, thanks!). Also '==' -> 'eq' in expre... | jan.nijtmans | 2024-01-13 | 1 | -2/+2 | |
| * | | Merge 8.7 | jan.nijtmans | 2024-01-12 | 4 | -13/+19 | |
| |\ \ | | |/ | ||||||
| | * | Leave out Tcl_UtfNcmp/Tcl_UtfNcasecmp from -DTCL_NO_DEPRECATED builds, becaus... | jan.nijtmans | 2024-01-12 | 7 | -35/+48 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Update the pkga.c/pkgua.c examples, making sure there's no misunderstanding t... | jan.nijtmans | 2024-01-12 | 2 | -0/+4 | |
| * | | Merge 8.x | oehhar | 2024-01-11 | 1 | -2/+1 | |
| |\ \ | | |/ | ||||||
| | * | Merge 8.6 | oehhar | 2024-01-11 | 1 | -2/+1 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Ticket [fd27add6]: doc change of Tcl_PkgRequire & friends: version string spe... | oehhar | 2024-01-11 | 1 | -2/+1 | |
| * | | Merge-mark | jan.nijtmans | 2024-01-10 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Fix [4e38c347a4] Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 4 | -19/+106 | |
| * | | Fix [4e38c347a4]: Changed contract for Tcl_UtfN(case)cmp in Tcl 8.7 | jan.nijtmans | 2024-01-10 | 4 | -22/+109 | |
| * | | Merge 8.7 | jan.nijtmans | 2024-01-09 | 1 | -16/+29 | |
| |\ \ | | |/ | ||||||
| | * | Merge 8.6 | jan.nijtmans | 2024-01-09 | 1 | -16/+29 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Optimize use of $fullutf variable | jan.nijtmans | 2024-01-09 | 1 | -15/+28 | |
* | | | Backport tcltest 2.5.6 from Tcl9.0b1 | jan.nijtmans | 2024-01-09 | 4 | -17/+54 | |
* | | | Use "info exists" to test for Tk presence | jan.nijtmans | 2024-01-09 | 1 | -1/+1 | |