aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
Commit message (Expand)AuthorAgeFilesLines
* was hash, not linkgrischka2008-09-151-1/+1
* Display error on statement expressions with complex return typeDaniel Glöckner2008-09-121-0/+14
* Fix bitfields with non-int types and in unionsDaniel Glöckner2008-09-121-8/+28
* Force null pointer exception for code outside of a functionDaniel Glöckner2008-09-121-0/+3
* Optimize arithmetic with pointer to value on stack + constantDaniel Glöckner2008-09-121-2/+3
* Fix gv for long longsDaniel Glöckner2008-09-121-4/+4
* A prefix for default library/include search pathsDaniel Glöckner2008-09-121-6/+6
* Runtime lib functionsDaniel Glöckner2008-09-121-17/+26
* fix isidnum_table for CH_EOF (-1)grischka2008-09-121-5/+5
* free_section bugfixgrischka2008-09-121-2/+2
* release loaded dlls cleanly (Sam K)grischka2008-05-051-2/+11
* enable pe-output from libtcc (Shmuel Zeigerman)grischka2008-05-051-7/+0
* fix options in C scripts after -rungrischka2008-04-271-17/+14
* fix stabstr with linked objectsgrischka2008-04-271-0/+2
* enable multiple states and fix minor memory leaksgrischka2008-04-271-16/+48
* update manual, changeloggrischka2008-03-311-0/+2
* added verbosity levels (-vv -vvv)grischka2008-03-311-13/+24
* Accept standard input as an inputstream (Hanzac Chen)grischka2008-03-311-8/+9
* Add -soname linker option (Marc Andre Tanner)grischka2008-03-251-2/+11
* Enable -B option for library path on win32grischka2008-03-081-9/+9
* Just warn about unknown directives, define __STDC_VERSION__=199901Lgrischka2008-01-161-14/+22
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-191-135/+174
* Handle backslashes within #include, #error, #warninggrischka2007-12-171-8/+21
* Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka2007-12-161-4/+10
* Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka2007-12-131-48/+52
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-041-0/+59
* Some in-between fixes (See Changelog for details).grischka2007-11-251-66/+68
* Import more changesets from Rob Landley's fork (part 2)grischka2007-11-211-67/+92
* Import some changesets from Rob Landley's fork (part 1)grischka2007-11-141-59/+97
* fixed sign extension in some type conversions (Dave Dodge)bellard2006-10-281-0/+4
* 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
* fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge)bellard2006-10-281-1/+4
* initial implementation of -E optionbellard2006-10-161-11/+84
* fixed parsing of function parametersbellard2005-09-031-26/+30
* anonymous union/struct support (Filip Navara)bellard2005-09-031-3/+14
* windows style fastcall (Filip Navara)bellard2005-09-031-0/+6
* normalized slashes in paths (Filip Navara)bellard2005-09-031-0/+5
* added support for win32 wchar_t (Filip Navara)bellard2005-09-031-9/+27
* fixed function type checkbellard2005-09-031-2/+2
* mark executable sections as executable when running in memorybellard2005-09-031-1/+31
* preprocessor function macro parsing fix (grischka) - disabled -fleading-under...bellard2005-06-171-12/+32
* added -f[no-]leading-underscore - '@' symbol for asmbellard2005-06-151-3/+22
* win32 merge (grischka)bellard2005-04-171-10/+21
* win32 mergebellard2005-04-141-2/+13
* #pragma pack support (grischka)bellard2005-04-131-4/+65
* #include_next support (Bernhard Fischer)bellard2005-04-101-4/+13
* initial PE format supportbellard2005-04-101-12/+88
* better gcc compatibility (Jon Griffiths)bellard2004-12-161-1/+3