summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/perror.c
AgeCommit message (Expand)Author
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
1999-08-22No need for "namespace.h".kleink
1999-03-09Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;kleink
1999-01-28Per ANSI C, place the error message on the stderr stream rather than onkleink
1998-11-17revert previous change; this reveals another bug in lints LINTED option.christos
1998-11-15delintchristos
1998-09-09Since perror() must be reentrant, change the storage class of the buffer usedkleink
1998-07-28Add an internal name for perror(3).mycroft
1998-07-26Minor nit.mycroft
1998-07-26const poisoning.mycroft
1998-02-16don't assume buf is NL_TEXTMAX longlukem
1998-02-03remove obsolete register declarationsperry
1997-07-13Fix RCSID'schristos
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1995-02-02Merged with 4.4lite.jtc
1994-10-06Change size of array passed to __strerror() from 128 to NL_TEXTMAX.jtc
1994-09-03Increased the size of char buffer used by perror(); the error strings mayjtc
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
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd