aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-2110-79/+157
|
* Import some changesets from Rob Landley's fork (part 1)grischka2007-11-145-84/+136
|
* Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischergrischka2007-10-302-3/+8
|
* typosbellard2006-10-281-2/+2
|
* fixed helpbellard2006-10-281-1/+1
|
* added va_copy()bellard2006-10-281-0/+1
|
* updatebellard2006-10-282-1/+9
|
* fixed sign extension in some type conversions (Dave Dodge)bellard2006-10-281-0/+4
|
* conversion testbellard2006-10-281-1/+11
|
* multiple typedef testbellard2006-10-281-0/+7
|
* fixed multiple typedef specifiers handlingbellard2006-10-281-0/+1
|
* workaround for function pointers in conditional expressions (Dave Dodge)bellard2006-10-281-0/+3
|
* discard type qualifiers when comparing function parameters (Dave Dodge)bellard2006-10-281-4/+26
|
* Bug fix: A long long value used as a test expression ignores the upper 32 ↵bellard2006-10-281-1/+2
| | | | bits at runtime (Dave Dodge)
* fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge)bellard2006-10-281-1/+4
|
* initial implementation of -E optionbellard2006-10-162-11/+85
|
* allow (base,index) as alias to (base,index,1)bellard2006-02-201-2/+4
|
* tcc_load_dll fix (Tao Wu)bellard2005-10-301-3/+3
|
* avoid jumping into statement expressionbellard2005-09-041-8/+8
|
* updatebellard2005-09-041-0/+12
|
* fastcall keywordsbellard2005-09-041-0/+3
|
* fixed parsing of function parametersbellard2005-09-031-26/+30
|
* anonymous union/struct support (Filip Navara)bellard2005-09-031-3/+14
|
* support for empty input register section in asm (Filip Navara)bellard2005-09-031-13/+15
|
* windows style fastcall (Filip Navara)bellard2005-09-032-4/+25
|
* normalized slashes in paths (Filip Navara)bellard2005-09-031-0/+5
|
* segment override prefix support (Filip Navara)bellard2005-09-031-2/+26
|
* added support for win32 wchar_t (Filip Navara)bellard2005-09-031-9/+27
|
* ignore AS_NEEDED ld commandbellard2005-09-031-21/+40
|
* fixed function type checkbellard2005-09-031-2/+2
|
* use CFLAGS from configurebellard2005-09-031-1/+1
|
* mark executable sections as executable when running in memorybellard2005-09-031-1/+31
|
* updatebellard2005-06-174-4/+36
|
* macro function testbellard2005-06-171-0/+8
|
* preprocessor function macro parsing fix (grischka) - disabled ↵bellard2005-06-171-12/+32
| | | | -fleading-underscore for win32
* 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
|