mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
b8a6a989c0
This change greatly reduces the number of modules that need to be compiled. The only issue right now is that sometimes when viewing symbol table entries, the aliased symbol is chosen. |
||
---|---|---|
.. | ||
api.h | ||
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 | ||
zip.mk | ||
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 - Improve find_next_signature() performance using unlocked stdio