summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-13/+29
|\
| * Fix [713653b951]: Floating point precision problems on x86 musljan.nijtmans2022-07-171-121/+192
| |\
| | * Restore FP control word on conversion of zero values.Kevin B Kenny2022-07-151-13/+29
| |/ |/| | | | | | | | | | | Sneak path existed that failed to restore the floating point control word when scanning a zero value. The result was that floating point rounding was incorrectly left set to 53-bit significance, round-to-even, which is incompatible with the math library from musl.
* | Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-126-15/+18
| |
* | Unnecessary quotes in win/rules.vcjan.nijtmans2022-07-071-1/+1
| |
* | Prevent warning: zero size arrays are an extension [-Wzero-length-array], ↵jan.nijtmans2022-07-051-1/+3
| | | | | | | | when using C99
* | Test for TclOO 1.1.0. Remove some useless type-castsjan.nijtmans2022-07-014-5/+5
| |
* | 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 ↵jan.nijtmans2022-06-141-61/+88
| |/ |/| | | | | Protocols. To be discussed
* | 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() ↵jan.nijtmans2022-05-251-15/+3
| | | | | | | | twice, since it's already done inside TclGetIntFromObj()
* | Renumber two testcases (align with Tcl 8.7), and align Cywin-specific ↵jan.nijtmans2022-05-252-4/+4
| | | | | | | | error-message)
* | 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]. ↵jan.nijtmans2022-05-223-28/+41
|/ / | | | | | | Missing: more unit-tests
* | 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: ↵jan.nijtmans2022-05-222-2/+3
| | | | | | | | [https://developercommunity.visualstudio.com/t/c-compiler-incorrect-propagation-of-const-qualifie/39071]
* | Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ↵jan.nijtmans2022-05-153-28/+9
| | | | | | | | effect in Tcl 8.6. Not recommended (but working!) in Tcl 8.7 and 9.0
* | 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 ↵jan.nijtmans2022-05-112-1/+25
| | | | | | | | | | | | more testcases for http::CharsetToEncoding, revealing one more bug
| * | 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
| | |