cosmopolitan/test/libc/calls
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
..
access_test.c Change license 2020-12-27 17:18:44 -08:00
commandv_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fcntl_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
fork_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ftruncate_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getcwd_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getenv_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
lseek_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkdir_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntcmdline_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mkntenvblock_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mkntpath_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sigaction_test.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
signal_test.c Change license 2020-12-27 17:18:44 -08:00
stat_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
test.mk Improve signal handling and math 2021-02-25 18:33:33 -08:00
vfork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00