forked from Pokes303/WUPDownloader
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [zlib](https://github.com/madler/zlib) from `0f51fb4` to `545f194`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](madler/zlib@0f51fb4...545f194) --- updated-dependencies: - dependency-name: zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3b07cf2
commit 59917b9
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 |