cosmopolitan/test/libc/stdio
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
..
dirstream_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fgets_test.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -08:00
fgetwc_test.c Change license 2020-12-27 17:18:44 -08:00
fmemopen_test.c Change license 2020-12-27 17:18:44 -08:00
fputs_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fread_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
freopen_test.c Fix freopen so it resets stream buffer (#61) 2021-03-07 12:12:02 -08:00
fwrite_test.c Fix issues with stdio needed for Lua 2021-03-06 19:04:26 -08:00
getline_test.c Change license 2020-12-27 17:18:44 -08:00
mkostempsm_test.c Fix redbean zip central directory lookup 2021-02-27 12:08:28 -08:00
popen_test.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
spawn_test.c Add posix_spawn (#114) 2021-03-07 20:14:07 -08:00
system_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00