summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-05-112-1/+25
|\
| * 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
* | merge-markjan.nijtmans2022-05-100-0/+0
|\ \ | |/
| * Now we're on it, keep better track with state(host) and state(path). ↵jan.nijtmans2022-05-101-2/+10
| | | | | | | | Backported from http 2.10
* | Merge 8.6jan.nijtmans2022-05-106-9/+94
|\ \ | |/
| * 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
| |/
* | Merge 8.6jan.nijtmans2022-05-0912-13/+21
|\ \ | |/
| * '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
| |/
* | Merge 8.6jan.nijtmans2022-05-060-0/+0
|\ \ | |/
| * Close forkjan.nijtmans2022-05-061-1/+5
| |\
* | \ Close forkjan.nijtmans2022-05-061-1/+5
|\ \ \
| * \ \ http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket ↵oehhar2022-05-041-1/+5
| |\ \ \ | | | |/ | | |/| | | | | [8eb64b1520]
| | * | http: tolerant again invalid reply header "content-encoding: UTF-8". Ticket ↵oehhar2022-05-041-1/+5
| | |\ \ | | | | | | | | | | | | | | | [8eb64b1520]
| | | * | RFE [eb64b1520] http: be tolerant against invalid content encoding header ↵oehhar2021-12-034-7/+11
| | | | | | | | | | | | | | | | | | | | responses
* | | | | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C ↵jan.nijtmans2022-04-294-55/+38
| | | | | | | | | | | | | | | | | | | | has both 'size_t' and 'ptrdiff_t', use those to define INT2PTR and friends (including UINT2PTR)
* | | | | Merge 8.6jan.nijtmans2022-04-282-4/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| | | | | | |
* | | | | | | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a ↵jan.nijtmans2022-04-263-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | slightly more efficient implementation of Tcl_GetIndexFromObj*() (TIP #613)
* | | | | | | merge 8.6 (fixes [27520c9b17])sebres2022-04-262-0/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | closes bug [27520c9b17]sebres2022-04-262-0/+10
| |\ \ \ \ \ \
| | * | | | | | fixes compilation of try-command [27520c9b17]: compile only if finaly token ↵sebres2022-04-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is simple
| | * | | | | | added test illustrating bug [27520c9b17]sebres2022-04-261-0/+7
| | | | | | | |
* | | | | | | | fixes build using msys/mingw toolchain, missing build path as include caused:sebres2022-04-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic/tclEvent.c:17:10: fatal error: tclUuid.h: No such file or directory (cherry picked from unix/Makefile.in)
* | | | | | | | Merge 8.6jan.nijtmans2022-04-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [https://core.tcl-lang.org/tk/info/bf0f4808d7|bf0f4808d7]: macOS Aqua : ↵jan.nijtmans2022-04-213-8/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS_OPTIMIZE. Builds on MacOSX will now be done with -O2 in Release mode.
* | | | | | | | Although I don't think it helps for [62f56a61aca52db3], put back ↵jan.nijtmans2022-04-212-51/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --enable-64bit and fat_32_64 functionality: It's probably too early to abandon 32-bit builds
* | | | | | | | Eliminate the need for --enable-64bit on MacOS: We only do 64-bit now. ↵jan.nijtmans2022-04-208-3289/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove macosx/Tcl.xcode in favor of macosx/Tcl.xcodeproj
* | | | | | | | one more boolPtr -> intPtrjan.nijtmans2022-04-201-4/+4
| | | | | | | |
* | | | | | | | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write().pooryorick2022-04-201-13/+28
| | | | | | | |
* | | | | | | | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ↵jan.nijtmans2022-04-206-197/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aqua : CFLAGS_OPTIMIZE
* | | | | | | | Merge 8.6jan.nijtmans2022-04-206-61/+59
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't ↵jan.nijtmans2022-04-208-67/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exist when the API was designed)
* | | | | | | | Remove some unnecessary buffer reference counting in Write(). The referencepooryorick2022-04-201-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | counting in FlushChannel() has got it covered.
* | | | | | | | Fix [0061c7a476]: signed integer overflow in ZipReadInt()jan.nijtmans2022-04-161-1/+2
| | | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2022-04-154-115/+1001
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [5294e6feca]: minizip for TIP #430 brokenjan.nijtmans2022-04-153-114/+1000
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-141-2/+2
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Fix [da733cf8a6]: indexObj-6.7 failsjan.nijtmans2022-04-141-2/+2
| | | | | | | | |
| | * | | | | | | Update to latest version of tinydirjan.nijtmans2022-04-141-49/+71
| | | | | | | | |
| | * | | | | | | Proposed fix for [5294e6feca]: minizip for TIP #430 brokenjan.nijtmans2022-04-144-115/+979
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge 8.6jan.nijtmans2022-04-141-22/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Change testConstraint "ucs4" to "utf32", since that's more accuratejan.nijtmans2022-04-141-22/+22
| | | | | | | |