cosmopolitan/test/libc/fmt
Justine Tunney a8945714e8 Make gdtoa less tunable (#104)
The -fno-math-errno flag shouldn't impact libraries since it's mostly
intended for permitting the compiler to generate sqrt() instructions.
2021-03-07 16:41:59 -08:00
..
basename_test.c Change license 2020-12-27 17:18:44 -08:00
dirname_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
fcvt_test.c Change license 2020-12-27 17:18:44 -08:00
fmt_test.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -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 Make %p consistent with glibc and musl 2021-03-06 14:36:44 -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 more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -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