summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value ↵jan.nijtmans2022-04-141-1/+1
| | | | | | | | which conflicts less with other flags
* | 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.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
| |
* | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable ↵jan.nijtmans2022-04-041-10/+10
| | | | | | | | name. Thanks, @ashok!
* | Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-293-7/+10
| |
* | Merge 8.6jan.nijtmans2022-03-293-1/+4
|\ \ | |/
| * Add --enable-symbols=all buildsjan.nijtmans2022-03-293-1/+4
| |\
| | * Add enable-symbols=all builds to various platformsjan.nijtmans2022-03-283-1/+4
| |/
* | More usage of TCLFLEXARRAY. Make ↵jan.nijtmans2022-03-282-19/+19
| | | | | | | | current_malloc_packets/maximum_malloc_packets type size_t
* | Fix [9c1dc88f86]: warning about different signedness when compile TCL on ↵jan.nijtmans2022-03-251-6/+6
| | | | | | | | Windows.
* | Merge 8.6jan.nijtmans2022-03-221-3/+3
|\ \ | |/
| * Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize ↵jan.nijtmans2022-03-221-2/+2
| | | | | | | | STRING_SIZE a little bit)
* | Merge 8.6jan.nijtmans2022-03-229-254/+255
|\ \ | |/
| * Merge 8.5jan.nijtmans2022-03-2212-259/+272
| |\
| | * Update tzdata to 2022ajan.nijtmans2022-03-229-254/+255
| | |
| | * Reserve 3 more stub entriesjan.nijtmans2022-03-223-5/+17
| | |
* | | Fix [ac601b59bab7] by making only unloading a library from the process if itpooryorick2022-03-222-6/+21
| | | | | | | | | has an Unload functions.
* | | Fix [4dbfa46caa]: TIP #601 bug: handling of '-buffersize'jan.nijtmans2022-03-213-10/+10
|\ \ \