mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
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. |
||
---|---|---|
.. | ||
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 |
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/