summaryrefslogtreecommitdiffstats
path: root/compat/zlib
Commit message (Collapse)AuthorAgeFilesLines
* Convert compat/zlib/contrib/dotzlib/DotZLib/*.cs to proper UTF-8jan.nijtmans2023-08-307-7/+7
|
* Update zlib to version 1.3jan.nijtmans2023-08-2992-3330/+2260
|\
| * Upgrade to zlib-1.3.0jan.nijtmans2023-08-2892-3330/+2260
|/
* 2 more spelling fixes, but undo fixes in compat/zlib: Please report them ↵jan.nijtmans2023-04-122-2/+2
| | | | upstream, otherwise they will re-appear here every time zlib is updated to a newer version.
* Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-122-2/+2
| | | corrections in history.tcl and tcltest.test.
* Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵jan.nijtmans2023-03-301-1/+4
| | | | on other platforms either.
* Fix irritating gcc warning for minizipapnadkarni2023-03-281-2/+2
|
* Re-build zlib1 1.2.13 for win32/win64jan.nijtmans2022-10-192-0/+0
|
* Make minizip/ioapi.c work (again) on win32. Build zlib1.dll for win64-armjan.nijtmans2022-10-192-1/+5
|
* Update to zlib-1.2.13jan.nijtmans2022-10-1893-1202/+874
|
* Fix [22ab2ae64a]: Build with minizip broken (actually, only a problem in ↵jan.nijtmans2022-09-221-6/+0
| | | | 8.7, but let's keep tinydir.h the same in all branches)
* rebuild zlib1.dll 1.2.12.1 for aarch64 (win64-arm)jan.nijtmans2022-05-091-0/+0
|
* rebuild zlib1.dll 1.2.12.1 for i686 and x86_64jan.nijtmans2022-05-092-0/+0
|
* A number of fixes from zlib's 'develop' branch.jan.nijtmans2022-05-067-11/+19
|
* Fix [5294e6feca]: minizip for TIP #430 brokenjan.nijtmans2022-04-153-114/+1000
|\
| * Update to latest version of tinydirjan.nijtmans2022-04-141-49/+71
| |
| * Proposed fix for [5294e6feca]: minizip for TIP #430 brokenjan.nijtmans2022-04-143-114/+978
| |
| * Merge 8.6jan.nijtmans2022-04-123-0/+0
| |\
| * \ Merge 8.6jan.nijtmans2022-04-1288-7309/+12303
| |\ \
| * | | Re-build zlib and libtommath for AMD64 and ARM64 to use the UCRT runtime ↵jan.nijtmans2022-02-143-0/+0
| | | | | | | | | | | | | | | | (with llvm-clang toolset)
| * | | Merge 8.6jan.nijtmans2022-02-142-0/+0
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2022-02-141-0/+0
| |\ \ \ \
* | | | | | Update .fossil-settings/crlf-globjan.nijtmans2022-04-121-0/+0
| |_|_|_|/ |/| | | |
* | | | | Update all zdll.lib files, for update symbols in zlib 1.2.12jan.nijtmans2022-04-125-0/+0
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |
* | | Update libz.dll.a and zlib1.dll, use a UCRT runtime in stead of msvcrt for ARM64jan.nijtmans2022-02-142-0/+0
|\ \ \ | |_|/ |/| |
| * | Make a start supporting aarch64-w64-mingw32-clang (WIP)jan.nijtmans2022-02-132-0/+0
| |/
* | Fix [c59fd034fd]: zdll.lib for windows arm64 is compiled for wrong architecturejan.nijtmans2022-02-141-0/+0
|/
* Add zlib1.dll for windows-arm64jan.nijtmans2022-02-101-0/+0
|\
| * Add zlib1.dll for windows-arm64 (cross-compiled with VS2017)jan.nijtmans2022-02-101-0/+0
| |
| * Merge 8.6jan.nijtmans2022-02-101-1/+1
|/
* More changed for windows-arm (e.g. add zdll.lib for ARM64, although ↵jan.nijtmans2022-02-081-0/+0
| | | | zlib1.dll still missing)
* Fix [d6b10a9256]: Two files under compat/zlib/contrib/ are CRLFjan.nijtmans2021-06-112-461/+461
|
* Change all *.sln to CRLF format, so they are directly usable in Visual ↵jan.nijtmans2020-06-225-241/+241
| | | | Studio projects
* sync zlib's crypt.h with version in Tcl 8.7jan.nijtmans2020-06-191-6/+1
|
* Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same ↵jan.nijtmans2019-12-063-0/+822
| | | | content as in the core-8-branch branch.
* Make ioapi.c and minizip.c build on Windows (for someone who would want to)jan.nijtmans2019-11-012-120/+166
|
* Add /* FALLTHRU */ markers in various places (silencing possible GCC ↵jan.nijtmans2019-08-281-1/+1
| | | | warnings). Eliminate some more "register" keywords. Eliminate (or silence) some unused function parameters.
* fixed typo in prepro `#ifdef unix || __APPLE__`sebres2018-11-222-2/+2
|
* Fix [e14d152114efee10394a7e0b4b1c0478efff52c5|e14d152114]: bundled zlib ↵jan.nijtmans2017-03-075-2565/+0
| | | | documentation is under a potentially non-free license
* Hm. 32-bit zlib dll still was the 1.2.10 version. Corrected now.jan.nijtmans2017-01-171-0/+0
|
* Update zlib to version 1.2.11jan.nijtmans2017-01-1646-98/+92
|
* Complete the upgrade to Zlib 1.2.10: Now add the *.lib and *.dll files.jan.nijtmans2017-01-066-3/+3
|
* Update zlib to version 1.2.10. Dll's and *.lib files not updated yetjan.nijtmans2017-01-0329-93/+111
|
* (cherry-pick): Update zlib to version 1.2.9. Dll's and *.lib files not ↵jan.nijtmans2017-01-0198-1810/+8661
| | | | updated yet
* Windows dll's should be executable.jan.nijtmans2013-10-312-0/+0
|
* Workaround for mingw-w64 (AMD64-only) bug: It appears that zdll.lib (as ↵jan.nijtmans2013-06-121-0/+0
| | | | produced by Microsoft tools) doesn't import the zlib symbols correctly, so use "libz.dll.a" produced with mingw-w64 tools in stead.
* Upgrade to zlib 1.2.8jan.nijtmans2013-05-1393-494/+3764
|
* Experiment: MSVC build now links with 64-bit zlib1.dlljan.nijtmans2012-09-072-0/+0
|