aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove useless changes from 31ca000d in configureThomas Preud'homme2011-07-071-31/+15
* Make ex1.c and ex4.c be executable on any systemsThomas Preud'homme2011-07-072-2/+2
* Document in README that ex4.c can be executed.Thomas Preud'homme2011-07-071-1/+2
* Revert "Make examples' shebang use target tcc bindir path"Thomas Preud'homme2011-07-074-14/+7
* Add configuration of include subdirectoriesThomas Preud'homme2011-07-072-2/+20
* 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
* Fix commit 31ca000dThomas Preud'homme2011-07-051-3/+7
* Add multiarch dirs to linker search pathThomas Preud'homme2011-07-053-21/+58
* Make examples' shebang use target tcc bindir pathThomas Preud'homme2011-06-184-7/+14
* Default to create progs with symbols (incl. debug)Thomas Preud'homme2011-06-172-5/+15
* Update ChangelogThomas Preud'homme2011-05-171-5/+6
* make test work when LIBTCC1 not definedThomas Preud'homme2011-05-172-1/+7
* tcc-doc: remove obsolete '-o option must also be given'grischka2011-05-171-6/+4
* Fix calling ARM EABI functions returning big structuresDaniel Glöckner2011-05-171-1/+1
* Support scratchbox, Nokia N900 and qemu arm archsThomas Preud'homme2011-05-161-1/+1
* Remove unused variablesThomas Preud'homme2011-05-162-0/+5
* Remove unused variablesThomas Preud'homme2011-05-164-8/+14
* Improve weak aliases handlingThomas Preud'homme2011-05-161-17/+19
* make clean work when LIBTCC1 not definedThomas Preud'homme2011-05-141-0/+2
* 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
* use of TOK_alloca breaks cross compiler buildJoe Soroka2011-04-121-0/+4
* tcctok.h: fix ifdef target/host confusionJoe Soroka2011-04-121-1/+1
* simplify/rollback VLA pointer subtractionJoe Soroka2011-04-111-10/+3
* update documentation to reflect VLA changesJoe Soroka2011-04-091-3/+3
* remove no-longer-necessary naive fix for vla vstack leakJoe Soroka2011-04-091-5/+0
* prevent internal segfault on apparent VLA at file scopeJoe Soroka2011-04-091-0/+2
* VLA fix [3/3]: store VLA sizeofs in anonymous runtime stack varsJoe Soroka2011-04-092-34/+22
* VLA fix [2/3]: removed VT_ARRAY from VT_VLA typesJoe Soroka2011-04-081-20/+11
* VLA fix [1/3]: added testcase demonstrating VLA bugJoe Soroka2011-04-081-1/+6
* move a comment to its correct locationJoe Soroka2011-04-081-1/+1
* add naive workaround for VLA vstack leakJoe Soroka2011-04-081-0/+5
* VLA leaks vstack. added warning to detect future leaksJoe Soroka2011-04-081-0/+4
* VLA bcheck works via bound alloca; add test, remove warningJoe Soroka2011-04-062-4/+34
* clarify post_type() VT_STORAGE handling by moving it outJoe Soroka2011-04-061-7/+7
* re-apply VLA by Thomas Preud'hommeJoe Soroka2011-04-067-35/+173
* handle c99 flexible array members less hackilyJoe Soroka2011-03-181-1/+18
* revert complicated & broken flexible array member handlingJoe Soroka2011-03-182-21/+5
* sizeof(struct with "flexible array member") is wrongJoe Soroka2011-03-181-0/+1
* fix c99 for-loop init decl scope (thanks: grischka)Joe Soroka2011-03-082-0/+4
* clarify support for functions returning an array (try#2)Joe Soroka2011-03-081-4/+9
* revert last commit. fails "make test"Joe Soroka2011-03-081-8/+5
* clarify support for functions returning an arrayJoe Soroka2011-03-081-5/+8
* support c99 for-loop init decls (2nd attempt)Joe Soroka2011-03-081-3/+18
* partially revert e23194aJoe Soroka2011-03-082-20/+3
* revert last 3 commits. will find better way.Joe Soroka2011-03-081-96/+85
* small change to previous whitespace-only commitJoe Soroka2011-03-081-2/+2
* some indentation made prev patch pretty; removed itJoe Soroka2011-03-081-85/+81
* refactor post_type() to be explicit about its recursionJoe Soroka2011-03-081-5/+20