summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/string/test-strerror.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/string into the FreeBSD test suiteEnji Cooper2015-11-081-147/+0
* Make the strerror tests work without libtap.Julio Merino2014-03-121-30/+42
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-051-8/+13
* Link against libtap (ports/devel/libtap). Replace the calls to assert()Nik Clayton2005-02-011-31/+29
* Switch over to a different, more flexible test output protocol that'sNik Clayton2004-11-111-2/+4
* Add regression test for strerror()/strerror_r().Mike Barcroft2002-12-181-0/+130