cosmopolitan/third_party/zip
Justine Tunney 73845be1f0 Restore zip.com and .symtab files
This change restores the .symtab symbol table files in our flagship
programs (e.g. redbean.com, python.com) needed to show backtraces. This
also rolls back earlier changes to zip.com w.r.t. temp directories since
the right way to do it turned out to be the -b DIR flag.

This change also improves the performance of zip.com. It turned out
mmap() wasn't being used, because zip.com was assuming a 4096-byte
granularity, but cosmo requires 65536. There was also a chance to speed
up stdio scanning using the unlocked functions.
2022-08-21 00:17:20 -07:00
..
api.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crc32.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crc32.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crypt.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
crypt.h Prove that Makefile is fully defined 2022-08-06 04:05:08 -07:00
crypt_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
deflate.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
fileio.c Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
fileio_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
globals.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
LICENSE Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
osdep.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
README.cosmo Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
revision.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
tailor.h Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
timezone.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
timezone.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
trees.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
ttyio.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
ttyio.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
unix.c Fix Landlock Make so it can read pattern rule vars 2022-08-13 17:23:05 -07:00
unix_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
util.c Unbloat the build 2022-08-11 00:15:29 -07:00
util_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zbz2err.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
zip.c Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
zip.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zip.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
zipcloak.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
ziperr.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipfile.c Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
zipfile_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zipnote.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
zipsplit.c Fold LIBC_ALG into LIBC_MEM 2022-08-13 08:32:34 -07:00
zipup.c Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
zipup.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00

zip utility from Info-ZIP:

http://infozip.sourceforge.net/Zip.html

source code obtained as zip30.tar.gz from:

https://sourceforge.net/projects/infozip/files/