aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them.
* 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