| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Trim trailing spaces everywhere. | gus knight | 2015-07-27 | 1 | -2/+2 |
| | | |||||
| * | portability: fix void* <-> target address conversion confusion | grischka | 2013-02-04 | 1 | -1/+1 |
| | | | | | | | - #define addr_t as ElfW(Addr) - replace uplong by addr_t - #define TCC_HAS_RUNTIME_PLTGOT and use it | ||||
| * | c67: remove global #define's for TRUE/FALSE/BOOL | grischka | 2013-02-04 | 1 | -4/+4 |
| | | | | | Also use uppercase TRUE/FALSE instead of true/false | ||||
| * | Revert "Added what I call virtual io to tinycc this way we can make a ↵ | Thomas Preud'homme | 2013-01-14 | 1 | -2/+2 |
| | | | | | | | | | monolitic executable or library that contains all needed to compile programs, truly tinycc portable." This reverts commit 59e18aee0e509a3ca75dbe6f909e18c1d17893d1. tcc is being stabilized now in order to do a new release soon. Therefore, such a change is not appropriate now. | ||||
| * | Added what I call virtual io to tinycc this way we can make a monolitic ↵ | mingodad | 2013-01-11 | 1 | -2/+2 |
| | | | | | | | executable or library that contains all needed to compile programs, truly tinycc portable. Tested under linux exec the "mk-it" shell script and you'll end up with a portable tinycc executable that doesn't depend on anything else. | ||||
| * | rename error/warning -> tcc_(error/warning) | grischka | 2011-08-11 | 1 | -24/+14 |
| | | |||||
| * | tccelf/tcccoff: fix some type conversion warnings | grischka | 2010-12-04 | 1 | -1/+1 |
| | | |||||
| * | build from multiple objects: fix other targets | grischka | 2009-12-20 | 1 | -2/+1 |
| | | |||||
| * | allow tcc be build from separate objects | grischka | 2009-12-20 | 1 | -1/+3 |
| | | | | | If you want that, run: make NOTALLINONE=1 | ||||
| * | fix unused/uninitalized warnings | grischka | 2009-05-11 | 1 | -0/+2 |
| | | |||||
| * | fix warnings with tcc_add/get_symbol | grischka | 2009-05-11 | 1 | -1/+1 |
| | | |||||
| * | move some global variables into TCCState | grischka | 2009-05-11 | 1 | -6/+6 |
| | | |||||
| * | added -f[no-]leading-underscore | bellard | 2005-06-15 | 1 | -19/+7 |
| | | |||||
| * | compile fix | bellard | 2004-10-27 | 1 | -2/+1 |
| | | |||||
| * | update | bellard | 2004-10-23 | 1 | -23/+9 |
| | | |||||
| * | C67 COFF executable format support (TK) | bellard | 2004-10-05 | 1 | -0/+982 |
