mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-25 15:29:03 +00:00
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 | ||
cosmo_once_test.c | ||
countbits_test.c | ||
describeflags_test.c | ||
describegidlist_test.c | ||
describesigset_test.c | ||
dos2errno_test.c | ||
fmax_test.c | ||
formatint32_test.c | ||
getenv_test.c | ||
kprintf_test.c | ||
lock_test.c | ||
lockipc_test.c | ||
lockscale_test.c | ||
memchr_test.c | ||
memcmp_test.c | ||
memmove_test.c | ||
memrchr_test.c | ||
memset_test.c | ||
popcnt_test.c | ||
pthread_mutex_lock2_test.c | ||
pthread_mutex_lock_test.c | ||
pthread_spin_lock_test.c | ||
putenv_test.c | ||
rand64_test.c | ||
sched_yield_test.c | ||
strchr_test.c | ||
strcmp_test.c | ||
strlen_test.c | ||
strrchr_test.c | ||
strsignal_r_test.c |