summaryrefslogtreecommitdiffstats
path: root/test/string/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable the strchrnul and rawmemchr testsEric Andersen2002-11-081-4/+0
|
* sparc, alpha, and mips have different errno values than the otherManuel Novoa III2002-08-261-5/+0
| | | | | | | supported platforms. Adjust _susv3_strerror_r function to deal with this. Also fix an error in strerror() wrt invalid errnos. NOTE: sys_errlist and sys_nerr are no longer supported!!!
* Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen2002-02-211-117/+486
| | | | | our stpncpy is flunking... -Erik
* Added stpcpy and strcasestr along with some code to test them.David McCullough2001-07-041-0/+60
|
* Add in an additional test for memcmp suggested by Mathias LewinEric Andersen2000-11-221-9/+19
| | | | <mln@sys.sigma.se> (I just checked in a fix for memcmp to make it pass).
* Makefile updateEric Andersen2000-10-121-7/+0
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+7
|
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-041-0/+993
stuff so we can get this library into shape. -Erik