Date: Wed, 16 Oct 2002 07:00:46 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> 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 Message-ID: <200210161400.g9GE0k1C055028@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210161400.g9GE0k1C055028>
