-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #58 from BiraruStudios/dependabot/submodules/test/…
…deps/zlib-545f194 Bump deps/zlib from `0f51fb4` to `545f194`
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib
updated
36 files
+1 −0 | .gitignore | |
+6 −4 | Makefile.in | |
+2 −2 | configure | |
+12 −12 | contrib/infback9/infback9.c | |
+11 −3 | contrib/minizip/Makefile | |
+1 −1 | contrib/minizip/configure.ac | |
+57 −0 | contrib/minizip/ints.h | |
+2 −29 | contrib/minizip/ioapi.h | |
+2 −1 | contrib/minizip/minizip.c | |
+1 −1 | contrib/minizip/minizip.pc.in | |
+17 −16 | contrib/minizip/skipset.h | |
+12 −5 | contrib/minizip/zip.c | |
+7 −4 | contrib/vstudio/vc10/zlibvc.def | |
+7 −4 | contrib/vstudio/vc11/zlibvc.def | |
+7 −4 | contrib/vstudio/vc12/zlibvc.def | |
+7 −4 | contrib/vstudio/vc14/zlibvc.def | |
+161 −158 | contrib/vstudio/vc17/zlibvc.def | |
+7 −4 | contrib/vstudio/vc9/zlibvc.def | |
+13 −1 | deflate.c | |
+3 −0 | deflate.h | |
+12 −12 | examples/enough.c | |
+9 −9 | examples/gun.c | |
+12 −12 | infback.c | |
+4 −4 | inffast.c | |
+21 −21 | inflate.c | |
+6 −0 | os400/bndsrc | |
+4 −0 | os400/zlib.inc | |
+2 −2 | test/infcover.c | |
+2 −0 | trees.c | |
+1 −0 | win32/zlib.def | |
+2 −1 | zconf.h | |
+2 −1 | zconf.h.cmakein | |
+2 −1 | zconf.h.in | |
+17 −5 | zlib.h | |
+4 −0 | zlib.map | |
+2 −0 | zutil.h |