cosmopolitan/libc/unicode
Justine Tunney ae5d06dc53 Unbloat build config
- 10.5% reduction of o//depend dependency graph
- 8.8% reduction in latency of make command
- Fix issue with temporary file cleanup

There's a new -w option in compile.com that turns off the recent
Landlock output path workaround for "good commands" which do not
unlink() the output file like GNU tooling does.

Our new GNU Make unveil sandboxing appears to have zero overhead
in the grand scheme of things. Full builds are pretty fast since
the only thing that's actually slowed us down is probably libcxx

    make -j16 MODE=rel
    RL: took 85,732,063µs wall time
    RL: ballooned to 323,612kb in size
    RL: needed 828,560,521µs cpu (11% kernel)
    RL: caused 39,080,670 page faults (99% memcpy)
    RL: 350,073 context switches (72% consensual)
    RL: performed 0 reads and 11,494,960 write i/o operations

pledge() and unveil() no longer consider ENOSYS to be an error.
These functions have also been added to Python's cosmo module.

This change also removes some WIN32 APIs and System Five magnums
which we're not using and it's doubtful anyone else would be too
2022-08-10 04:43:09 -07:00
..
blocks.txt Make numerous improvements 2021-09-28 01:52:34 -07:00
eastasianwidth.txt Fix more things 2022-03-24 00:12:29 -07:00
freelocale.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
isdigit_l.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
islower_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
isupper_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswalpha_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswblank_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswcntrl_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswdigit_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswlower_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswprint_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswpunct_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswspace_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswupper_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
iswxdigit_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
isxdigit_l.c Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
kcombiningchars.S Remove trailing whitespace from all files (#497) 2022-07-20 20:31:16 -07:00
keastasianwidth.s Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
langinfo.c Make more libc improvements 2022-08-06 17:18:40 -07:00
langinfo.h Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
locale.h Make more libc improvements 2022-08-06 17:18:40 -07:00
localeconv.c Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
newlocale.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
nltypes.h Make more libc improvements 2022-08-06 17:18:40 -07:00
setlocale.c Fix issues with stdio needed for Lua 2021-03-06 19:04:26 -08:00
SpecialCasing.txt Make numerous improvements 2021-09-28 01:52:34 -07:00
strcoll_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
strnwidth.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strnwidth16.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strwidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
strwidth16.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strxfrm_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
tolower_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
toupper_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
towlower_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
towupper_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
unicode-properties.txt Introduce --strace flag for system call tracing 2022-03-18 18:07:28 -07:00
unicode.h Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
unicode.mk Unbloat build config 2022-08-10 04:43:09 -07:00
unicodedata.txt Fix more things 2022-03-24 00:12:29 -07:00
update.sh Make numerous improvements 2021-09-28 01:52:34 -07:00
uselocale.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
wcscoll_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
wcsnwidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
wcswidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
wcsxfrm_l.c Add more missing libc/libc++ functions 2022-07-22 07:20:21 -07:00
wcwidth.c Add q keyboard shortcut to printvideo.com (#37) 2021-02-03 15:53:33 -08:00