Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7, but update for TIP #476 | jan.nijtmans | 2024-02-01 | 1 | -2/+5 |
|\ | |||||
| * | Update Tcl_ObjPrintf() documentation. Make it more clear that C11 format spec... | jan.nijtmans | 2024-02-01 | 1 | -3/+4 |
* | | More TCL_SIZE_MODIFIER usage | jan.nijtmans | 2024-01-31 | 1 | -3/+3 |
* | | Eliminate (now unnecessary) type-casts | jan.nijtmans | 2024-01-31 | 1 | -24/+22 |
* | | Remove private characters from regexp control table, but add them back in [:c... | jan.nijtmans | 2024-01-31 | 2 | -43/+47 |
* | | re-build win64/zlib1.dll for UCRT | jan.nijtmans | 2024-01-29 | 1 | -0/+0 |
* | | small amend (type change) | sebres | 2024-01-29 | 1 | -1/+1 |
* | | merge 8.6 | sebres | 2024-01-29 | 4 | -5/+134 |
|\ \ | |/ | |||||
| * | closes [db4f2843cd]: fixes segfault by BO in ReadChars (and Tcl_ReadChars wit... | sebres | 2024-01-29 | 4 | -3/+132 |
| |\ | |||||
| | * | closes [db4f2843cd]: fixes SF by BO in ReadChars (and Tcl_ReadChars with appe... | sebres | 2024-01-29 | 3 | -3/+39 |
| | * | don't flush to use full buffer (otherwise the chunks were 4K anyway) | sebres | 2024-01-29 | 1 | -1/+1 |
| | * | added channel regression tests (for read command) to illustrate bugs [db4f284... | sebres | 2024-01-26 | 1 | -0/+93 |
* | | | Merge 8.6 | jan.nijtmans | 2024-01-29 | 88 | -1714/+7960 |
|\ \ \ | |/ / | |||||
| * | | Update to zlib-1.3.1 | jan.nijtmans | 2024-01-29 | 88 | -1714/+7960 |
| |\ \ | |||||
| | * | | Re-generate win32/64 zlib1.dll (version 1.3.1) | jan.nijtmans | 2024-01-29 | 2 | -0/+0 |
| | * | | Re-generate win64-arm/zlib1.dll | jan.nijtmans | 2024-01-28 | 2 | -1/+1 |
| | * | | zlib-1.3.1 | jan.nijtmans | 2024-01-28 | 84 | -1713/+7959 |
| | * | | Merge 8.7 | jan.nijtmans | 2024-01-28 | 1 | -1/+1 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | Missing "const" | jan.nijtmans | 2024-01-28 | 1 | -1/+1 |
| | * | | Fix .CE -> .CS | jan.nijtmans | 2024-01-28 | 1 | -2/+2 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | Backport regsub.n from 9.0 | jan.nijtmans | 2024-01-28 | 1 | -2/+20 |
| | * | | Merge 8.7 | jan.nijtmans | 2024-01-27 | 2 | -67/+67 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | 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 |