From owner-freebsd-arch Thu May 18 20: 5:39 2000 Delivered-To: freebsd-arch@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 3DC1D37BA18; Thu, 18 May 2000 20:05:33 -0700 (PDT) (envelope-from chris@holly.calldei.com) Received: from holly.calldei.com ([208.191.155.7]) by mta5.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0FUS0037JDWODQ@mta5.rcsntx.swbell.net>; Thu, 18 May 2000 22:05:13 -0500 (CDT) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id WAA19041; Thu, 18 May 2000 22:06:06 -0500 (CDT envelope-from chris) Date: Thu, 18 May 2000 22:06:05 -0500 From: Chris Costello Subject: Review for basename(3) and dirname(3) implementation. To: arch@FreeBSD.org Cc: committers@FreeBSD.org Reply-To: chris@calldei.com Message-id: <20000518220605.B11065@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've implemented an XPG4.2-conforming version of basename(3) and dirname(3), along with reentrant basename_r(3) and dirname_r(3) functions. I would like some feedback for this code and hopefully it can be committed soon. The new files are available at http://people.FreeBSD.org/~chris/basename/ -- libgen.h to go in src/include and the rest to go in lib/libc/gen. -- |Chris Costello |The only way to get rid of temptation is to yield to it. `-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message