Files
tinycc/tests
grischka 8b69059f66 three small fixes & three reverts
- tcc.h: msvc doesn't grok __func__ (reverts previous commit)

- tccgen.c: fortify tcc against bogus code:
  - n[sizeof({3;})]; // statement expression outside of function
  - f(){"123"4}; // tokens with values following each other
  (also, add "type defaults to int" warning for variables)

- tccpe.c: removed a check that caused BSS symbols not to be
  exported.  Whatever that check was meant to prevent.

- win32/build-tcc.bat: cmd.exe sometimes doesn't grok '-' in labels

- Revert "libtcc: no need to undef"
  This reverts commit 2b7aa2a1e1.
- Revert "tcc.h libtcc.c: remove unused defines"
  This reverts commit 985d963745.

The point of these "unused defines" is to be unused,  that is
to remind people not to use malloc but please to "use_tcc_malloc",
instead.
2020-11-02 18:08:56 +01:00
..
2018-01-05 02:19:26 +01:00
2020-11-02 18:08:56 +01:00
2017-09-24 18:03:26 -07:00
2020-07-06 13:00:47 +02:00
2020-07-06 13:00:47 +02:00
2017-12-03 04:53:50 +01:00
2020-09-17 09:11:10 +02:00
2020-07-05 14:01:50 +02:00
2020-09-25 12:23:48 +02:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00