aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32 fixbellard2005-06-171-15/+18
* the PE linker code is not ready for -fleading-underscore supportbellard2005-06-171-4/+7
* added -f[no-]leading-underscore - '@' symbol for asmbellard2005-06-151-3/+22
* added -f[no-]leading-underscorebellard2005-06-154-27/+13
* win32 merge (grischka)bellard2005-04-174-145/+186
* _Bool type fixbellard2005-04-171-1/+1
* do not assume signed char (grischka)bellard2005-04-171-1/+1
* added DECLARE_STDCALL_P (grischka)bellard2005-04-171-51/+52
* _controlfp fix (grischka)bellard2005-04-172-84/+84
* dos2unixbellard2005-04-1769-23131/+23131
* fib fix (grischka)bellard2005-04-171-23/+23
* cannot change dir layout yetbellard2005-04-151-2/+2
* updatebellard2005-04-152-35/+7
* moved examplesbellard2005-04-145-0/+0
* build of cross compilers is optional - win32 mergebellard2005-04-141-16/+74
* build of cross compilers is optional - added tccdir pathbellard2005-04-141-1/+16
* win32 mergebellard2005-04-1482-13/+23836
* better st_other supportbellard2005-04-132-43/+47
* updatebellard2005-04-131-0/+7
* #pragma pack support (grischka)bellard2005-04-132-4/+73
* updatebellard2005-04-101-1/+1
* #include_next support (Bernhard Fischer)bellard2005-04-102-4/+14
* __chkstk supportbellard2005-04-102-5/+33
* initial PE format supportbellard2005-04-105-19/+1314
* ELF visibility definesbellard2005-04-101-0/+14
* better gcc compatibility (Jon Griffiths)bellard2004-12-161-1/+3
* updatebellard2004-11-081-26/+48
* updatebellard2004-11-081-1/+3
* gcc 3.4 fixbellard2004-11-071-1/+1
* updatebellard2004-11-073-1/+12
* pool for symbol allocationbellard2004-11-071-1/+1
* optimisations: hash table for include file search, pool for symbol allocation...bellard2004-11-071-74/+111
* gcc 3.4 compile fixbellard2004-11-071-17/+5
* removed warningsbellard2004-11-073-9/+18
* stack full fixbellard2004-11-021-3/+3
* packed attribute supportbellard2004-10-292-6/+23
* fixed const and volatile function parameters typing - fixed string parsing wh...bellard2004-10-281-1/+5
* gcc 3.3 compatibility fix for multi-line string literalsbellard2004-10-281-0/+6
* added _Bool in bit-fieldsbellard2004-10-271-0/+1
* copyright updatebellard2004-10-274-5/+5
* compile fixbellard2004-10-271-2/+1
* correct libtcc1 link orderbellard2004-10-271-4/+3
* added .quad asm directivebellard2004-10-252-0/+28
* updatebellard2004-10-232-1/+32
* fixed linker symbol generation - output format supportbellard2004-10-231-90/+141
* updatebellard2004-10-234-23/+23
* added .ascii and .asciz directivesbellard2004-10-231-7/+20
* do not generate code for unused inline functions - fixed long long code gen b...bellard2004-10-231-148/+185
* output format supportbellard2004-10-231-0/+4
* updatebellard2004-10-183-0/+22