aboutsummaryrefslogtreecommitdiff
path: root/tccrun.c
Commit message (Collapse)AuthorAgeFilesLines
* win32: enable bounds checker & exception handlergrischka2009-12-191-242/+321
| | | | exception handler borrowed from k1w1. Thanks.
* tcc_relocate: revert to 0.9.24 behaviorgrischka2009-12-191-15/+20
|
* tccrun: new filegrischka2009-12-191-0/+518
factor out -run support