summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 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.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 n...jan.nijtmans2022-04-041-10/+10
* | 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 current_malloc_packets/maximum_malloc_packet...jan.nijtmans2022-03-282-19/+19
* | Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind...jan.nijtmans2022-03-251-6/+6
* | Merge 8.6jan.nijtmans2022-03-221-3/+3
|\ \ | |/
| * Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S...jan.nijtmans2022-03-221-2/+2
* | 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
* | | Fix [4dbfa46caa]: TIP #601 bug: handling of '-buffersize'jan.nijtmans2022-03-213-10/+10
|\ \ \
| * \ \ Merge 8.7, and fix the bugjan.nijtmans2022-03-205-27/+27
| |\ \ \ | |/ / / |/| | |
* | | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-205-25/+25
| * | | See [4dbfa46caa]: Remove "constraint deprecated" from failing testcases which...jan.nijtmans2022-03-182-8/+8
|/ / /
* | | Fix meaning of "testConstraint deprepcated" in encoding.test: Those testcases...jan.nijtmans2022-03-181-8/+8
* | | Add proper cleanup to testcasesjan.nijtmans2022-03-183-20/+41
* | | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po...jan.nijtmans2022-03-171-2/+2
* | | Merge 8.6jan.nijtmans2022-03-172-5/+5
|\ \ \ | |/ /
| * | Fix 2 testcases which are not testing what they should be testing (since "-en...jan.nijtmans2022-03-172-3/+3
* | | TIP #601: Make "encoding convertto/convertfrom" throw exceptionsjan.nijtmans2022-03-1715-80/+342
|\ \ \