From owner-cvs-all Mon Sep 9 19: 5:13 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 AA45037B401; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45A7943E4A; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: from freefall.freebsd.org (wollman@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8A24oJU056715; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) (envelope-from wollman@freefall.freebsd.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8A24onm056714; Mon, 9 Sep 2002 19:04:50 -0700 (PDT) Message-Id: <200209100204.g8A24onm056714@freefall.freebsd.org> From: Garrett Wollman Date: Mon, 9 Sep 2002 19:04:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h src/lib/libc/stdlib Makefile.inc _Exit.c exit.3 qsort.3 qsort.c qsort_r.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 wollman 2002/09/09 19:04:50 PDT Modified files: lib/libc/stdlib Makefile.inc exit.3 qsort.3 qsort.c Added files: lib/libc/stdlib _Exit.c qsort_r.c Log: Implement C99's _Exit() interface. Implement a version of qsort that provides a thunk to the comparison function. Update manual pages. Revision Changes Path 1.37 +4 -3 src/lib/libc/stdlib/Makefile.inc 1.1 +22 -0 src/lib/libc/stdlib/_Exit.c (new) 1.12 +47 -22 src/lib/libc/stdlib/exit.3 1.11 +38 -12 src/lib/libc/stdlib/qsort.3 1.12 +40 -19 src/lib/libc/stdlib/qsort.c 1.1 +8 -0 src/lib/libc/stdlib/qsort_r.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message