- 25 8月, 2013 1 次提交
-
-
由 Mark Adler 提交于
to report the count of unused bytes at the end correctly. Add the ability to provide initial input to blast().
-
- 04 8月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 24 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 4月, 2013 8 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
Forcing Z_CONST resulted in an issue when compiling Firefox. Now if someone wants to compile zlib as C++ code (which it isn't), now they will need to #define Z_CONST themselves.
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 14 4月, 2013 7 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 13 4月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 25 3月, 2013 7 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
If the compressed data was already at a block boundary, then deflateParam() would report Z_BUF_ERROR, because there was nothing to write. With this patch, Z_OK is returned in that case.
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
-
由 Mark Adler 提交于
You would still need to run zlib2ansi on all of the *.c files.
-
- 24 3月, 2013 4 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
That didn't work when cross-compiling. Simply rely on limits.h. If a compiler does not have limits.h, then zconf.h.in should be modified to define Z_U4 as an unsiged four-byte integer type in order for crc32() to be fast. This also simplifies and makes more portable to check for a four- byte type using limits.h.
-
由 Mark Adler 提交于
-
- 23 3月, 2013 2 次提交
-
-
由 Mark Adler 提交于
The function is only available if stdarg.h is available.
-
由 Mark Adler 提交于
-
- 24 2月, 2013 7 次提交
-
-
由 Mark Adler 提交于
-
由 Like Ma 提交于
* Use -DASM686=1 to build with i686 asm. * Use -DAMD64=1 to build with amd64 asm.
-
由 E. Timothy Uy 提交于
Facilitate multi-platform compilation, e.g.: nmake -f pathto\zlib\win32\Makefile.msc TOP=pathto\zlib
-
由 Fredrik Orderud 提交于
-
由 takacsd 提交于
-
由 Jason Williams 提交于
-
由 Will Glynn 提交于
Mac OS X's linker (derived from LLVM, not GNU binutils) does not support --version-script. Don't specify it on this platform.
-