kc3-lang/zlib/contrib/minizip/minizip.c

Branch :


Log

Author Commit Date CI Message
25bbd7f5 2023-08-17 21:40:28 Avoid uninitialized and unused warnings in contrib/minizip.
aa154e3d 2023-07-29 11:17:19 Support Haiku in minizip.
f679a939 2022-09-08 21:45:04 Correct dummy filetime() prototype in minizip.c. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
dcd0d86b 2023-07-29 23:55:48 Match sign of printf directive to sign of argument in minizip.
3061e501 2023-07-29 23:51:22 Fix logic error in minizip argument processing.
379bbda3 2023-02-02 16:03:24 Fix typos found by codespell in minizip
bf2578be 2023-04-15 11:16:17 Remove K&R function definitions from contrib/minizip.
e61ff990 2022-10-09 21:26:39 Comment out unused code in contrib/minizip/minizip.c.
4572dfbe 2022-10-06 17:17:07 Remove some harmless semicolons in minizip.
2014a993 2022-01-01 14:32:17 Clean up minizip to reduce warnings for testing. Also fix Makefile test target and permit added compile options.