cosmopolitan/tool/decode
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
..
lib Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ar.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
decode.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
elf.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ent.c Initial import 2020-06-15 07:18:57 -07:00
hex.c Change license 2020-12-27 17:18:44 -08:00
macho.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkcombos.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkwides.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
pe2.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
peboff.c Initial import 2020-06-15 07:18:57 -07:00
unhex.c Initial import 2020-06-15 07:18:57 -07:00
x86opinfo.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
x87.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
xor.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
zip.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00