Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 2012-08-13 | 1 | -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 Adler | 2012-07-08 | 1 | -2/+0 |
| | |||||
* | zlib 1.2.3.4v1.2.3.4 | Mark Adler | 2011-09-09 | 1 | -2/+11 |
| | |||||
* | zlib 1.2.3.3v1.2.3.3 | Mark Adler | 2011-09-09 | 1 | -40/+40 |
| | |||||
* | zlib 1.2.2v1.2.2 | Mark Adler | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | zlib 1.2.1.2v1.2.1.2 | Mark Adler | 2011-09-09 | 1 | -0/+3 |
| | |||||
* | zlib 1.2.0.7v1.2.0.7 | Mark Adler | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | zlib 1.2.0.6v1.2.0.6 | Mark Adler | 2011-09-09 | 1 | -0/+605 |