Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-31 | add (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-30 | type cast output to prevent build warnings | Mike Frysinger | |
2002-11-08 | Re-enable the strchrnul and rawmemchr tests | Eric Andersen | |
2002-08-26 | sparc, alpha, and mips have different errno values than the other | Manuel 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-21 | Update string tests per glibc 2.2.5's string tester. Looks like | Eric Andersen | |
our stpncpy is flunking... -Erik | |||
2001-07-04 | Added stpcpy and strcasestr along with some code to test them. | David McCullough | |
2000-11-22 | Add in an additional test for memcmp suggested by Mathias Lewin | Eric Andersen | |
<mln@sys.sigma.se> (I just checked in a fix for memcmp to make it pass). | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-04 | Major facelift on the test area -- the beginnings of some real testing | Eric Andersen | |
stuff so we can get this library into shape. -Erik |