summaryrefslogtreecommitdiffstats
path: root/test/ctype/ctype.c
Commit message (Collapse)AuthorAgeFilesLines
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
| | | | | | | [__]isascii need to be defined all the time for the build. Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* 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-14/+1
|
* Fix broken testEric Andersen2003-09-081-25/+24
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-2/+3
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-201-61/+33
| | | | | | | Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik
* Fix doc blunder.Eric Andersen2000-11-041-13/+13
|
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-041-0/+292
stuff so we can get this library into shape. -Erik