summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strerror_r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If NLS is disabled, strerror does not print the correct error string.bluhm2007-03-011-2/+2
* zap remaining rcsid.espie2005-08-081-5/+1
* Merge common functionality of __strsignal and strerror_r.otto2005-05-261-28/+48
* Only append number when it fits to avoid truncation and returnotto2005-05-081-14/+11
* correct strlcpy abusebeck2005-04-201-4/+8
* build the error message in strerror_r.c directly, avoiding one copy there.espie2004-05-031-10/+100
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-211-0/+30