Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -4/+1 |
| | | | | I had clearly run search/replace on that were cluttering things up. | ||||
* | fix license notice | Mike Frysinger | 2006-07-05 | 1 | -15/+2 |
| | |||||
* | make the test silent/non-interactive and only abort if it actually fails | Mike Frysinger | 2005-07-01 | 1 | -4/+4 |
| | |||||
* | need stdlib.h for some things | Mike Frysinger | 2005-06-29 | 1 | -2/+3 |
| | |||||
* | Patch from David Schleef to check for proper 16-byte aliged | Eric Andersen | 2002-02-28 | 1 | -0/+10 |
| | | | | stack pointer on powerpc | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -2/+3 |
| | |||||
* | Fix common C ambiguity. | David Schleef | 2001-11-12 | 1 | -2/+2 |
| | |||||
* | Forgot to increment i | Eric Andersen | 2001-02-23 | 1 | -1/+1 |
| | |||||
* | Add in a silly test to check that argc, argv, and environ are | Eric Andersen | 2001-02-09 | 1 | -0/+44 |
working as expected... -Erik |