mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 19:34:33 +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. |
||
|---|---|---|
| .. | ||
| atoi_test.c | ||
| basename_test.c | ||
| BUILD.mk | ||
| dirname_test.c | ||
| formatbinary64_test.c | ||
| formatflex64_test.c | ||
| formathex64_test.c | ||
| formatint64_test.c | ||
| formatint64thousands_test.c | ||
| formatoctal32_test.c | ||
| formatoctal64_test.c | ||
| imaxdiv_test.c | ||
| lengthuint64_test.c | ||
| sizetol_test.c | ||
| strerror_r_test.c | ||
| stripexts_test.c | ||
| timevaltofiletime_test.c | ||
| uleb64_test.c | ||
| zleb64_test.c | ||