mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-21 04:14:18 +08:00
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) |
||
|---|---|---|
| .. | ||
| sec_api | ||
| sys | ||
| tcc | ||
| winapi | ||
| _mingw.h | ||
| assert.h | ||
| conio.h | ||
| ctype.h | ||
| dir.h | ||
| direct.h | ||
| dirent.h | ||
| dos.h | ||
| errno.h | ||
| excpt.h | ||
| fcntl.h | ||
| fenv.h | ||
| inttypes.h | ||
| io.h | ||
| iso646.h | ||
| limits.h | ||
| locale.h | ||
| malloc.h | ||
| math.h | ||
| mem.h | ||
| memory.h | ||
| process.h | ||
| setjmp.h | ||
| share.h | ||
| signal.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| tchar.h | ||
| time.h | ||
| uchar.h | ||
| vadefs.h | ||
| values.h | ||
| wchar.h | ||
| wctype.h | ||