kc3-lang/zlib/test

Branch :


Log

Author Commit Date CI Message
fe41d189 2023-08-06 13:56:45 Correct typos in source code.
bd9c329c 2023-09-03 13:10:10 Make internal functions static in the test code. To avoid warnings when building with -Wmissing-prototypes.
b8a8373e 2023-04-17 20:47:42 Fix test/example.c to work with FORCE_STORED.
33654648 2023-04-17 20:21:58 Fix warnings on test/infcover.c.
e9d5486e 2023-04-14 01:42:03 Remove K&R function definitions from zlib. C2X has removed K&R definitions from the C function syntax. Though the standard has not yet been approved, some high-profile compilers are now issuing warnings when such definitions are encountered.
2d6d59e4 2022-10-01 16:52:35 Avoid conversion warning in minigzip.c.
441a2ac6 2022-05-26 08:47:51 Have build test report library version if it doesn't match zlib.h.
0d36ec47 2019-01-02 18:10:40 Don't bother computing check value after successful inflateSync(). inflateSync() is used to skip invalid deflate data, which means that the check value that was being computed is no longer useful. This commit turns off the check value computation, and furthermore allows a successful return if the compressed data terminated in a graceful manner. This commit also fixes a bug in the case that inflateSync() is used before a header is ever processed. In that case, there is no knowledge of a trailer, so the remainder is treated as raw.
2fa463ba 2016-12-31 11:41:31 zlib 1.2.9
8f147c3d 2016-12-30 22:05:05 Avoid some random compiler warnings on various platforms.