Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/28/2005 16:26:29
Module Name:	src
Committed By:	christos
Date:		Thu Jul 28 16:26:29 UTC 2005

Modified Files:
	src/lib/libc: shlib_version
	src/lib/libc/stdio: Makefile.inc perror.c
	src/lib/libc/string: Makefile.inc __strerror.c strerror.3 strerror.c
Added Files:
	src/lib/libc/string: strerror_r.c
Removed Files:
	src/lib/libc/stdio: perror.3

Log Message:
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


To generate a diff of this commit:
cvs rdiff -r1.165 -r1.166 src/lib/libc/shlib_version
cvs rdiff -r1.31 -r1.32 src/lib/libc/stdio/Makefile.inc
cvs rdiff -r1.10 -r0 src/lib/libc/stdio/perror.3
cvs rdiff -r1.22 -r1.23 src/lib/libc/stdio/perror.c
cvs rdiff -r1.56 -r1.57 src/lib/libc/string/Makefile.inc
cvs rdiff -r1.21 -r1.22 src/lib/libc/string/__strerror.c
cvs rdiff -r1.10 -r1.11 src/lib/libc/string/strerror.3
cvs rdiff -r1.12 -r1.13 src/lib/libc/string/strerror.c
cvs rdiff -r0 -r1.1 src/lib/libc/string/strerror_r.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.