| 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 $(()) | ||||
| * | new subdirs: include, lib, tests | grischka | 2009-04-18 | 1 | -0/+33 |
