- 03 May, 2012 2 commits
-
-
Mark Adler authored
-
Mark Adler authored
-
- 02 May, 2012 1 commit
-
-
Mark Adler authored
-
- 30 Apr, 2012 3 commits
-
-
Daniel Snider authored
-
Mark Adler authored
-
Mark Adler authored
-
- 29 Apr, 2012 1 commit
-
-
Mark Adler authored
crc_table is made using a four-byte integer (when that can be determined). However get_crc_table() returned a pointer to an unsigned long, which could be eight bytes. This fixes that by creating a new z_crc_t type for the crc_table. This type is also used for the BYFOUR crc calculations that depend on a four-byte type. The four-byte type can now be determined by ./configure, which also solves a problem where ./configure --solo would never use BYFOUR. No the Z_U4 #define indicates that four- byte integer was found either by ./configure or by zconf.h.
-
- 23 Apr, 2012 3 commits
-
-
Mark Adler authored
-
Mark Adler authored
-
Mark Adler authored
-
- 01 Apr, 2012 1 commit
-
-
Mark Adler authored
-
- 27 Mar, 2012 1 commit
-
-
jK authored
-
- 23 Mar, 2012 1 commit
-
-
Birunthan Mohanathas authored
-
- 18 Mar, 2012 7 commits
-
-
Mark Adler authored
The conversion to multi-byte will be locale-specific, but it's better than nothing and is only to provide more information in the error message returned by gz_error(). The conversion has no effect on what's opened.
-
Mark Adler authored
-
Peter Kuemmel authored
-
Mark Adler authored
Also need to #include <stddef.h> for zlib.h, and need to workaround the inability to use wide characters in constructed error messages with zlib's interface.
-
Mark Adler authored
-
Peter Kuemmel authored
-
Peter Kuemmel authored
-
- 17 Mar, 2012 1 commit
-
-
Mark Adler authored
-
- 15 Mar, 2012 1 commit
-
-
Mark Adler authored
-
- 14 Mar, 2012 5 commits
-
-
Mark Adler authored
-
Mark Adler authored
-
Mark Adler authored
-
Mark Adler authored
-
Mark Adler authored
-
- 13 Mar, 2012 3 commits
-
-
Mark Adler authored
-
Mark Adler authored
-
Christoph J. Thompson authored
modified: CMakeLists.txt
-
- 11 Mar, 2012 5 commits
-
-
Christoph J. Thompson authored
Add a version variable so it gets added to the pkg-config file.
-
Christoph J. Thompson authored
-
Christoph J. Thompson authored
-
Christoph J. Thompson authored
-
Mark Adler authored
-
- 10 Mar, 2012 4 commits
-
-
Mark Adler authored
-
Mark Adler authored
-
Nathan Phillip Brink authored
-
Mark Adler authored
-
- 04 Mar, 2012 1 commit
-
-
Mark Adler authored
-