summaryrefslogtreecommitdiffstats
path: root/test/args/arg_test.c
Commit message (Collapse)AuthorAgeFilesLines
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-4/+1
| | | | I had clearly run search/replace on that were cluttering things up.
* fix license noticeMike Frysinger2006-07-051-15/+2
|
* make the test silent/non-interactive and only abort if it actually failsMike Frysinger2005-07-011-4/+4
|
* need stdlib.h for some thingsMike Frysinger2005-06-291-2/+3
|
* Patch from David Schleef to check for proper 16-byte aligedEric Andersen2002-02-281-0/+10
| | | | stack pointer on powerpc
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* Fix common C ambiguity.David Schleef2001-11-121-2/+2
|
* Forgot to increment iEric Andersen2001-02-231-1/+1
|
* Add in a silly test to check that argc, argv, and environ areEric Andersen2001-02-091-0/+44
working as expected... -Erik