cosmopolitan/test/libc/fmt
Justine Tunney e963d9c8e3 Add cpu / mem / fsz limits to build system
Thanks to all the refactorings we now have the ability to enforce
reasonable limitations on the amount of resources any individual
compile or test can consume. Those limits are currently:

- `-C 8` seconds of 3.1ghz CPU time
- `-M 256mebibytes` of virtual memory
- `-F 100megabyte` limit on file size

Only one file currently needs to exceed these limits:

    o/$(MODE)/third_party/python/Objects/unicodeobject.o: \
        QUOTA += -C16  # overrides cpu limit to 16 seconds

This change introduces a new sizetol() function to LIBC_FMT for parsing
byte or bit size strings with Si unit suffixes. Functions like atoi()
have been rewritten too.
2021-08-13 23:40:53 -07:00
..
atoi_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
basename_test.c Change license 2020-12-27 17:18:44 -08:00
dirname_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fcvt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fmt_test.c Make slight SSL performance improvements 2021-07-08 21:54:21 -07:00
itoa64radix10_test.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
itoa64radix16_test.c Change license 2020-12-27 17:18:44 -08:00
llog10_test.c Change license 2020-12-27 17:18:44 -08:00
palandprintf_test.c Fix bugs and make improvements 2021-05-01 05:11:35 -07:00
sizetol_test.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -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 Change license 2020-12-27 17:18:44 -08:00
strerror_test.c Add /statusz page to redbean plus other enhancements 2021-04-23 18:53:57 -07:00
stripexts_test.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
test.mk Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
timevaltofiletime_test.c Change license 2020-12-27 17:18:44 -08:00