Skip to content

Tags: FitzRoyX/tinycc

Tags

tcc_20251005

Toggle tcc_20251005's commit message
Makefile: Add space behind 'install -m'

There are install shell scripts around, often derived from X11 like
contained in glibc or Gash sources, which require to separate -m from
its value. Therefore add a space behind 'install -m' in the Makefile.

tcc_2024018

Toggle tcc_2024018's commit message
Update for clang

Clang also removed K&R support so define IMPLICIT_INT.
Fix clang warning in lib/bt-log.c

tcc_20230519

Toggle tcc_20230519's commit message
about CONST_WANTED & VT_NONCONST

- integrate CONST_WANTED with nocode_wanted
- expr_const() checks VT_NONCONST

tcc_20221020

Toggle tcc_20221020's commit message

Unverified

No user is associated with the committer email.
produce a more informative error message when parsing _Complex