tinycc/win32/include
grischka 19e3e10e4b small scopes cleanup etc.
tccgen.c:
- just track local_stack for small scopes (can't declare variables)
- fix a vla problem with nested scopes
- move debug N_L/RBRAC into curly braced block

Also:
- tccpp.c: move 'label_...' functions to tccgen.c
- tccpp.c: let get_tok_str() say "<no name>" for anonymous symbols
- tcctest.c: let __pa_symbol() work for memory > 2GB
- 119_random_stuff.c: revert strtoll test (no reason to test libc)
- tccdefs.h/tcctest.c: enable bit fncs for _WIN32
- Makefile:
  - use i686-linux-gnu instead of i386-linux-gnu for cross-i386
  - update 'make help'
  - revert umplicit 'make all' with 'make install' (but print warning)
2023-03-12 20:40:50 +01:00
..
sec_api
sys misc fixes 2018-06-01 12:52:01 +02:00
tcc Fix wine 2021-01-03 20:12:34 +01:00
winapi Add missing ws2tcpip.h which lets Microsoft Winsock Server sample compile ROOTB on Windows platform. 2020-07-06 09:47:09 +02:00
_mingw.h tccpp: cleanup target-os defines 2020-12-31 02:03:31 +01:00
assert.h C11, section 7.2: The macro static_assert expands to _Static_assert. This macro was missing on Windows 2020-01-14 07:41:58 +01:00
conio.h Spelling fixes 2017-09-24 18:03:26 -07:00
ctype.h
dir.h
direct.h
dirent.h
dos.h
errno.h tccpp: cleanup target-os defines 2020-12-31 02:03:31 +01:00
excpt.h
fcntl.h
fenv.h
inttypes.h
io.h
iso646.h Add C99 compiliant iso646.h header 2019-01-13 10:24:50 +01:00
limits.h Fix char limits 2020-11-17 09:06:48 +02:00
locale.h
malloc.h
math.h tccpp: cleanup target-os defines 2020-12-31 02:03:31 +01:00
mem.h
memory.h
process.h
setjmp.h
share.h
signal.h
stdint.h Spelling fixes 2017-09-24 18:03:26 -07:00
stdio.h
stdlib.h small scopes cleanup etc. 2023-03-12 20:40:50 +01:00
string.h
tchar.h
time.h
uchar.h Remove \r in win32/include/uchar.h 2019-06-18 14:39:54 +02:00
vadefs.h
values.h Spelling fixes 2017-09-24 18:03:26 -07:00
wchar.h
wctype.h