index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
perror.c
Age
Commit message (
Expand
)
Author
2006-01-26
Must include "namespace.h" for strerror_r()'s internal name.
kleink
2005-07-28
PR/30845: Luke Mewburn: strerror_r(3) missing
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
1999-08-22
No need for "namespace.h".
kleink
1999-03-09
Functionally back out namespace.h revision 1.7 and perror.c revision 1.15;
kleink
1999-01-28
Per ANSI C, place the error message on the stderr stream rather than on
kleink
1998-11-17
revert previous change; this reveals another bug in lints LINTED option.
christos
1998-11-15
delint
christos
1998-09-09
Since perror() must be reentrant, change the storage class of the buffer used
kleink
1998-07-28
Add an internal name for perror(3).
mycroft
1998-07-26
Minor nit.
mycroft
1998-07-26
const poisoning.
mycroft
1998-02-16
don't assume buf is NL_TEXTMAX long
lukem
1998-02-03
remove obsolete register declarations
perry
1997-07-13
Fix RCSID's
christos
1997-01-23
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
mrg
1995-02-02
Merged with 4.4lite.
jtc
1994-10-06
Change size of array passed to __strerror() from 128 to NL_TEXTMAX.
jtc
1994-09-03
Increased the size of char buffer used by perror(); the error strings may
jtc
1993-10-09
Helper function _strerror is in the user's namespace, renamed it to
jtc
1993-10-07
Moved strerror.[c3] from libc/stdio to libc/string.
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd