summaryrefslogtreecommitdiff
path: root/lib/libc/string/strerror.c
AgeCommit message (Collapse)Author
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
and use message catalogs if NLS is defined. Increased the size of char buffers used by strerror() and strsignal(); the error and signal strings may be much longer in some locales.
1993-10-09Helper function _strerror is in the user's namespace, renamed it tojtc
__strerror().
1993-10-07Moved strerror.[c3] from libc/stdio to libc/string.jtc
Since perror is not permitted to change strerror()'s static buffer, I have changed both functions to pass their own buffers to the new library-internal function _strerror() that actually does the error message string look up. Split strerror manpage into strerror and perror manpages.