-
-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1607 from OpenXRay/dependabot/submodules/External…
…s/zlib-5c42a23 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib
updated
25 files
+208 −0 | .github/workflows/c-std.yml | |
+12 −3 | .github/workflows/cmake.yml | |
+3 −3 | .github/workflows/configure.yml | |
+1 −1 | .github/workflows/fuzz.yml | |
+1 −1 | FAQ | |
+1 −1 | contrib/ada/readme.txt | |
+574 −574 | contrib/gcc_gvmat64/gvmat64.S | |
+4 −0 | contrib/puff/pufftest.c | |
+2 −1 | deflate.c | |
+4 −0 | examples/gznorm.c | |
+4 −0 | examples/zpipe.c | |
+25 −29 | gzguts.h | |
+18 −13 | gzlib.c | |
+2 −1 | gzread.c | |
+1 −1 | qnx/package.qpg | |
+4 −0 | test/example.c | |
+3 −3 | test/infcover.c | |
+38 −29 | test/minigzip.c | |
+1 −1 | win32/DLL_FAQ.txt | |
+7 −11 | zconf.h | |
+7 −11 | zconf.h.cmakein | |
+7 −11 | zconf.h.in | |
+1 −1 | zlib.3 | |
+18 −15 | zlib.h | |
+4 −5 | zutil.h |