-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Externals/zlib from
abd3d1a
to 5c42a23
Bumps [Externals/zlib](https://github.com/madler/zlib) from `abd3d1a` to `5c42a23`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](madler/zlib@abd3d1a...5c42a23) --- updated-dependencies: - dependency-name: Externals/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
3b6821c
commit f5e4fd1
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 |