summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Create new branch named "bug-55bf73b52b-8.6"kjnash2022-05-090-0/+0
|/ /
* | 'develop' fixes for zlib-1.2.12. Will be in zlib-1.2.12.1 or zlib-1.2.13.jan.nijtmans2022-05-0912-13/+21
|\ \
| * | rebuild zlib1.dll 1.2.12.1 for aarch64 (win64-arm)jan.nijtmans2022-05-091-0/+0
| * | rebuild zlib1.dll 1.2.12.1 for i686 and x86_64jan.nijtmans2022-05-092-0/+0
| * | A number of fixes from zlib's 'develop' branch.jan.nijtmans2022-05-067-11/+19
|/ /
* | Close forkjan.nijtmans2022-05-061-1/+5
|\ \
| * \ http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket [...oehhar2022-05-041-1/+5
| |\ \
| | * | RFE [eb64b1520] http: be tolerant against invalid content encoding header res...oehhar2021-12-034-7/+11
* | | | Update libtommath to latest support/1.x branchjan.nijtmans2022-04-2815-21/+3023
|\ \ \ \
| * \ \ \ Merge libtommathjan.nijtmans2022-04-2814-18/+3011
| |\ \ \ \
| | * | | | Take over recent commmits on the support/1.x branchjan.nijtmans2019-11-225-20/+20
| | * | | | A few post-1.2.0 commits, extracted from support/1.x branchjan.nijtmans2019-11-0611-10/+3003
* | | | | | closes bug [27520c9b17]sebres2022-04-262-0/+10
|\ \ \ \ \ \
| * | | | | | fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
| * | | | | | added test illustrating bug [27520c9b17]sebres2022-04-261-0/+7
* | | | | | | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : C...jan.nijtmans2022-04-213-8/+87
* | | | | | | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-208-67/+65
* | | | | | | Fix [5294e6feca]: minizip for TIP #430 brokenjan.nijtmans2022-04-153-114/+1000
|\ \ \ \ \ \ \