cosmopolitan/tool
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
..
build Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
decode Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
emacs Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
hash Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
net Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
scripts Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
viz Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
tool.mk Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00