History log of /netbsd/lib/libc/string/strerror_r.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 5f73f4b2 25-Mar-2020 kre <kre@NetBSD.org>

Arrange that strerror(-1) prints "Unknown error: -1" and not the
unsigned equivalent of -1.

While here, guarantee, even when !NLS, that nothing here (not even
snprintf deciding to complain about EIL

Arrange that strerror(-1) prints "Unknown error: -1" and not the
unsigned equivalent of -1.

While here, guarantee, even when !NLS, that nothing here (not even
snprintf deciding to complain about EILSEQ or something) can ever
alter errno (ie: always save and restore it, not only in the NLS case).
The functions here must never alter errno, whatever happens.

show more ...


# 9252d787 10-Jan-2017 christos <christos@NetBSD.org>

PR/51814: Ngie Cooper: add <stdio.h> since sys_nerr is declared there on
FreeBSD.


# 7eedb4cf 19-Aug-2013 joerg <joerg@NetBSD.org>

Add strerror_l.


# 86741d79 30-Jul-2005 christos <christos@NetBSD.org>

- Fix the remaining indr_references so that they define lint symbols.
- Add an internal symbol for strerror_r (thanks klaus for noticing)
- Remove internal __strerror


# 1cf13731 28-Jul-2005 christos <christos@NetBSD.org>

PR/30845: Luke Mewburn: strerror_r(3) missing
- Merge 4.4BSD strerror.3 man page changes that summarize information
for all the error printing functions. This makes the perror(3) page
obsolete.
-

PR/30845: Luke Mewburn: strerror_r(3) missing
- 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

show more ...