Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib 1.2.9v1.2.9 | Mark Adler | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Fix some typos. | Mark Adler | 2016-10-30 | 2 | -2/+2 |
| | |||||
* | Avoid use of DEBUG macro -- change to ZLIB_DEBUG. | Mark Adler | 2015-07-28 | 1 | -1/+1 |
| | |||||
* | Check for input buffer malloc failure in examples/gzappend.c. | Mark Adler | 2012-10-11 | 1 | -7/+10 |
| | |||||
* | Fix memory allocation error in examples/zran.c [Nor]. | Mark Adler | 2012-09-29 | 1 | -3/+8 |
| | |||||
* | Avoid shift equal to bits in type (caused endless loop). | Mark Adler | 2012-08-18 | 1 | -18/+21 |
| | | | | | | | | | | | Also clean up comparisons between different types, and some odd indentation problems that showed up somehow. A new endless loop was introduced by the clang compiler, which apparently does odd things when the right operand of << is equal to or greater than the number of bits in the type. The C standard in fact states that the behavior of << is undefined in that case. The loop was rewritten to use single-bit shifts. | ||||
* | Clean up examples/gzlog.[ch] comparisons of different types. | Mark Adler | 2012-08-18 | 2 | -7/+9 |
| | |||||
* | Clean up examples/gzjoin.c for z_const usage. | Mark Adler | 2012-08-14 | 1 | -6/+7 |
| | |||||
* | Fix example/gzappend.c for proper z_const usage. | Mark Adler | 2012-08-14 | 1 | -4/+5 |
| | |||||
* | Update examples/gun.c for proper z_const usage. | Mark Adler | 2012-08-13 | 1 | -5/+6 |
| | |||||
* | Fix argument checks in gzlog_compress() and gzlog_write(). | Mark Adler | 2012-07-08 | 2 | -7/+8 |
| | |||||
* | Move example.c and minigzip.c to test/. | Mark Adler | 2011-11-27 | 3 | -1241/+0 |
| | |||||
* | Move example.c and minigzip.c to examples/ directory. | Mark Adler | 2011-10-09 | 3 | -0/+1241 |
| | |||||
* | zlib 1.2.3.8v1.2.3.8 | Mark Adler | 2011-09-09 | 2 | -9/+9 |
| | |||||
* | zlib 1.2.3.6v1.2.3.6 | Mark Adler | 2011-09-09 | 3 | -476/+26 |
| | |||||
* | zlib 1.2.3.4v1.2.3.4 | Mark Adler | 2011-09-09 | 5 | -364/+2074 |
| | |||||
* | zlib 1.2.3.1v1.2.3.1 | Mark Adler | 2011-09-09 | 4 | -14/+50 |
| | |||||
* | zlib 1.2.2.4v1.2.2.4 | Mark Adler | 2011-09-09 | 5 | -21/+430 |
| | |||||
* | zlib 1.2.2.3v1.2.2.3 | Mark Adler | 2011-09-09 | 4 | -3/+704 |
| | |||||
* | zlib 1.2.2.2v1.2.2.2 | Mark Adler | 2011-09-09 | 8 | -0/+2395 |