| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1994-10-12 | fix typo | deraadt | |
| 1994-10-06 | Change 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 files | jtc | |
| 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-09 | Helper function _strerror is in the user's namespace, renamed it to | jtc | |
| __strerror(). | |||
| 1993-10-07 | Moved 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. | |||
