aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* tccpe: set tcc_lib_path from DLLgrischka2009-07-181-28/+7
* tccpe: load dll on the flygrischka2009-07-181-86/+127
* win64: fix pointer <-> unsigned long typecast issuesgrischka2009-07-181-6/+7
* pe32+ target: add in various #define'sgrischka2009-07-181-0/+7
* tccpe: build IAT vector with with -run toogrischka2009-07-181-8/+5
* cleanup: stop abuse of sym->c for #define tokenstreamsgrischka2009-07-181-0/+3
* cleanup: put prototypes in front of libtcc.cgrischka2009-07-181-57/+105
* bcheck: restore malloc hooks when donegrischka2009-07-181-7/+15
* error messages: print "error: ..."grischka2009-06-171-0/+2
* drop alloca #definegrischka2009-05-161-1/+1
* enable making tcc using libtccgrischka2009-05-111-12/+15
* move static prototypes to libtcc.cgrischka2009-05-111-1/+124
* move some global variables into TCCStategrischka2009-05-111-31/+32
* make tcc from tcc.c and libtcc from libtcc.cgrischka2009-05-051-5/+0
* move minor things from libtcc.c to other filesgrischka2009-05-051-277/+1
* move global variables to libtcc.cgrischka2009-05-051-0/+111
* move libtcc interface and helper functions to libtcc.cgrischka2009-05-051-0/+2282
* new files: tcc.h libtcc.c tccpp.c tccgen.cgrischka2009-05-051-0/+20