summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typo'sjan.nijtmans2022-06-281-3/+3
* typo'sjan.nijtmans2022-06-242-3/+3
* slightly stricter checking for TCL_MAJOR_VERSION in rules.vcjan.nijtmans2022-06-241-1/+1
* Slightly better integer overflow handling in Tcl_ListObjReplace()jan.nijtmans2022-06-231-1/+1
* 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
| |\ | |/ |/|
* | Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-142-4/+41
* | Update .gitignorejan.nijtmans2022-06-142-6/+4
|\ \
| * | Update .gitignorejan.nijtmans2022-06-142-6/+4
* | | Update ignore-globjan.nijtmans2022-06-141-0/+4
|\ \ \ | |/ /
| * | Update ignore-globjan.nijtmans2022-06-141-0/+4
| | * 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
| |/ |/|
* | Add two new testcases for Tcl_ListObjReplace()jan.nijtmans2022-06-131-0/+10
* | Missing "const" with -DREG_DEBUG=1jan.nijtmans2022-06-021-1/+1
* | typojan.nijtmans2022-06-023-3/+3
* | Tcl_SetCommandTokenInfo() does not existjan.nijtmans2022-05-312-9/+1
* | Merge 8.5jan.nijtmans2022-05-265-7/+7
|\ \ | |/
| * [https://github.com/tcltk/tcl/pull/15] and typojan.nijtmans2022-05-265-7/+7
* | Simplify solution for [76ad7aeba3]: No need to call TclGetNumberFromObj() twi...jan.nijtmans2022-05-251-15/+3
* | Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-m...jan.nijtmans2022-05-252-4/+4
* | Fix [76ad7aeba3]: boundary case bug in [string is integer]jan.nijtmans2022-05-254-24/+48
|\ \
| * | Add testcases and fix implementationjan.nijtmans2022-05-252-10/+21
| * | Merge 8.6jan.nijtmans2022-05-241-1261/+1268
| |\ \ | |/ / |/| |
* | | Do all "string" testcases twice: once with and once without bytecodejan.nijtmans2022-05-241-1261/+1268
| * | Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-223-28/+41
|/ /
* | Merge 8.5jan.nijtmans2022-05-226-5/+19
|\ \ | |/
| * See: [https://github.com/tcltk/tcl/pull/13]jan.nijtmans2022-05-223-0/+6
| * 2 more unused stub entriesjan.nijtmans2022-05-223-5/+13
* | Disable C4090 warning; See: [https://developercommunity.visualstudio.com/t/c...jan.nijtmans2022-05-222-2/+3
* | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-153-28/+9
* | Merge bugs-http-2022-05-several-minor-mostly-docskjnash2022-05-131-43/+103
|\ \
| * \ Merge 8.6kjnash2022-05-131-8/+4
| |\ \ | |/ / |/| |
* | | Remove "testsize time_t" command, it isn't being usedjan.nijtmans2022-05-121-8/+4
| * | Correction to http(n) - cannot use Upgrade header to upgrade to http/3kjnash2022-05-131-2/+2
| * | In http(n), repaginate long lines.kjnash2022-05-111-19/+32
| * | In http(n), escape - to \- in all command options except example code.kjnash2022-05-111-31/+31
| * | Merge 8.6jan.nijtmans2022-05-112-0/+24
| |\ \ | |/ / |/| |
* | | Fix [6898f9cb71]: shiftjis is presumably misspelled in http 2.7.7. Also add m...jan.nijtmans2022-05-112-1/+25
| * | Revise http(n) to fix #6afa947d1akjnash2022-05-111-2/+10
| * | Revise http(n) to fix #14e3c258d9kjnash2022-05-111-6/+14
| * | Revise library/http/http.tcl to fix shift_jis typo and #6898f9cb71kjnash2022-05-111-1/+1
| * | Revise http(n) to fix #443195kjnash2022-05-111-0/+5
| * | Revise http(n) to fix #1414262kjnash2022-05-111-0/+25
| * | Revise http(n) to fix #15e4bd83c2kjnash2022-05-111-1/+2
| * | Create new branch named "bugs-http-2022-05-several-minor-mostly-docs"kjnash2022-05-110-0/+0
|/ /
* | Now we're on it, keep better track with state(host) and state(path). Backport...jan.nijtmans2022-05-101-2/+10
* | Fix [55bf73b52b]: http reuses connections after 101 Switching Protocolsjan.nijtmans2022-05-105-8/+93
|\ \
| * | Fix the bug. Standardise and document protocol upgrades.kjnash2022-05-105-8/+93