cosmopolitan/test/libc/tinymath
Justine Tunney a4b455185b
Bring back gc() function
Renaming gc() to _gc() was a mistake since the better thing to do is put
it behind the _COSMO_SOURCE macro. We need this change because I haven't
wanted to use my amazing garbage collector ever since we renamed it. You
now need to define _COSMO_SOURCE yourself when using amalgamation header
and cosmocc users need to pass the -mcosmo flag to get the gc() function

Some other issues relating to cancelation have been fixed along the way.
We're also now putting cosmocc in a folder named `.cosmocc` so it can be
more safely excluded by grep --exclude-dir=.cosmocc --exclude-dir=o etc.
2024-01-08 10:26:28 -08:00
..
acos_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
acosh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
asin_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
asinh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
atan2_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
atan2l_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
atan_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
atanh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00
cbrt_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
ceil_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
complex_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
copysign_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
cos_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
cosh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
csqrt_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
erf_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
exp2_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
exp2l_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
exp10_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
exp_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
expm1_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
fabs_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
floor_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
fmod_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
fsum_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
gamma_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
hypot_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
ilogb_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
ldexp_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
log1p_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
log2_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
log10_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
log_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
logb_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
magicu_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
measureentropy_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
pow10_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
powl_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
remainder_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
round_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
sin_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
sincos_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
sinh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
sqrt_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
strtod_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
tan_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
tanh_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
tgamma_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
trunc_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00