mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
- new LIBTCC API tcc_setjmp() to allow longjmps & signals from compiled code back to libtcc per TCCState - new LIBTCC API tcc_set_backtrace_func() to handle backtrace output - move c/dtor/atexit stuff to runtime (lib/runmain.c) - move bt-log.o into libtcc1.a - add timeouts to github action (beware, it did happen to hang infinitely in the signal handler at some point) |
||
|---|---|---|
| .. | ||
| chkstk.S | ||
| crt1.c | ||
| crt1w.c | ||
| crtinit.c | ||
| dllcrt1.c | ||
| dllmain.c | ||
| gdi32.def | ||
| kernel32.def | ||
| msvcrt.def | ||
| user32.def | ||
| wincrt1.c | ||
| wincrt1w.c | ||
| ws2_32.def | ||