]> git.lizzy.rs Git - zlib.git/history - test
CMake build fixes
[zlib.git] / test /
2019-01-03 Mark AdlerDon't bother computing check value after successful...
2017-01-01 Mark Adlerzlib 1.2.9 v1.2.9
2016-12-31 Mark AdlerAvoid some random compiler warnings on various platforms.
2016-12-31 Mark AdlerAllow minigzip to compile when testing with ./configure...
2016-12-31 Mark AdlerUse snprintf() for later versions of Microsoft C.
2016-12-04 Mark AdlerCreate z_size_t and z_ssize_t types.
2016-10-14 Mark AdlerMake globals in examples local to compilation unit.
2015-07-29 Mark AdlerAvoid use of reallocf() in test/infcover.c.
2014-07-02 Mark AdlerFix bug in test/example.c where error code not saved.
2012-08-13 Mark AdlerClean up the usage of z_const and respect const usage...
2012-06-03 Mark AdlerUse _snprintf for snprintf under Microsoft C in test...
2012-05-03 Mark AdlerReplace use of unsafe string functions with snprintf...
2012-03-04 Mark AdlerFix bug in test/minigzip.c for configure --solo.
2011-12-01 Mark AdlerClean up infcover.c.
2011-11-27 Mark AdlerTest the inflate code with full coverage.
2011-11-27 Mark AdlerMove example.c and minigzip.c to test/.