cosmopolitan/test/libc/runtime
Justine Tunney 6f7d0cb1c3
Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.
2022-09-12 23:36:56 -07:00
..
abort_test.c Remove accidental comment 2022-09-04 00:41:09 -07:00
arch_prctl_test.c Tidy up the threading implementation 2022-09-10 02:56:25 -07:00
clone_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
fork_test.c Clean up some of the threading code 2022-09-08 12:31:56 -07:00
getdosargv_test.c Make improvements 2022-04-28 09:57:07 -07:00
getdosenviron_test.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
grow_test.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
itsatrap_test.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
memtrack_test.c Unbloat the build 2022-08-11 00:15:29 -07:00
mmap_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
mprotect_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
munmap_test.c Change sigaction_f to match sysv signature (#585) 2022-09-02 05:08:35 -07:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
tls_test.c Clean up the TLS code 2022-09-10 11:49:13 -07:00