aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add version number to manpageUrs Janssen2013-02-1722-56/+57
* Release TinyCC 0.9.26Thomas Preud'homme2013-02-151-1/+1
* fixed pasto in in 108b2876; background for the additional $CC test is:Urs Janssen2013-02-151-1/+1
* - document -dumpversionUrs Janssen2013-02-154-3/+6
* - don't use GCC_MAJOR to see if we're not using gcc as GCC_MAJOR might be setUrs Janssen2013-02-152-1/+3
* Revert "Don't search libgcc_s.so.1 on /lib64"Thomas Preud'homme2013-02-141-5/+1
* configure: detect ARM variantsgrischka2013-02-142-33/+37
* Don't search libgcc_s.so.1 on /lib64Thomas Preud'homme2013-02-141-1/+5
* configure: pass CONFIG_xxxDIR/PATH options via commandlinegrischka2013-02-146-38/+30
* Add missing heading slash to detect /lib64 systemsThomas Preud'homme2013-02-141-1/+1
* Add arm ABI detection in conftest.cThomas Preud'homme2013-02-141-1/+9
* Another attempt to "detect" multiarchThomas Preud'homme2013-02-142-17/+55
* - make clang accept unportable code in libtcc1.cUrs Janssen2013-02-143-0/+11
* configure: cleanupgrischka2013-02-148-225/+257
* Create config-print program to test $ccThomas Preud'homme2013-02-132-46/+41
* Various fixes for f9ac2013Thomas Preud'homme2013-02-131-7/+3
* Detect multiarch triplet and lddir from ldd outputThomas Preud'homme2013-02-132-44/+8
* Fix previous commitThomas Preud'homme2013-02-131-1/+1
* Improve multiarch detectionThomas Preud'homme2013-02-133-10/+44
* libtcc: new LIBTCCAPI tcc_set_options(TCCState*, const char*str)grischka2013-02-1212-958/+880
* tcc --help: update option summarygrischka2013-02-102-34/+55
* tcc -vv/--print-search-dirs: print more infogrischka2013-02-107-58/+113
* tcc.h: declare CValue.tab[LDOUBLE_SIZE/4]grischka2013-02-0811-109/+100
* Fix fn_dirname in configure scriptThomas Preud'homme2013-02-081-1/+1
* lib/Makefile: use CC, add bcheck to libtcc1.agrischka2013-02-067-61/+41
* tccelf: fix debug section relocationgrischka2013-02-051-1/+1
* tests: cleanupgrischka2013-02-0514-299/+272
* tests2: move into testsgrischka2013-02-05112-0/+0
* Align on 4n bytes when copying fct args on stackThomas Preud'homme2013-02-051-0/+1
* portability: make tcc_get_symbol() available for non-nativegrischka2013-02-041-2/+2
* Slightly improved support for !gcc compilersThomas Preud'homme2013-02-041-1/+3
* win32: Honor "-Wl,-subsystem=console/gui" optiongrischka2013-02-041-9/+10
* tccrun.c: unify rt_get_caller_pc prototypegrischka2013-02-041-18/+15
* Makefile: fix "allow CONFIG_LDDIR=lib64 configuration"grischka2013-02-041-4/+4
* portability: fix void* <-> target address conversion confusiongrischka2013-02-046-130/+136
* Makefile: allow CONFIG_LDDIR=lib64 configurationgrischka2013-02-042-12/+14
* win32: wincrt1.c: include stdlib.h for exit()grischka2013-02-041-0/+1
* c67: remove global #define's for TRUE/FALSE/BOOLgrischka2013-02-045-32/+32
* arm-gen.c: fix var initialization in gfunc_callThomas Preud'homme2013-02-041-2/+1
* arm: force rounding towards zero on cast to integer with VFPDaniel Glöckner2013-02-041-1/+1
* arm: fix conversion from float/double to signed integer with VFPDaniel Glöckner2013-02-031-1/+1
* arm: fix conversion from integer to float/double with VFPDaniel Glöckner2013-02-031-1/+1
* Revert "Add predictability in CType initialization."Thomas Preud'homme2013-01-311-6/+0
* Revert "Don't call elf_hash on NULL value"Thomas Preud'homme2013-01-311-1/+1
* safety: replace occurrences of strcpy by pstrcpygrischka2013-01-314-21/+11
* Revert "Check whether structure fields have a type"Thomas Preud'homme2013-01-311-2/+1
* Check whether structure fields have a typeThomas Preud'homme2013-01-311-1/+2
* Don't call elf_hash on NULL valueDomingo Alvarez Duarte2013-01-311-1/+1
* Add predictability in CType initialization.Domingo Alvarez Duarte2013-01-311-0/+6
* Fix cross-compilation out-of-tree buildThomas Preud'homme2013-01-301-2/+2