From owner-cvs-all Sat Apr 6 0:55:33 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 90C1937B417; Sat, 6 Apr 2002 00:55:20 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g368msq07584; Sat, 6 Apr 2002 03:48:54 -0500 (EST) (envelope-from mike) Date: Sat, 6 Apr 2002 03:48:54 -0500 From: Mike Barcroft To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/include string.h strings.h Message-ID: <20020406034854.C58485@espresso.q9media.com> References: <200204040541.g345fva08087@freefall.freebsd.org> <20020406084728.GA65304@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020406084728.GA65304@sunbay.com>; from ru@FreeBSD.org on Sat, Apr 06, 2002 at 11:47:28AM +0300 Organization: The FreeBSD Project 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 Ruslan Ermilov writes: > On Wed, Apr 03, 2002 at 09:41:57PM -0800, Mike Barcroft wrote: > > mike 2002/04/03 21:41:57 PST > > > > Modified files: > > include string.h strings.h > > Log: > > o Move some function prototypes from to the newly rewritten > > , based on POSIX.1-2001's requirements. > > o Add 'restrict' qualifier (spelled '__restrict') to functions in > > , as per C99 and POSIX.1-2001. > > o Properly expose new POSIX.1-2001 functions in . > > > > Revision Changes Path > > 1.13 +24 -22 src/include/string.h > > 1.2 +28 -13 src/include/strings.h > > > You forgot to fix the relevant manpages. I didn't really forget. In BSD, is a valid include to make visible all objects from . I'm not sure I want to change the BSD policy to match POSIX, when we can easily support both. OTOH, I have no objections to someone else making the changes to the relevant manuals. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message