tcc-stupidos/win32/lib
grischka c88b19966c tccrun: exit() via rt_longjmp()
- 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)
2024-02-15 18:45:49 +01:00
..
chkstk.S rework leading underscores 2020-07-06 13:00:47 +02:00
crt1.c tccrun: exit() via rt_longjmp() 2024-02-15 18:45:49 +01:00
crt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
crtinit.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllcrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
dllmain.c correct a DllMain() declaration in dllcrt1.c and dllmain.c 2015-03-03 22:51:13 +03:00
gdi32.def dos2unix 2005-04-17 13:10:37 +00:00
kernel32.def Add few Windows API that can be used to detect the exact Windows version we are running on. 2021-09-16 08:52:35 +02:00
msvcrt.def Finalizing math.h fixes: 2020-04-11 02:29:51 +02:00
user32.def tcc: re-enable correct option -r support 2017-02-20 18:58:08 +01:00
wincrt1.c rework leading underscores 2020-07-06 13:00:47 +02:00
wincrt1w.c win32: adjust new unicode support 2017-02-18 09:51:23 +01:00
ws2_32.def Add minimal includes and .def files to support, by default, BSD socket programming on Windows. 2019-04-16 07:26:04 +02:00