Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-build zlib and libtommath for AMD64 and ARM64 to use the UCRT runtime ↵ | jan.nijtmans | 2022-02-14 | 3 | -0/+0 |
| | | | | (with llvm-clang toolset) | ||||
* | Merge 8.6 | jan.nijtmans | 2022-02-14 | 2 | -0/+0 |
|\ | |||||
| * | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64 | jan.nijtmans | 2022-02-14 | 2 | -0/+0 |
| |\ | |||||
| | * | Make a start supporting aarch64-w64-mingw32-clang (WIP) | jan.nijtmans | 2022-02-13 | 2 | -0/+0 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2022-02-14 | 1 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecture | jan.nijtmans | 2022-02-14 | 1 | -0/+0 |
| |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | Add zlib1.dll for windows-arm64 | jan.nijtmans | 2022-02-10 | 1 | -0/+0 |
| |\ | |||||
| | * | Add zlib1.dll for windows-arm64 (cross-compiled with VS2017) | jan.nijtmans | 2022-02-10 | 1 | -0/+0 |
| | | | |||||
| | * | Merge 8.6 | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
| |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2022-02-09 | 1 | -0/+0 |
|\ \ | |/ | |||||
| * | More changed for windows-arm (e.g. add zdll.lib for ARM64, although ↵ | jan.nijtmans | 2022-02-08 | 1 | -0/+0 |
| | | | | | | | | zlib1.dll still missing) | ||||
* | | Merge 8.6 | jan.nijtmans | 2021-06-11 | 2 | -461/+461 |
|\ \ | |/ | |||||
| * | Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLF | jan.nijtmans | 2021-06-11 | 2 | -461/+461 |
| | | |||||
| * | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
| | | |||||
| * | Merge 8.5 | jan.nijtmans | 2020-06-25 | 6 | -18/+19 |
| |\ | |||||
| | * | Clean-up compat functions, not using "register" any more, and fix some ↵ | jan.nijtmans | 2020-06-25 | 10 | -54/+54 |
| | | | | | | | | | | | | signatures (constify) matching nowadays standards. All backported from core-8-branch with modifications. | ||||
| | * | Clean-up some unnecessary spacing. | jan.nijtmans | 2020-04-17 | 1 | -1/+1 |
| | | | |||||
* | | | Adapt function signatures in compat/string.h to what's normal nowadays | jan.nijtmans | 2020-10-06 | 1 | -6/+2 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-06-25 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-06-22 | 5 | -241/+241 |
|\ \ \ | |/ / | |||||
| * | | Change all *.sln to CRLF format, so they are directly usable in Visual ↵ | jan.nijtmans | 2020-06-22 | 5 | -241/+241 |
| | | | | | | | | | | | | Studio projects | ||||
| * | | sync zlib's crypt.h with version in Tcl 8.7 | jan.nijtmans | 2020-06-19 | 1 | -6/+1 |
| | | | |||||
* | | | Suggested fix for [b179286248]: tclZipfs.c Build Error on CentOS 6 | jan.nijtmans | 2020-06-19 | 1 | -6/+0 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -0/+919 |
|\ \ \ | |||||
| * \ \ | Implement TIP's #538: Externalize libtommath | jan.nijtmans | 2019-12-13 | 1 | -0/+919 |
| |\ \ \ | |||||
| | * | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible ↵ | jan.nijtmans | 2019-11-01 | 1 | -0/+919 |
| | | | | | | | | | | | | | | | | | | | | accordingly (still WIP) | ||||
* | | | | | Merge 8.7 | jan.nijtmans | 2019-12-11 | 2 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2019-12-09 | 2 | -2/+2 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Fix [abd4abedd2]: Failed to build tk 8.6.10 with cross compile | jan.nijtmans | 2019-12-09 | 2 | -2/+2 |
| | | | | |||||
| | * | | Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same ↵ | jan.nijtmans | 2019-12-06 | 3 | -0/+822 |
| | | | | | | | | | | | | | | | | content as in the core-8-branch branch. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-11-04 | 2 | -2/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-11-01 | 2 | -2/+10 |
| |\ \ \ | | |/ / | |||||
| | * | | Make ioapi.c and minizip.c build on Windows (for someone who would want to) | jan.nijtmans | 2019-11-01 | 2 | -120/+166 |
| | | | | |||||
* | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵ | jan.nijtmans | 2019-09-05 | 1 | -0/+1 |
|\ \ \ \ | |/ / / | | | | | | | | | Windows) without -Wunused-parameters warnings | ||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-28 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵ | jan.nijtmans | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters. | ||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 9 | -22/+25 |
|\ \ \ \ | |/ / / | |||||
| * | | | Remove "register" keyword in various places. Also add some type-casts to ↵ | jan.nijtmans | 2019-08-14 | 8 | -21/+24 |
|/ / / | | | | | | | | | | help C++ compatibility. | ||||
* | | | Remove last traces of strtod() function, since it isn't used in Tcl any more. | jan.nijtmans | 2019-07-16 | 1 | -1/+1 |
| | | | |||||
* | | | Fix a warning due to a missing const in an internal minzip function | jan.nijtmans | 2019-06-28 | 1 | -5/+5 |
|\ \ \ | |||||
| * | | | Fix a warning due to a missing const in an internal minzip function | gahr | 2019-06-27 | 1 | -5/+5 |
| | | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-01-31 | 1 | -76/+0 |
| |\ \ \ | |/ / / |/| | | | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2019-01-26 | 2 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | merge 8.7 | sebres | 2018-11-22 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| * | | | | | Fix more executable flags | jan.nijtmans | 2018-11-19 | 1 | -0/+0 |
| | | | | | | |||||
| * | | | | | Remove "nostub" entries, which are no longer used. See also TIP #512. | jan.nijtmans | 2018-11-15 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | Also fix many EXEC/UNEXEC file flags | ||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2018-11-14 | 1 | -0/+6 |
| |\ \ \ \ \ |