aboutsummaryrefslogtreecommitdiff
path: root/test/minigzip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further address Microsoft deprecation warnings.Mark Adler2024-02-091-5/+8
* Avoid signedness change warning in test/minigzip.c.Mark Adler2024-02-091-1/+1
* Address Microsoft deprecation warnings.Mark Adler2024-02-081-1/+5
* Avoid use of snprintf() in test/minigzip.c.Mark Adler2024-02-061-29/+27
* Enable fileno() for POSIX system in minigzip.c.Paul Marquess2024-02-051-0/+4
* Improve portability to RISC OS.Cameron Cawley2024-01-231-4/+6
* Correct typos in source code.Dimitri Papadopoulos2024-01-171-1/+1
* Make internal functions static in the test code.Xin LI2023-09-031-15/+15
* Remove K&R function definitions from zlib.Mark Adler2023-04-151-122/+50
* Avoid conversion warning in minigzip.c.Mark Adler2022-10-011-1/+1
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-1/+1
* Avoid some random compiler warnings on various platforms.Mark Adler2016-12-301-2/+2
* Allow minigzip to compile when testing with ./configure --solo.Mark Adler2016-12-301-1/+1
* Use snprintf() for later versions of Microsoft C.Mark Adler2016-12-301-1/+1
* Create z_size_t and z_ssize_t types.Mark Adler2016-12-041-1/+1
* Make globals in examples local to compilation unit.Mark Adler2016-10-141-1/+1
* Use _snprintf for snprintf under Microsoft C in test/minigzip.c.Mark Adler2012-06-031-0/+4
* Replace use of unsafe string functions with snprintf if available.Mark Adler2012-05-021-0/+16
* Fix bug in test/minigzip.c for configure --solo.Mark Adler2012-03-031-1/+1
* Move example.c and minigzip.c to test/.Mark Adler2011-11-271-0/+631