index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/string/__strerror.c
AgeCommit message (Collapse)Author
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
- Add an internal symbol for strerror_r (thanks klaus for noticing) - Remove internal __strerror
2005-07-28PR/30845: Luke Mewburn: strerror_r(3) missingchristos
- Merge 4.4BSD strerror.3 man page changes that summarize information for all the error printing functions. This makes the perror(3) page obsolete. - Implement all error functions in terms of strerror_r(), including __strerror() which is not used internally. Can it be removed? - Bump version for strerror_r
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
2002-11-17use strlcpy where it is more appropriate.itojun
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-02-13make strerror and strsignal use NL_CAT_LOCALE.yamt
2001-08-24don't change errno on success.(SUSV2)yamt
this will fix error messages of some commands like setkey(8).