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