From owner-cvs-all Wed Oct 16 7: 0:51 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 49C8637B401; Wed, 16 Oct 2002 07:00:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25A943EB1; Wed, 16 Oct 2002 07:00:49 -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 g9GE0kmV055029; Wed, 16 Oct 2002 07:00:46 -0700 (PDT) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GE0k1C055028; Wed, 16 Oct 2002 07:00:46 -0700 (PDT) Message-Id: <200210161400.g9GE0k1C055028@repoman.freebsd.org> From: Robert Drehmel Date: Wed, 16 Oct 2002 07:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include search.h src/lib/libc/stdlib Makefile.inc insque.3 insque.c remque.c src/lib/libcompat/4.3 insque.3 insque.c remque.c src/lib/libcompat Makefile 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:00:46 PDT Modified files: include search.h lib/libc/stdlib Makefile.inc lib/libcompat Makefile Added files: lib/libc/stdlib insque.3 insque.c remque.c Removed files: lib/libcompat/4.3 insque.3 insque.c remque.c Log: - Remove the old insque() and remque() functions and their manual page from the compatibility library. - Add new implementations of insque() and remque() which conform to IEEE Std 1003.1-2001 to libc. Add a new manual page for them and connect them to the build. - Add the prototypes of insque() and remque() to the search.h header. Revision Changes Path 1.9 +7 -3 src/include/search.h 1.39 +6 -5 src/lib/libc/stdlib/Makefile.inc 1.1 +59 -0 src/lib/libc/stdlib/insque.3 (new) 1.1 +48 -0 src/lib/libc/stdlib/insque.c (new) 1.1 +31 -0 src/lib/libc/stdlib/remque.c (new) 1.11 +0 -89 src/lib/libcompat/4.3/insque.3 (dead) 1.4 +0 -59 src/lib/libcompat/4.3/insque.c (dead) 1.4 +0 -57 src/lib/libcompat/4.3/remque.c (dead) 1.21 +2 -4 src/lib/libcompat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message