Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Although I don't think it helps for [62f56a61aca52db3], put back ↵ | jan.nijtmans | 2022-04-21 | 2 | -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.nijtmans | 2022-04-20 | 8 | -3289/+83 |
| | | | | Remove macosx/Tcl.xcode in favor of macosx/Tcl.xcodeproj | ||||
* | one more boolPtr -> intPtr | jan.nijtmans | 2022-04-20 | 1 | -4/+4 |
| | |||||
* | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write(). | pooryorick | 2022-04-20 | 1 | -13/+28 |
| | |||||
* | Fix [https://core.tcl-lang.org/tk/tktview?name=bf0f4808d7|bf0f4808d7]: macOS ↵ | jan.nijtmans | 2022-04-20 | 6 | -197/+31 |
| | | | | Aqua : CFLAGS_OPTIMIZE | ||||
* | Merge 8.6 | jan.nijtmans | 2022-04-20 | 6 | -61/+59 |
|\ | |||||
| * | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't ↵ | jan.nijtmans | 2022-04-20 | 8 | -67/+65 |
| | | | | | | | | exist when the API was designed) | ||||
* | | Remove some unnecessary buffer reference counting in Write(). The reference | pooryorick | 2022-04-20 | 1 | -4/+0 |
| | | | | | | counting in FlushChannel() has got it covered. | ||||
* | | Fix [0061c7a476]: signed integer overflow in ZipReadInt() | jan.nijtmans | 2022-04-16 | 1 | -1/+2 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-15 | 4 | -115/+1001 |
|\ \ | |/ | |||||
| * | Fix [5294e6feca]: minizip for TIP #430 broken | jan.nijtmans | 2022-04-15 | 3 | -114/+1000 |
| |\ | |||||
| | * | Merge 8.7 | jan.nijtmans | 2022-04-14 | 1 | -2/+2 |
| | |\ | |_|/ |/| | | |||||
* | | | Fix [da733cf8a6]: indexObj-6.7 fails | jan.nijtmans | 2022-04-14 | 1 | -2/+2 |
| | | | |||||
| | * | Update to latest version of tinydir | jan.nijtmans | 2022-04-14 | 1 | -49/+71 |
| | | | |||||
| | * | Proposed fix for [5294e6feca]: minizip for TIP #430 broken | jan.nijtmans | 2022-04-14 | 4 | -115/+979 |
| |/ |/| | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-14 | 1 | -22/+22 |
|\ \ | |/ | |||||
| * | Change testConstraint "ucs4" to "utf32", since that's more accurate | jan.nijtmans | 2022-04-14 | 1 | -22/+22 |
| | | |||||
* | | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value ↵ | jan.nijtmans | 2022-04-14 | 1 | -1/+1 |
| | | | | | | | | which conflicts less with other flags | ||||
* | | It looks like minizip is broken, so let's use zip | jan.nijtmans | 2022-04-14 | 1 | -1/+1 |
| | | |||||
* | | Adapt tclZipfs.c to zlib 1.2.12 (due to the changes in crc32 handling) | jan.nijtmans | 2022-04-12 | 1 | -1/+3 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-12 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Update .fossil-settings/crlf-glob | jan.nijtmans | 2022-04-12 | 2 | -0/+3 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-12 | 3 | -0/+0 |
|\ \ | |/ | |||||
| * | Update all zdll.lib files, for update symbols in zlib 1.2.12 | jan.nijtmans | 2022-04-12 | 5 | -0/+0 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-12 | 88 | -7309/+12303 |
|\ \ | |/ | |||||
| * | Update zlib to version 1.2.12 | jan.nijtmans | 2022-04-12 | 87 | -7309/+12303 |
| |\ | |||||
| | * | Compile zlib-1.2.12 for win64-arm | jan.nijtmans | 2022-04-11 | 1 | -0/+0 |
| | | | |||||
| | * | Update zlib to version 1.2.12 (windows-arm version of zlib1.dll still missing) | jan.nijtmans | 2022-04-11 | 86 | -7309/+12303 |
| |/ | |||||
* | | Use INT2PTR/PTR2INT macro's as appropriate | jan.nijtmans | 2022-04-08 | 1 | -5/+5 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-04-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode() | jan.nijtmans | 2022-04-08 | 1 | -1/+1 |
| | | |||||
* | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. | jan.nijtmans | 2022-04-04 | 1 | -22/+22 |
| | | |||||
* | | Merge 8.6. http -> 2.10a2 | jan.nijtmans | 2022-04-04 | 5 | -9/+8 |
|\ \ | |/ | |||||
| * | Fix [e5ed1bb28b]: Issue if URL contains numeric IPv6 address. http -> 2.9.6 | jan.nijtmans | 2022-04-04 | 4 | -8/+7 |
| | | |||||
* | | Additional braces for (sizePtr), just to be sure | jan.nijtmans | 2022-04-04 | 1 | -8/+8 |
| | | |||||
* | | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable ↵ | jan.nijtmans | 2022-04-04 | 1 | -10/+10 |
| | | | | | | | | name. Thanks, @ashok! | ||||
* | | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 3 | -7/+10 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-03-29 | 3 | -1/+4 |
|\ \ | |/ | |||||
| * | Add --enable-symbols=all builds | jan.nijtmans | 2022-03-29 | 3 | -1/+4 |
| |\ | |||||
| | * | Add enable-symbols=all builds to various platforms | jan.nijtmans | 2022-03-28 | 3 | -1/+4 |
| |/ | |||||
* | | More usage of TCLFLEXARRAY. Make ↵ | jan.nijtmans | 2022-03-28 | 2 | -19/+19 |
| | | | | | | | | current_malloc_packets/maximum_malloc_packets type size_t | ||||
* | | Fix [9c1dc88f86]: warning about different signedness when compile TCL on ↵ | jan.nijtmans | 2022-03-25 | 1 | -6/+6 |
| | | | | | | | | Windows. | ||||
* | | Merge 8.6 | jan.nijtmans | 2022-03-22 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize ↵ | jan.nijtmans | 2022-03-22 | 1 | -2/+2 |
| | | | | | | | | STRING_SIZE a little bit) | ||||
* | | Merge 8.6 | jan.nijtmans | 2022-03-22 | 9 | -254/+255 |
|\ \ | |/ | |||||
| * | Merge 8.5 | jan.nijtmans | 2022-03-22 | 12 | -259/+272 |
| |\ | |||||
| | * | Update tzdata to 2022a | jan.nijtmans | 2022-03-22 | 9 | -254/+255 |
| | | | |||||
| | * | Reserve 3 more stub entries | jan.nijtmans | 2022-03-22 | 3 | -5/+17 |
| | | | |||||
* | | | Fix [ac601b59bab7] by making only unloading a library from the process if it | pooryorick | 2022-03-22 | 2 | -6/+21 |
| | | | | | | | | | has an Unload functions. | ||||
* | | | Fix [4dbfa46caa]: TIP #601 bug: handling of '-buffersize' | jan.nijtmans | 2022-03-21 | 3 | -10/+10 |
|\ \ \ |