From owner-cvs-all Wed Oct 16 7:29:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BEED37B401; Wed, 16 Oct 2002 07:29:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDAAE43EA3; Wed, 16 Oct 2002 07:29:26 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GETNmV057161; Wed, 16 Oct 2002 07:29:23 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GETNpK057160; Wed, 16 Oct 2002 07:29:23 -0700 (PDT) Message-Id: <200210161429.g9GETNpK057160@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 07:29:23 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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