| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | win64: fix pointer <-> unsigned long typecast issues | grischka | 2009-07-18 | 1 | -6/+7 |
| | | |||||
| * | pe32+ target: add in various #define's | grischka | 2009-07-18 | 1 | -0/+7 |
| | | |||||
| * | tccpe: build IAT vector with with -run too | grischka | 2009-07-18 | 1 | -8/+5 |
| | | | | | | This prepares for x86_64 where we need the vector for far jumps. Also, resolve DLL symbols in place | ||||
| * | cleanup: stop abuse of sym->c for #define tokenstreams | grischka | 2009-07-18 | 1 | -0/+3 |
| | | |||||
| * | cleanup: put prototypes in front of libtcc.c | grischka | 2009-07-18 | 1 | -57/+105 |
| | | |||||
| * | bcheck: restore malloc hooks when done | grischka | 2009-07-18 | 1 | -7/+15 |
| | | |||||
| * | error messages: print "error: ..." | grischka | 2009-06-17 | 1 | -0/+2 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 1 | -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 libtcc | grischka | 2009-05-11 | 1 | -12/+15 |
| | | |||||
| * | move static prototypes to libtcc.c | grischka | 2009-05-11 | 1 | -1/+124 |
| | | |||||
| * | move some global variables into TCCState | grischka | 2009-05-11 | 1 | -31/+32 |
| | | |||||
| * | make tcc from tcc.c and libtcc from libtcc.c | grischka | 2009-05-05 | 1 | -5/+0 |
| | | |||||
| * | move minor things from libtcc.c to other files | grischka | 2009-05-05 | 1 | -277/+1 |
| | | |||||
| * | move global variables to libtcc.c | grischka | 2009-05-05 | 1 | -0/+111 |
| | | |||||
| * | move libtcc interface and helper functions to libtcc.c | grischka | 2009-05-05 | 1 | -0/+2282 |
| | | |||||
| * | new files: tcc.h libtcc.c tccpp.c tccgen.c | grischka | 2009-05-05 | 1 | -0/+20 |
