summaryrefslogtreecommitdiff
path: root/uncompr.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor formatting improvements.Mark Adler2022-10-051-2/+2
| | | | No code changes.
* Use a uniform approach for the largest value of an unsigned type.Mark Adler2016-12-311-1/+1
|
* Add uncompress2() function, which returns the input size used.Mark Adler2016-12-041-17/+30
|
* Do not initialize unsigned with -1 in compress.c uncompr.c.Mark Adler2015-08-021-1/+1
| | | | Sun compiler complained. Use (unsigned)0 - 1 instead.
* Fix uncompress() to work on lengths more than a maximum unsigned.Mark Adler2014-04-261-20/+41
|
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-1/+1
| | | | | | | | | This patch allows zlib to compile cleanly with the -Wcast-qual gcc warning enabled, but only if ZLIB_CONST is defined, which adds const to next_in and msg in z_stream and in the in_func prototype. A --const option is added to ./configure which adds -DZLIB_CONST to the compile flags, and adds -Wcast-qual to the compile flags when ZLIBGCCWARN is set in the environment.
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-091-3/+1
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-0/+1
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-2/+4
|
* zlib 1.1.4v1.1.4Mark Adler2011-09-091-1/+1
|
* zlib 1.0.9v1.0.9Mark Adler2011-09-091-1/+1
|
* zlib 1.0.7v1.0.7Mark Adler2011-09-091-4/+4
|
* zlib 1.0.1v1.0.1Mark Adler2011-09-091-4/+4
|
* zlib 1.0-prev1.0-preMark Adler2011-09-091-3/+3
|
* zlib 0.99v0.99Mark Adler2011-09-091-3/+3
|
* zlib 0.94v0.94Mark Adler2011-09-091-3/+3
|
* zlib 0.92v0.92Mark Adler2011-09-091-3/+3
|
* zlib 0.71v0.71Mark Adler2011-09-091-0/+58