Files
grischka deb7a3fc73 tcc.c:main() free all & etc...
tcc.c:
- be nice to leak checkers
tcctools.c:
- remove unused TCCState params
tccrun.c:
- call bound_exit() after signals to let it free mem
tccelf.c:
- use section_add() instead of section_ptr_add() when
  more appropriate
tccpp.c:
- use size_t to align tal_header naturally
- 'POINTER_SIZE' and 'PTR_SIZE' in the same source is confusing
- "char file_name[TAL_DEBUG_FILE_LEN + 1];" looks silly.
- next_nomacro(): skip UTF8 BOM at BOF
tccgen.c:
- get rid of STMT_EXPR clause on top of block
- warn with useless type like 'int;'
- move skip()'s in block() for better error line-info
- BIT_SIZE bits are meaningful only with VT_BITFIELD
  (not with enums for example)
workflow/test-win32:
- build with MSVC using build-tcc.bat also
alloca.S:
- fix 'off by one' problem on win32 (must touch current page
  too because the 'push %edx' at the end could touch the next page)
- must not align greater than 4 when used for struct args
  (i386-gen.c:gfunc_call())
libtcc.c:
- accept -g1dwarf (dwarf output, only line info)
2025-08-18 20:43:52 +02:00
..
2025-08-18 20:43:52 +02:00
2025-08-18 20:43:52 +02:00
2021-01-23 19:08:59 +01:00
2025-08-10 21:55:48 +02:00
2024-11-30 20:05:02 +01:00
2024-02-19 17:45:44 +01:00
2022-12-17 09:37:37 +01:00
2019-06-22 01:38:43 +02:00
2022-11-16 12:52:51 -06:00
2025-03-11 22:56:01 +01:00
2025-03-11 22:56:22 +01:00
2024-02-28 07:37:09 +01:00
2023-08-31 11:09:49 +02:00
2020-09-17 08:42:28 +02:00