aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* added do while continue - simplify break/continue handlingbellard2001-10-301-30/+63
|
* clarified function types - added extern / static - added unsigned and ↵bellard2001-10-291-91/+225
| | | | invalid type parsing
* added 'x'= operatorsbellard2001-10-281-11/+43
|
* added comments + correct error reportingbellard2001-10-281-34/+104
|
* remove unused features for TINY modebellard2001-10-281-6/+11
|
* added for, cond and comma support - fixed div/mod codebellard2001-10-281-11/+88
|
* shl and shr and for tiny mode onlybellard2001-10-281-60/+63
|
* Initial revisionbellard2001-10-271-0/+920