kc3-lang/zlib/examples

Branch :


Log

Author Commit Date CI Message
01155ccc 2023-12-02 16:56:47 Fix random typos over several source and text files.
16799d06 2023-12-11 11:32:09 Fix "the the" in examples/gzlog.c.
c7ddcc2e 2023-02-02 15:50:00 Fix some spelling errors.
7e6dc429 2023-04-13 15:33:03 Add a NOPRIME #define to zran.c to not use inflatePrime(). This supports zlib versions earlier than 1.2.3 (July 2005), as well as incomplete clones of zlib that do not have inflatePrime().
eb0e038b 2023-02-18 20:53:39 Rewrite of zran in examples. See version history in zran.c.
a9b4c1de 2023-01-24 20:43:19 Update zlib_how.html to match the web page, and add a license.
5752b171 2022-08-22 13:13:06 Fix some typos. No code changes.
02064366 2019-05-25 22:23:20 Fix memory leak on error in gzlog.c. Thank you Adam Richter.
921d81b2 2018-10-07 21:26:43 Fix the zran.c example to work on a multiple-member gzip file.
354fa43d 2018-10-05 23:06:36 Add gznorm.c example, which normalizes gzip files.