summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strerror_r.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the save_errno dance inside strerror_r(3). It is from thebluhm2016-10-191-5/+3
* The only thing that was translated into multiple languages in OpenBSDbluhm2015-10-251-23/+1
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-061-7/+3
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-051-4/+1
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008.stsp2013-06-011-2/+2
* 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