aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix configure script on FreeBSDThomas Preud'homme2013-03-141-1/+2
* Update .gitignore with regards to test changesThomas Preud'homme2013-03-111-1/+2
* document $CPATH, $C_INCLUDE_PATH, $LIBRARY_PATHUrs Janssen2013-02-201-3/+22
* don't confuse LD_LIBRARY_PATH (run time) with LIBRARY_PATH (link time)Urs Janssen2013-02-191-2/+2
* added CPATH, C_INCLUDE_PATH and LD_LIBRARY_PATHAndrew Aladjev2013-02-193-0/+21
* remove doubled prototypeUrs Janssen2013-02-184-6/+4
* Fix GNU Hurd interpreter pathThomas Preud'homme2013-02-181-0/+2
* Add support for KfreeBSD 64bitsThomas Preud'homme2013-02-182-1/+10
* libtcc: tcc_define_symbol() uses strings, fix segfaultRoy2013-02-181-1/+1
* Define __STDC_HOSTED__ to a sane valueThomas Preud'homme2013-02-171-1/+1
* Define __STDC_HOSTED__Thomas Preud'homme2013-02-171-0/+1
* 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