summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-31update manual, changelogrelease_0_9_24grischka
2008-03-31added verbosity levels (-vv -vvv)grischka
2008-03-31Accept standard input as an inputstream (Hanzac Chen)grischka
2008-03-25get rid of a warning and fix .batgrischka
2008-03-25Add -soname linker option (Marc Andre Tanner)grischka
2008-03-25Comply to c89 compilers other than gcc (Hanzac Chen)grischka
2008-03-08Enable -B option for library path on win32grischka
2008-03-08Fix 'tcc -static' with recent glibcgrischka
2008-03-08Get rid of one warninggrischka
2008-03-08Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka
2008-01-16Udated and cleaned up TODO.grischka
2008-01-16Just warn about unknown directives, define __STDC_VERSION__=199901Lgrischka
2007-12-19Switch to newer tccpe.c (includes support for resources)grischka
2007-12-17Handle backslashes within #include, #error, #warninggrischka
2007-12-16Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka
2007-12-13Disable singnedness warnings with newer gcc.grischka
2007-12-13Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka
2007-12-09tiny_impdef.c - converted to LF line-endings (and slight cleanup)grischka
2007-12-04Import 409,410: ARM EABI by Daniel Glöcknergrischka
2007-11-25Some in-between fixes (See Changelog for details).grischka
2007-11-25Fixed:grischka
2007-11-23New files: alloca86.S alloca86-bt.Sgrischka
2007-11-21Import more changesets from Rob Landley's fork (part 2)grischka
2007-11-14Import some changesets from Rob Landley's fork (part 1)grischka
2007-10-30Fix 'invalid relocation entry' problem on ubuntu - from Bernhard Fischergrischka
2006-10-28typosbellard
2006-10-28fixed helpbellard
2006-10-28added va_copy()bellard
2006-10-28updatebellard
2006-10-28fixed sign extension in some type conversions (Dave Dodge)bellard
2006-10-28conversion testbellard
2006-10-28multiple typedef testbellard
2006-10-28fixed multiple typedef specifiers handlingbellard
2006-10-28workaround for function pointers in conditional expressions (Dave Dodge)bellard
2006-10-28discard type qualifiers when comparing function parameters (Dave Dodge)bellard
2006-10-28Bug fix: A long long value used as a test expression ignores the upper 32 bit...bellard
2006-10-28fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge)bellard
2006-10-16initial implementation of -E optionbellard
2006-02-20allow (base,index) as alias to (base,index,1)bellard
2005-10-30tcc_load_dll fix (Tao Wu)bellard
2005-09-04avoid jumping into statement expressionbellard
2005-09-04updatebellard
2005-09-04fastcall keywordsbellard
2005-09-03fixed parsing of function parametersbellard
2005-09-03anonymous union/struct support (Filip Navara)bellard
2005-09-03support for empty input register section in asm (Filip Navara)bellard
2005-09-03windows style fastcall (Filip Navara)bellard
2005-09-03normalized slashes in paths (Filip Navara)bellard
2005-09-03segment override prefix support (Filip Navara)bellard
2005-09-03added support for win32 wchar_t (Filip Navara)bellard