| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix bashims in configure and gcctestsuite.sh. | Thomas Preud'homme | 2010-05-26 | 1 | -4/+4 |
| | | | | | | | | | configure and gcctestsuite.sh shell scripts contains bashisms although being bourne shell script. This patch fixes the following bashisms: * Use of $RANDOM variable (replaced by reading in /dev/urandom) * Use == in tests instead of just = * Use $[] for arithmetic computation istead of $(()) | ||||
| * | update Makefiles | grischka | 2009-12-20 | 1 | -1/+1 |
| | | |||||
| * | tcc_relocate: revert to 0.9.24 behavior | grischka | 2009-12-19 | 1 | -13/+5 |
| | | |||||
| * | x86-64: change the type of size_t and ptrdiff_t. | Shinichiro Hamaji | 2009-08-24 | 1 | -0/+2 |
| | | | | | size_t and ptrdiff_t should be unsigned long and long, respectively. | ||||
| * | x86-64: chkstk, alloca | grischka | 2009-07-18 | 2 | -2/+21 |
| | | |||||
| * | fix asmtest (somehow), update Makefiles | grischka | 2009-07-18 | 2 | -7/+8 |
| | | |||||
| * | bcheck: restore malloc hooks when done | grischka | 2009-07-18 | 1 | -6/+7 |
| | | |||||
| * | drop alloca #define | grischka | 2009-05-16 | 2 | -2/+17 |
| | | | | | | | | (Because GNU's alloca.h unconditionally #undef's alloca) Also, remove gcc specific sections in headers. and instead change tests such that gcc does not use them. | ||||
| * | cleanup makefiles | grischka | 2009-04-19 | 1 | -2/+2 |
| | | |||||
| * | Fixes for tests/Makefile. | Shinichiro Hamaji | 2009-04-18 | 1 | -3/+3 |
| | | | | | | - On x86-64, we need $(TARGET) in RUN_TCC. - s/RuN_TCC/RUN_TCC/ | ||||
| * | fix makefiles etc for subdirs | grischka | 2009-04-18 | 2 | -1/+145 |
| | | |||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 5 | -0/+3077 |
