cosmopolitan/test/libc
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
..
bits Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
calls Clean up some code 2022-08-20 12:32:51 -07:00
dns Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
fmt Do some string library work 2022-08-20 22:17:14 -07:00
intrin Clean up some code 2022-08-20 12:32:51 -07:00
log Clean up some code 2022-08-20 12:32:51 -07:00
mem Clean up some code 2022-08-20 12:32:51 -07:00
nexgen32e Do some string library work 2022-08-20 22:17:14 -07:00
release Remove warnings from amalgamation header 2022-08-18 18:16:53 -07:00
runtime Clean up some code 2022-08-20 12:32:51 -07:00
sock Clean up some code 2022-08-20 12:32:51 -07:00
stdio Restore zip.com and .symtab files 2022-08-21 00:17:20 -07:00
str Do some string library work 2022-08-20 22:17:14 -07:00
thread Clean up some code 2022-08-20 12:32:51 -07:00
time Fix Landlock Make so it can read pattern rule vars 2022-08-13 17:23:05 -07:00
tinymath Add automatic TMPDIR setup/teardown to GNU Make 2022-08-14 02:03:41 -07:00
x Do some string library work 2022-08-20 22:17:14 -07:00
xed Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00