cosmopolitan/third_party
Justine Tunney 2bd1e72d5a Remove garbage collector macro from header (#114)
We can put this back the moment someone requests it. Pain-free garbage
collection for the C language is pretty cool. All it does is overwrite
the return address with a trampoline that calls free(). It's not clear
what it should be named if it's made a public API.
2021-03-07 20:23:29 -08:00
..
chibicc Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
compiler_rt Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
dlmalloc Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
duktape Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
gcc Elevate .text.syscall to .privileged 2021-02-06 04:49:22 -08:00
gdtoa Make gdtoa less tunable (#104) 2021-03-07 16:41:59 -08:00
getopt Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
lua Rename Lua test folder 2021-03-07 18:22:53 -08:00
lz4cli Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00
musl Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
regex Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
stb Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xed Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
zlib Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
third_party.mk Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00