summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
AgeCommit message (Expand)Author
2020-03-25Protect against malloc failure corrupting errno, which is notkre
2015-01-20Fix non _REENTRANT build.christos
2013-09-02Missing alias for strerror_l.joerg
2013-08-19Add strerror_l.joerg
2006-01-26Must include "namespace.h" for strerror_r()'s internal name.kleink
2005-07-28PR/30845: Luke Mewburn: strerror_r(3) missingchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1998-11-15delintchristos
1998-07-27Make these compile without __AUDIT__.mycroft
1998-07-26const poisoning.mycroft
1998-02-16don't assume buf is NL_TEXTMAX longlukem
1997-07-13Fix RCSID'schristos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1994-10-12fix typoderaadt
1994-10-06Change size of array passed to __strerror() from 128 to NL_TEXTMAX.jtc
1994-09-03__strerror() and __strsignal() have been broken out into their own filesjtc
1993-10-09Helper function _strerror is in the user's namespace, renamed it tojtc
1993-10-07Moved strerror.[c3] from libc/stdio to libc/string.jtc