aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rewrote '?' for constantsDaniel Glöckner2008-11-301-7/+10
* Cast parameter of '!' to _BoolDaniel Glöckner2008-11-301-2/+5
* Rewrote castsDaniel Glöckner2008-11-301-115/+101
* line-numbers output for TCC -Egrischka2008-11-301-12/+25
* win32/build-tcc.bat: define CONFIG_SYSROOTgrischka2008-11-301-0/+1
* was hash, not linkgrischka2008-09-151-1/+1
* update changeloggrischka2008-09-151-2/+9
* 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
* Allow to use libgcc instead of libtcc1Daniel Glöckner2008-09-123-4/+28
* A prefix for default library/include search pathsDaniel Glöckner2008-09-122-6/+12
* ARM related Makefile changesDaniel Glöckner2008-09-121-4/+16
* Runtime lib functionsDaniel Glöckner2008-09-124-94/+140
* Set VT_LVAL_xxx flags for function arguments in gfunc_prolog (Daniel Glöckner)Daniel Glöckner2008-09-124-4/+4
* Patch for DESTDIR installation (Adam Sampson)Adam Sampson2008-09-121-19/+19
* 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-053-9/+24
* enable pe-output from libtcc (Shmuel Zeigerman)grischka2008-05-052-8/+15
* fix options in C scripts after -rungrischka2008-04-271-17/+14
* fix stabstr with linked objectsgrischka2008-04-272-1/+33
* fix bogus relocations with TCC_OUTPUT_DLLgrischka2008-04-271-2/+17
* enable multiple states and fix minor memory leaksgrischka2008-04-271-16/+48
* update manual, changeloggrischka2008-03-315-15/+27
* added verbosity levels (-vv -vvv)grischka2008-03-313-14/+27
* Accept standard input as an inputstream (Hanzac Chen)grischka2008-03-312-12/+21
* get rid of a warning and fix .batgrischka2008-03-252-9/+8
* Add -soname linker option (Marc Andre Tanner)grischka2008-03-252-5/+69
* Comply to c89 compilers other than gcc (Hanzac Chen)grischka2008-03-251-0/+3
* Enable -B option for library path on win32grischka2008-03-081-9/+9
* Fix 'tcc -static' with recent glibcgrischka2008-03-081-6/+10
* Get rid of one warninggrischka2008-03-081-1/+1
* Checkin tiny_libmaker (ar replacement) by Timovj Lahdegrischka2008-03-087-72/+393
* Udated and cleaned up TODO.grischka2008-01-162-33/+45
* Just warn about unknown directives, define __STDC_VERSION__=199901Lgrischka2008-01-165-17/+39
* Switch to newer tccpe.c (includes support for resources)grischka2007-12-196-977/+1332
* Handle backslashes within #include, #error, #warninggrischka2007-12-172-11/+22
* Import changesets (part 4) 428,457,460,467: defines for openbsd etc.grischka2007-12-165-16/+40
* Disable singnedness warnings with newer gcc.grischka2007-12-131-0/+1
* Use _WIN32 for a windows hosted tcc and define it for the PE target.grischka2007-12-134-1496/+1500
* tiny_impdef.c - converted to LF line-endings (and slight cleanup)grischka2007-12-091-372/+393
* Import 409,410: ARM EABI by Daniel Glöcknergrischka2007-12-047-79/+517
* Some in-between fixes (See Changelog for details).grischka2007-11-252-66/+98
* Fixed:grischka2007-11-251-0/+10
* New files: alloca86.S alloca86-bt.Sgrischka2007-11-232-0/+69
* 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