aboutsummaryrefslogtreecommitdiff
path: root/libtcc.c
Commit message (Expand)AuthorAgeFilesLines
* - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be setUrs Janssen2013-02-151-1/+1
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-141-0/+5
* configure: cleanupgrischka2013-02-141-12/+13
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-121-208/+423
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-101-14/+64
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-081-9/+2
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-061-0/+4
* portability: fix void* <-> target address conversion confusiongrischka2013-02-041-6/+6
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-041-2/+2
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-311-1/+1
* Revert "Added what I call virtual io to tinycc this way we can make a monolit...Thomas Preud'homme2013-01-141-85/+20
* Added what I call virtual io to tinycc this way we can make a monolitic execu...mingodad2013-01-111-20/+85
* tccpp: alternative fix for #include_next infinite loop buggrischka2013-01-061-27/+0
* fix #include_next infinite loop bug, see http://savannah.nongnu.org/bugs/?31357Sergey Vinokurov2012-09-201-0/+27
* Emit spaces for -MDMichael Matz2012-05-131-1/+1
* Make sizeof() be of type size_tMichael Matz2012-04-181-0/+6
* libtcc: tcc_get_symbol uses the TCCState parametergrischka2012-04-181-0/+1
* tcc_realloc: auto "memory full" errorgrischka2012-04-181-4/+2
* add "nostdlib" option to libtccGabriel Corneanu2012-04-181-0/+2
* Support linker options passed in several -Wl paramThomas Preud'homme2012-03-151-0/+3
* Fix assumption of 32bit long on portions of ElfAndrew Mulbrook2012-03-031-5/+4
* Revert "Multiple fixes for 64 bit sections"Andrew Mulbrook2012-03-031-4/+5
* Add __REDIRECT needed for Large File Support API on linuxRamsay Jones2012-02-291-0/+1
* Multiple fixes for 64 bit sectionsmob2012-02-261-5/+4
* libtcc: add missing tcc_enable_debug()Nicolas Limare2011-10-031-0/+6
* rename error/warning -> tcc_(error/warning)grischka2011-08-111-17/+17
* libtcc: minor adjustmentsgrischka2011-08-111-22/+7
* libtcc: support more than one crtprefixgrischka2011-08-061-24/+33
* libtcc: cleanup the 'gen_makedeps' stuffgrischka2011-08-061-22/+13
* configure: add switches to set search pathsgrischka2011-08-061-28/+14
* Revert "Add a --multiarch-triplet switch to configure"Thomas Preud'homme2011-08-031-18/+6
* Add a --multiarch-triplet switch to configureThomas Preud'homme2011-08-021-6/+18
* Set CONFIG_TCC_CRT_PREFIX relative to CONFIG_SYSROOTThomas Preud'homme2011-08-011-2/+2
* Accept colon separated paths with -L and -Igrischka2011-08-011-107/+56
* fixed Makefile test targetsJoe Soroka2011-07-221-1/+1
* make: create native tcc from separate objectsgrischka2011-07-141-2/+1
* win32: add -Wl,--stack=xxx switchgrischka2011-07-111-6/+4
* Fix problem spotted in <4E15F966.4090102@gmx.de>Thomas Preud'homme2011-07-081-35/+33
* Add configuration of include subdirectoriesThomas Preud'homme2011-07-071-2/+17
* Introduce tcc_split_path_component for 31ca000dThomas Preud'homme2011-07-071-20/+41
* Free extra_libdir_str after use.Thomas Preud'homme2011-07-061-0/+1
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-051-0/+24
* Remove unused variablesThomas Preud'homme2011-05-161-0/+1
* fix spurious vstack-leak warnings on errorJoe Soroka2011-05-021-3/+3
* libtcc.c: report vstack "leaks" only if compile succeededJoe Soroka2011-04-141-2/+3
* VLA leaks vstack. added warning to detect future leaksJoe Soroka2011-04-081-0/+4
* tccpe: support leading underscore for symbolsgrischka2011-02-131-1/+1
* Fix fct asm label: only valid for declarationThomas Preud'homme2011-02-091-4/+4
* add -isystem cmdline optionJoe Soroka2011-02-011-1/+1
* tccasm: define __ASSEMBLER__ for .S files, like gcc doesJoe Soroka2011-02-011-0/+6