mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
.. | ||
api.h | ||
BUILD.mk | ||
crc32.c | ||
crc32.h | ||
crypt.c | ||
crypt.h | ||
crypt_.c | ||
deflate.c | ||
fileio.c | ||
fileio_.c | ||
globals.c | ||
LICENSE | ||
osdep.h | ||
README.cosmo | ||
revision.h | ||
tailor.h | ||
timezone.c | ||
timezone.h | ||
trees.c | ||
ttyio.c | ||
ttyio.h | ||
unix.c | ||
unix_.c | ||
util.c | ||
util_.c | ||
zbz2err.c | ||
zip.c | ||
zip.h | ||
zipcloak.c | ||
ziperr.h | ||
zipfile.c | ||
zipfile_.c | ||
zipnote.c | ||
zipsplit.c | ||
zipup.c | ||
zipup.h |
DESCRIPTION zip utility from Info-ZIP ORIGIN source code obtained as zip30.tar.gz http://infozip.sourceforge.net/Zip.html https://sourceforge.net/projects/infozip/files/ LOCAL CHANGES - Use Cosmopolitan's PCLMUL optimized CRC32 - Don't magically append .zip extension to filename argument - Improve find_next_signature() performance using unlocked stdio