| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-03-21 | 2 | -25/+42 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2024-03-21 | 1 | -24/+41 |
| |\ |
|
| | * | more lsearch performance tests | sebres | 2024-03-21 | 1 | -24/+41 |
|
|
* | | | put back line accidently removed | jan.nijtmans | 2024-03-20 | 1 | -0/+1 |
|
|
* | | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 16 | -65/+151 |
|\ \ \
| |/ / |
|
| * | | Fix [6811a00819]: lsearch performance degradation on Tcl 8.6.11 release (than... | jan.nijtmans | 2024-03-20 | 14 | -53/+151 |
| |\ \
| | |/ |
|
| | * | optimize TclUtfToUCS4 for single code units (non high surrogates), especially... | sebres | 2024-03-20 | 2 | -4/+10 |
|
|
| | * | small amend (incorrect copy&paste removed) | sebres | 2024-03-20 | 1 | -1/+0 |
|
|
| | * | added performance regression tests for list facilities (initially only few ls... | sebres | 2024-03-20 | 1 | -0/+100 |
|
|
| | * | (cherry-pick) docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actu... | jan.nijtmans | 2024-03-19 | 1 | -0/+2 |
|
|
* | | | dup test name | dgp | 2024-03-20 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | dup test name | dgp | 2024-03-20 | 1 | -1/+1 |
|
|
* | | | Few more spacing/formatting tweaks | jan.nijtmans | 2024-03-20 | 30 | -136/+134 |
|\ \ \
| |/ / |
|
| * | | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 26 | -235/+224 |
|
|
* | | | more spacing/formatting tweaks | dkf | 2024-03-19 | 38 | -330/+290 |
|
|
* | | | Merge 8.7 (Some Tcl_GetStringFromObj -> TclGetStringFromObj internal changes) | jan.nijtmans | 2024-03-19 | 12 | -29/+29 |
|\ \ \
| |/ / |
|
| * | | Backport fix for [bda99f2393]: gets stdin problem when non-blocking - Windows | jan.nijtmans | 2024-03-19 | 17 | -230/+287 |
|
|
* | | | Fix indentation/brace usage style issues | dkf | 2024-03-19 | 62 | -829/+852 |
|
|
* | | | docs - note that Tcl_AsyncMark() and Tcl_AsyncDelete() are actually void funcs | bch | 2024-03-18 | 1 | -0/+2 |
|
|
* | | | For now, revert TIP #689 implementation, until it's accepted. | jan.nijtmans | 2024-03-18 | 2 | -89/+4 |
|\ \ \
| |/ / |
|
| * | | For now, revert TIP #689 implementation, until it's accepted. | jan.nijtmans | 2024-03-18 | 2 | -89/+4 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-17 | 2 | -15/+16 |
|\ \ \
| |/ / |
|
| * | | More int -> Tcl_Size | jan.nijtmans | 2024-03-17 | 4 | -13/+14 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2024-03-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2024-03-15 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix "encoding convertfrom koi8-u \xB4". Should be Є, not Ѓ. See [f23022e07a]. | jan.nijtmans | 2024-03-15 | 1 | -1/+1 |
| | |\ |
|
| | | * | The [https://en.wikipedia.org/wiki/KOI8-U|wiki] clearly states that the mappi... | jan.nijtmans | 2024-02-25 | 1 | -1/+1 |
|
|
* | | | | Merge-mark | jan.nijtmans | 2024-03-13 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6 | jan.nijtmans | 2024-03-13 | 44 | -297/+307 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-03-13 | 10 | -31/+50 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2024-03-12 | 11 | -68/+87 |
| |\ \ \
| | |/ / |
|
| | * | | tcltest 2.5.7 -> 2.5.8 | jan.nijtmans | 2024-03-12 | 4 | -6/+6 |
|
|
| | * | | Code cleanup, no change in functionality. All backported from 8.7/9.0 | jan.nijtmans | 2024-03-12 | 2 | -248/+232 |
|
|
| | * | | skip extensive IO-aggressive tests, be gentle with users and CIs env (especia... | sebres | 2024-03-12 | 4 | -7/+11 |
|
|
| | * | | proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-... | sebres | 2024-03-12 | 1 | -1/+1 |
|
|
| | * | | fixed path for running of suite from temp-directory (also proper skip if no d... | sebres | 2024-03-12 | 1 | -2/+16 |
|
|
* | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too. | jan.nijtmans | 2024-03-12 | 47 | -229/+231 |
|
|
* | | | | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7 | jan.nijtmans | 2024-03-12 | 4 | -18/+20 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-03-11 | 2 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2024-03-11 | 2 | -0/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Add "Alaska Standard/Daylight" time to tclDate.c | jan.nijtmans | 2024-03-11 | 2 | -0/+4 |
|
|
* | | | | Merge 8.7. Upgrade bison to latest version (3.8.2) | jan.nijtmans | 2024-03-11 | 3 | -812/+628 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6. Upgrade bison to latest version (3.8.2) | jan.nijtmans | 2024-03-11 | 3 | -810/+624 |
| |\ \ \
| | |/ / |
|
| | * | | Unneeded "file normalize" | jan.nijtmans | 2024-03-11 | 1 | -3/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-03-10 | 1 | -39/+50 |
|\ \ \ \
| |/ / / |
|
| * | | | GetMonthDay() improvements (from sebres-9-0-clock-speedup-cr2 branch). Some i... | jan.nijtmans | 2024-03-10 | 1 | -52/+63 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2024-03-10 | 1 | -12/+20 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2024-03-10 | 1 | -12/+20 |
| |\ \ \
| | |/ / |
|
| | * | | Re-generate library/tclIndex (especially "safe" namespace had some changes wh... | jan.nijtmans | 2024-03-10 | 1 | -11/+17 |
|
|
* | | | | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ... | jan.nijtmans | 2024-03-10 | 2 | -4/+89 |
|\ \ \ \
| |/ / / |
|