summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / /
| * | | Fix [910d67a229fe7f65]: NS-qualified invocations of command evade [namespace ...jan.nijtmans2024-03-102-4/+89
| |\ \ \
| | * | | namespace unknown considers also alternate search path (relative global NS), ...sebres2024-03-082-6/+38
| | * | | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search...sebres2024-03-084-29/+32
| | |\ \ \
| | * \ \ \ Rebase to 9.0jan.nijtmans2024-03-072-4/+57
| | |\ \ \ \
| | | * | | | core reviewsebres2024-03-061-3/+6
| | | * | | | small amend: simpler traversing using ns->parentPtrsebres2024-03-061-13/+7
| | | * | | | better variant of fix for [910d67a229fe7f65] with improved search for NS::com...sebres2024-03-064-10/+43
| | | * | | | small amend to [910d67a229fe7f65]: additional corner case (see the test names...sebres2024-03-062-3/+3
| | | * | | | fix for [910d67a229fe7f65]: search of `namespace unknown` handler fixed: firs...sebres2024-03-052-4/+34
* | | | | | | re-generate tclOOScript.h, and fix testcasejan.nijtmans2024-03-093-18/+18
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | fix testcasejan.nijtmans2024-03-091-1/+1
| * | | | | | (backport): Corrections to TclOO errorcodes from scripted partsjan.nijtmans2024-03-093-32/+32
* | | | | | | Corrections to TclOO errorcodes from scripted partsdkf2024-03-081-15/+15
| |_|_|/ / / |/| | | | |
* | | | | | merge 8.7sebres2024-03-081-12/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6sebres2024-03-081-12/+20
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | TclGetNamespaceForQualName: TCL_FIND_IF_NOT_SIMPLE considers alternate search...sebres2024-03-081-12/+20
* | | | | | Merge 8.7jan.nijtmans2024-03-082-3/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | typo'sjan.nijtmans2024-03-081-2/+2
* | | | | | Remove dead codejan.nijtmans2024-03-082-15/+10
| |_|/ / / |/| | | |