mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
a6baba1b07
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt. |
||
---|---|---|
.. | ||
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 - Improve find_next_signature() performance using unlocked stdio