summaryrefslogtreecommitdiff
path: root/test/string/string.c
AgeCommit message (Collapse)Author
2005-08-31add (size_t)-1 border case tests for strncat and strncmp, and add a bunch of ↵Mike Frysinger
tests for strnlen based on strlen
2005-06-30type cast output to prevent build warningsMike Frysinger
2002-11-08Re-enable the strchrnul and rawmemchr testsEric Andersen
2002-08-26sparc, alpha, and mips have different errno values than the otherManuel Novoa III
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!!!
2002-02-21Update string tests per glibc 2.2.5's string tester. Looks likeEric Andersen
our stpncpy is flunking... -Erik
2001-07-04Added stpcpy and strcasestr along with some code to test them.David McCullough
2000-11-22Add in an additional test for memcmp suggested by Mathias LewinEric Andersen
<mln@sys.sigma.se> (I just checked in a fix for memcmp to make it pass).
2000-10-12Makefile updateEric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen
2000-10-04Major facelift on the test area -- the beginnings of some real testingEric Andersen
stuff so we can get this library into shape. -Erik