cosmopolitan/test/libc/fmt
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
..
atoi_test.c Make improvements 2022-04-24 10:06:05 -07:00
basename_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
dirname_test.c Fix basename() and dirname() 2022-04-06 00:13:44 -07:00
encodenf32_test.c Update experiment with tty audio 2022-07-15 23:07:32 -07:00
fcvt_test.c Improve memory safety 2021-10-13 17:27:13 -07:00
fmt_test.c Write tests and fixes for utimensat() 2022-06-17 02:43:00 -07:00
formatbinary64_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
formatflex64_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
formathex64_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
formatint64_test.c Do code cleanup use duff device linenoise i/o 2022-04-22 18:56:52 -07:00
formatint64thousands_test.c Do code cleanup use duff device linenoise i/o 2022-04-22 18:56:52 -07:00
formatoctal32_test.c Do code cleanup use duff device linenoise i/o 2022-04-22 18:56:52 -07:00
formatoctal64_test.c Polish redbean serialization 2022-04-29 06:10:10 -07:00
itoa64radix16_test.c Change license 2020-12-27 17:18:44 -08:00
joinpaths_test.c Make improvements 2022-07-21 03:36:42 -07:00
lengthuint64_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
palandprintf_test.c Add long double printf formatting support 2022-06-14 02:18:03 -07:00
sizetol_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
sleb128_test.c Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
sprintf_s.inc Further refine printf long double change (#66) 2021-02-27 13:30:17 -08:00
sprintf_s_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sscanf_test.c Unbloat build config 2022-08-10 04:43:09 -07:00
strerror_r_test.c Add maxmind demo to redbean-demo.com 2022-03-18 15:31:54 -07:00
stripexts_test.c Experiment with making Python go faster 2021-08-18 21:57:11 -07:00
test.mk Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
timevaltofiletime_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
uleb64_test.c Add Compress() and Uncompress() to redbean 2022-05-16 16:49:20 -07:00
uleb128_test.c Productionize new APE loader and more 2021-10-02 08:27:03 -07:00
zleb64_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00