Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-3] src/lib/libc/stdlib
Module Name: src
Committed By: tron
Date: Thu Aug 4 17:33:23 UTC 2005
Added Files:
src/lib/libc/stdlib [netbsd-3]: insque.3 insque.c lsearch.3 lsearch.c
remque.c
Log Message:
Pull up revision 1.1 (requested by drochner in ticket #632):
Move insque/remque/lsearch/lfind from libcompat to libc,
they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc.
Minimal update of the manpages. (more needed)
To generate a diff of this commit:
cvs rdiff -r0 -r1.3.2.1 src/lib/libc/stdlib/insque.3 \
src/lib/libc/stdlib/lsearch.3
cvs rdiff -r0 -r1.2.2.1 src/lib/libc/stdlib/insque.c \
src/lib/libc/stdlib/remque.c
cvs rdiff -r0 -r1.4.2.1 src/lib/libc/stdlib/lsearch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index