cosmopolitan/test/libc/fmt
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
..
basename_test.c Change license 2020-12-27 17:18:44 -08:00
dirname_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fcvt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fmt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
itoa64radix10_test.c Change license 2020-12-27 17:18:44 -08:00
itoa64radix16_test.c Change license 2020-12-27 17:18:44 -08:00
llog10_test.c Change license 2020-12-27 17:18:44 -08:00
palandprintf_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sprintf_s.inc Further refine printf long double change (#66) 2021-02-27 13:30:17 -08:00
sprintf_s_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sscanf_test.c Change license 2020-12-27 17:18:44 -08:00
strerror_test.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
strtoimax_test.c Make gdtoa less tunable (#104) 2021-03-07 16:41:59 -08:00
strtoumax_test.c Set errno when out of range in strtoimax (#111) 2021-03-07 14:38:56 -08:00
test.mk Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
timevaltofiletime_test.c Change license 2020-12-27 17:18:44 -08:00