| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - document -dumpversion | Urs Janssen | 2013-02-15 | 1 | -1/+1 |
| | | | | | - fixed a broken prototype | ||||
| * | configure: pass CONFIG_xxxDIR/PATH options via commandline | grischka | 2013-02-14 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | - except for CONFIG_SYSROOT and CONFIG_TCCDIR Strictly neccessary it is only for CONFIG_MULTIARCHDIR because otherwise if it's in config.h it is impossible to leave it undefined. But it is also nicer not to use these definitions for cross-compilers. - Also: lib/Makefile : include ../Makefile for CFLAGS lib/libtcc1.c : fix an issue compiling tcc with tcc on x64 | ||||
| * | Support struct arguments with stdarg.h | Shinichiro Hamaji | 2010-12-28 | 1 | -0/+79 |
| | | | | | | | | | - add __builtin_va_arg_types to check how arguments were passed - move most code of stdarg into libtcc1.c - remove __builtin_malloc and __builtin_free - add a test case based on the bug report (http://www.mail-archive.com/tinycc-devel@nongnu.org/msg03036.html) | ||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 1 | -0/+607 |
