summaryrefslogtreecommitdiff
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
|
* Fix some typos.Mark Adler2016-10-302-2/+2
|
* Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler2015-07-281-1/+1
|
* Check for input buffer malloc failure in examples/gzappend.c.Mark Adler2012-10-111-7/+10
|
* Fix memory allocation error in examples/zran.c [Nor].Mark Adler2012-09-291-3/+8
|
* Avoid shift equal to bits in type (caused endless loop).Mark Adler2012-08-181-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 Adler2012-08-182-7/+9
|
* Clean up examples/gzjoin.c for z_const usage.Mark Adler2012-08-141-6/+7
|
* Fix example/gzappend.c for proper z_const usage.Mark Adler2012-08-141-4/+5
|
* Update examples/gun.c for proper z_const usage.Mark Adler2012-08-131-5/+6
|
* Fix argument checks in gzlog_compress() and gzlog_write().Mark Adler2012-07-082-7/+8
|
* Move example.c and minigzip.c to test/.Mark Adler2011-11-273-1241/+0
|
* Move example.c and minigzip.c to examples/ directory.Mark Adler2011-10-093-0/+1241
|
* zlib 1.2.3.8v1.2.3.8Mark Adler2011-09-092-9/+9
|
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-093-476/+26
|
* zlib 1.2.3.4v1.2.3.4Mark Adler2011-09-095-364/+2074
|
* zlib 1.2.3.1v1.2.3.1Mark Adler2011-09-094-14/+50
|
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-095-21/+430
|
* zlib 1.2.2.3v1.2.2.3Mark Adler2011-09-094-3/+704
|
* zlib 1.2.2.2v1.2.2.2Mark Adler2011-09-098-0/+2395