Files
tinycc/tests
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
..
2022-08-16 15:59:41 +02:00
2023-03-12 20:40:50 +01:00
2017-09-24 18:03:26 -07:00
2021-02-13 01:03:41 +01:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2022-12-13 11:34:54 +01:00
2021-01-12 18:06:23 +01:00
2022-12-04 11:55:06 +01:00
2022-12-16 20:57:45 +01:00
2023-03-12 20:40:50 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00