summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-06-206-75/+111
|\
| * bump http version to 2.9.8jan.nijtmans2022-06-204-6/+6
| * Merge branch bug-55bf73b52bkjnash2022-06-202-68/+104
| |\
| | * Merge core-8-6-branchkjnash2022-06-204-6/+45
| | |\ | | |/ | |/|
| | * Minor bugfixes to library/http/http.tcl and tests/http.testkjnash2022-06-152-19/+28
| | * Fix Proposal for [55bf73b52b]: http reuses connections after 101 Switching Pr...jan.nijtmans2022-06-141-61/+88
* | | Fix TIP #312 documentation. Backported from [9c4dcc7347e8ef51]jan.nijtmans2022-06-191-3/+3
|\ \ \
| * | | How about fixing all instances (follow-up to [9c4dcc7347])?bch2022-06-191-2/+2
| * | | correct LinkVar.3 per [ddaa30125], TIP 312bch2022-06-191-1/+1
| * | | Merge-markjan.nijtmans2022-06-150-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Add comments in tcl.declsjan.nijtmans2022-06-151-0/+3
| * | | Remove the Tcl_GetByteArrayFromObj/TclGetByteArrayFromObj stub entries: Those...jan.nijtmans2022-06-154-54/+29
| * | | Merge 8.7jan.nijtmans2022-06-151-0/+2
| |\ \ \ | |/ / / |/| | |
* | | | Backport tclStubLib.c from Tcl 9.0 (they should be equal in 8.7 and 9.0)jan.nijtmans2022-06-151-1/+8
| * | | merge-markjan.nijtmans2022-06-150-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Disable tests (conditionally) which cannot run without the UTF16 compatibilit...jan.nijtmans2022-06-151-6/+6
| * | | Bigger range for Tcl_GetRange() testcasesjan.nijtmans2022-06-142-6/+6
| * | | Merge 8.7. Even more testcases for Tcl_GetRange()jan.nijtmans2022-06-142-3/+64
| |\ \ \ | |/ / / |/| | |
* | | | Merge 8.6jan.nijtmans2022-06-143-4/+41
|\ \ \ \ | | |/ / | |/| |
| * | | Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-142-4/+41
| | * | Merge 8.7jan.nijtmans2022-06-142-6/+4
| | |\ \ | |_|/ / |/| | |
* | | | Merge 8.6jan.nijtmans2022-06-142-6/+4
|\ \ \ \ | |/ / /
| * | | Update .gitignorejan.nijtmans2022-06-142-6/+4
| |\ \ \
| | * | | Update .gitignorejan.nijtmans2022-06-142-6/+4
* | | | | merge-markjan.nijtmans2022-06-140-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Update ignore-globjan.nijtmans2022-06-141-0/+4
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Update ignore-globjan.nijtmans2022-06-141-0/+4
| | | * Two more Tcl_ListObjReplace test-casesjan.nijtmans2022-06-141-0/+10
| | | * Merge 8.7. Eliminate warning, seen with clangjan.nijtmans2022-06-133-2/+12
| | | |\ | |_|_|/ |/| | |
* | | | Merge 8.6jan.nijtmans2022-06-131-0/+10
|\ \ \ \ | |/ / /
| * | | Add two new testcases for Tcl_ListObjReplace()jan.nijtmans2022-06-131-0/+10
| | | * Some int argc -> size_t argcjan.nijtmans2022-06-132-8/+8
| | | * Merge 8.7jan.nijtmans2022-06-135-14/+18
| | | |\ | |_|_|/ |/| | |
* | | | Backport unix/dltest/*.c changes from 9.0jan.nijtmans2022-06-136-13/+13
* | | | Some -1 -> TCL_INDEX_NONE. Update fossil's ignore-globjan.nijtmans2022-06-133-124/+130
| | | * Fix "gcc 4.8.5 is unhappy with macros that explicitly test (&foo) as booleans...jan.nijtmans2022-06-121-8/+8
| | | * Merge 8.7jan.nijtmans2022-06-121-6/+6
| | | |\ | |_|_|/ |/| | |
* | | | Keep lines in tcl.decs not too longjan.nijtmans2022-06-121-19/+21
| | | * Merge 8.7jan.nijtmans2022-06-122-1/+19
| | | |\ | |_|_|/ |/| | |
* | | | Eliminate compiler warningsjan.nijtmans2022-06-122-0/+7
* | | | Use pkgb_demo to test function Tcl_UtfNcmp()jan.nijtmans2022-06-121-1/+12
| | | * Merge 8.7jan.nijtmans2022-06-101-13/+1
| | | |\ | |_|_|/ |/| | |
* | | | Tcl_GetEncodingSearchPath() is available since Tcl 8.5jan.nijtmans2022-06-101-13/+1
| | | * Internal bug in Tcl_GetIndexFromObjStruct re-definition (works, as long as si...jan.nijtmans2022-06-091-1/+1
| | | * More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-0912-79/+80
| | | * Undo unintended (internal) variable renamejan.nijtmans2022-06-084-11/+11
| | | * TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-08106-1796/+2077
| | | |\
| | | | * Merge 9.0jan.nijtmans2022-06-078-48/+14
| | | | |\
| | | | * \ Merge 9.0jan.nijtmans2022-06-031-5/+5
| | | | |\ \
| | | | * \ \ Merge 9.0jan.nijtmans2022-06-0214-101/+102
| | | | |\ \ \