Files
tinycc/tests
grischka 34b45a69ff Reverts & cleanups
- include/stddef.h, tcctest.c
  Revert "tests/tcctest.c: include stdint.h"
  This reverts commit 8f23997ca7
  We don't want tcctest.c to rely on system include files

- libtcc.c:
  Revert "libtcc.c: Remove unused defines free and realloc"
  To be unused is the point why they do exist
  This reverts commit 2f88764100.

- tcc.c:
  fix formatting of commit e73529865d

- tccpp.c:
  parse_include(): print skipped include files too (with tcc -vv[v] file)
  next_nomacro(): faster L"str" parsing

- tccgen.c: fix c2y if declaration:
  * accept like GCC: if (int a = 0, b, c = x; c)
  * accept as "TCC extension": if (int a = 0, b, c = x)
  * "speak tcc" with symbol/function names

- README:
  cleanup
2025-10-09 13:08:33 +02:00
..
2025-03-26 20:36:33 +01:00
2025-09-08 17:23:18 +02: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
2025-08-05 22:14:13 +02:00
2025-08-03 10:35:58 +02:00
2024-02-19 17:45:44 +01:00
2025-08-18 20:43:52 +02:00
2025-10-09 13:08:33 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00