mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 19:43:32 +00:00
a4b455185b
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. |
||
---|---|---|
.. | ||
BUILD.mk | ||
crypt_test.c | ||
devrand_test.c | ||
dirstream_test.c | ||
dtoa_test.c | ||
dumphexc_test.c | ||
ecvt_test.c | ||
fds_torture_test.c | ||
fgetln_test.c | ||
fgets_test.c | ||
fgetwc_test.c | ||
fmemopen_test.c | ||
fmt_test.c | ||
fprintf_test.c | ||
fputc_test.c | ||
fputs_test.c | ||
fread_test.c | ||
freopen_test.c | ||
fseeko_test.c | ||
ftell_test.c | ||
fwrite_test.c | ||
getdelim_test.c | ||
getentropy_test.c | ||
gz_test.c | ||
iconv_test.c | ||
joinstrlist_test.c | ||
memory_test.c | ||
mt19937_test.c | ||
palandprintf_test.c | ||
popen_test.c | ||
rand_test.c | ||
rngset_test.c | ||
snprintf_test.c | ||
sprintf_s.inc | ||
sprintf_s_test.c | ||
sscanf_test.c | ||
tmpfile_test.c | ||
ungetc_test.c | ||
vappendf_test.c | ||
zipdir_test.c |