summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-04-2016-262/+108
|\
| * 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
| * Merge 8.6jan.nijtmans2022-04-206-61/+59
| |\
| | * boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-208-67/+65
| * | Remove some unnecessary buffer reference counting in Write(). The referencepooryorick2022-04-201-4/+0
| * | Fix [0061c7a476]: signed integer overflow in ZipReadInt()jan.nijtmans2022-04-161-1/+2
* | | Merge 8.7jan.nijtmans2022-04-154-115/+1001
|\ \ \ | |/ /
| * | 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
| | | |\ | | |_|/ | |/| |
| | | * 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
* | | | Update documentationjan.nijtmans2022-04-152-10/+29
* | | | Remove macro's for Tcl_GetBoolFromObj/Tcl_GetBooljan.nijtmans2022-04-152-14/+2
* | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signaturesjan.nijtmans2022-04-155-20/+12
* | | | Use lower 5 bits of flags for sizeof(*(boolPtr))jan.nijtmans2022-04-152-13/+11
* | | | Merge 8.7jan.nijtmans2022-04-1598-7361/+12360
|\ \ \ \ | |/ / /
| * | | Fix [da733cf8a6]: indexObj-6.7 failsjan.nijtmans2022-04-141-2/+2
| | |/ | |/|
| * | Merge 8.6jan.nijtmans2022-04-141-22/+22
| |\ \ | | |/
| | * Change testConstraint "ucs4" to "utf32", since that's more accuratejan.nijtmans2022-04-141-22/+22
| * | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value whi...jan.nijtmans2022-04-141-1/+1
| * | It looks like minizip is broken, so let's use zipjan.nijtmans2022-04-141-1/+1
| * | Adapt tclZipfs.c to zlib 1.2.12 (due to the changes in crc32 handling)jan.nijtmans2022-04-121-1/+3
| * | Merge 8.6jan.nijtmans2022-04-121-0/+3
| |\ \ | | |/
| | * Update .fossil-settings/crlf-globjan.nijtmans2022-04-122-0/+3
| * | Merge 8.6jan.nijtmans2022-04-123-0/+0
| |\ \ | | |/
| | * Update all zdll.lib files, for update symbols in zlib 1.2.12jan.nijtmans2022-04-125-0/+0
| * | Merge 8.6jan.nijtmans2022-04-1288-7309/+12303
| |\ \ | | |/
| | * Update zlib to version 1.2.12jan.nijtmans2022-04-1287-7309/+12303
| | |\
| | | * Compile zlib-1.2.12 for win64-armjan.nijtmans2022-04-111-0/+0
| | | * Update zlib to version 1.2.12 (windows-arm version of zlib1.dll still missing)jan.nijtmans2022-04-1186-7309/+12303
| | |/
| * | Use INT2PTR/PTR2INT macro's as appropriatejan.nijtmans2022-04-081-5/+5
| * | Merge 8.6jan.nijtmans2022-04-081-1/+1
| |\ \ | | |/
| | * Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode()jan.nijtmans2022-04-081-1/+1
| * | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int.jan.nijtmans2022-04-041-22/+22
* | | Merge 8.7jan.nijtmans2022-04-047-18/+17
|\ \ \ | |/ /
| * | Merge 8.6. http -> 2.10a2jan.nijtmans2022-04-045-9/+8
| |\ \ | | |/
| | * Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6jan.nijtmans2022-04-044-8/+7
| * | Additional braces for (sizePtr), just to be surejan.nijtmans2022-04-041-8/+8
* | | Merge 8.7. Fix implementation as noted by Ashok.jan.nijtmans2022-04-042-20/+19
|\ \ \ | |/ /
| * | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable n...jan.nijtmans2022-04-041-10/+10
* | | Panic if Testsaveresult call to Tcl_GetBoolFromObj overwrites memory.apnadkarni2022-04-041-4/+10
* | | Add Ashok's examplejan.nijtmans2022-04-031-3/+4
* | | Better errpr-handlingjan.nijtmans2022-03-311-2/+2
* | | Handle objPtr == NULL / interp == NULL betterjan.nijtmans2022-03-311-0/+7
* | | uint??_t -> int??_tjan.nijtmans2022-03-311-8/+8
* | | Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-3155-666/+1050
|\ \ \ | |/ /
| * | Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-293-7/+10
| * | Merge 8.6jan.nijtmans2022-03-293-1/+4
| |\ \ | | |/