summaryrefslogtreecommitdiff
path: root/contrib/infback9/infback9.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove unused variable in infback9.c.Mark Adler2012-07-081-2/+0
|
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-091-2/+11
|
* zlib 1.2.3.3v1.2.3.3Mark Adler2011-09-091-40/+40
|
* zlib 1.2.2v1.2.2Mark Adler2011-09-091-2/+2
|
* zlib 1.2.1.2v1.2.1.2Mark Adler2011-09-091-0/+3
|
* zlib 1.2.0.7v1.2.0.7Mark Adler2011-09-091-3/+3
|
* zlib 1.2.0.6v1.2.0.6Mark Adler2011-09-091-0/+605