Date: Wed, 16 Oct 2002 07:29:23 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib Makefile.inc lsearch.3 lsearch.c src/include search.h src/lib/libcompat Makefile src/lib/libcompat/4.3 lsearch.3 lsearch.c Message-ID: <200210161429.g9GETNpK057160@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/10/16 07:29:23 PDT
Modified files:
lib/libc/stdlib Makefile.inc
include search.h
lib/libcompat Makefile
Added files:
lib/libc/stdlib lsearch.3 lsearch.c
Removed files:
lib/libcompat/4.3 lsearch.3 lsearch.c
Log:
- Remove the lsearch() and lfind() functions and their manpage from
the compatibility library libcompat.
- Add new implementations of lsearch() and lfind() which conform to
IEEE Std 1003.1-2001 to libc. Add a new manual page for them and
add them to the makefile.
- Add function prototypes for lsearch() and lfind() to the search.h
header.
Revision Changes Path
1.10 +4 -0 src/include/search.h
1.40 +3 -2 src/lib/libc/stdlib/Makefile.inc
1.1 +98 -0 src/lib/libc/stdlib/lsearch.3 (new)
1.1 +64 -0 src/lib/libc/stdlib/lsearch.c (new)
1.9 +0 -105 src/lib/libcompat/4.3/lsearch.3 (dead)
1.4 +0 -95 src/lib/libcompat/4.3/lsearch.c (dead)
1.22 +2 -3 src/lib/libcompat/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161429.g9GETNpK057160>
