From owner-cvs-src  Mon Mar 17 10: 1:41 2003
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7DA9237B404; Mon, 17 Mar 2003 10:01:39 -0800 (PST)
Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id BA2C343F75; Mon, 17 Mar 2003 10:01:35 -0800 (PST)
	(envelope-from obrien@NUXI.com)
Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1])
	by dragon.nuxi.com (8.12.7/8.12.7) with ESMTP id h2HI1YFU034041;
	Mon, 17 Mar 2003 10:01:34 -0800 (PST)
	(envelope-from obrien@dragon.nuxi.com)
Received: (from obrien@localhost)
	by dragon.nuxi.com (8.12.7/8.12.7/Submit) id h2HI1YAV034040;
	Mon, 17 Mar 2003 10:01:34 -0800 (PST)
Date: Mon, 17 Mar 2003 10:01:34 -0800
From: "David O'Brien" <obrien@FreeBSD.org>
To: Ruslan Ermilov <ru@FreeBSD.org>
Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
Subject: Re: cvs commit: src/usr.bin/awk Makefile
Message-ID: <20030317180134.GA33965@dragon.nuxi.com>
Reply-To: obrien@FreeBSD.org
References: <200303170807.h2H87soE018695@repoman.freebsd.org> <20030317084636.GA96226@nagual.pp.ru> <20030317170003.GA31982@dragon.nuxi.com> <20030317173733.GF8687@sunbay.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20030317173733.GF8687@sunbay.com>
User-Agent: Mutt/1.4i
X-Operating-System: FreeBSD 5.0-CURRENT
Organization: The NUXI BSD Group
X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3  90 76 5D 69 58 D9 98 7A
X-Pgp-Rsa-Keyid: 1024/34F9F9D5
Sender: owner-cvs-src@FreeBSD.ORG
Precedence: bulk
List-ID: <cvs-src.FreeBSD.ORG>
List-Archive: <http://docs.freebsd.org/mail/> (Web Archive)
List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions)
List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20cvs-src>
List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20cvs-src>
X-Loop: FreeBSD.ORG

On Mon, Mar 17, 2003 at 07:37:33PM +0200, Ruslan Ermilov wrote:
> On Mon, Mar 17, 2003 at 09:00:03AM -0800, David O'Brien wrote:
> > On Mon, Mar 17, 2003 at 11:46:36AM +0300, Andrey A. Chernov wrote:
> > > On Mon, Mar 17, 2003 at 00:07:54 -0800, David E. O'Brien wrote:
> > > > obrien      2003/03/17 00:07:54 PST
> > > > 
> > > >   FreeBSD src repository
> > > > 
> > > >   Modified files:
> > > >     usr.bin/awk          Makefile 
> > > >   Log:
> > > >   For the bwk_20030314 version, we have to -DHAS_ISBLANK now.
> > > >   Oh how I wish the author had accepted my "#ifndef isblank" patch instead.
> > > 
> > > In strict sense isblank() is a function, not necessary a macro.
> > 
> > Show me a single real implimentation that isn't a macro.
> > 
> : NAME
> : 	isblank - test for a blank character
> : 
> : SYNOPSIS
> : 	#include <ctype.h>
> : 	int isblank(int c);
> : 
> : DESCRIPTION
> : CX	The functionality described on this reference page
> : 	is aligned with the ISO C standard. Any conflict
> : 	between the requirements described here and the
> : 	ISO C standard is unintentional. This volume of
> : 	IEEE Std 1003.1-200x defers to the ISO C standard.
> : 	The isblank( ) function ...

A man page isn't an example, but what ever.  No sense arguing with you.

> Also, you've just imported one, and it's pretty REAL.  :-)

Geez, sorry I didn't say libc, where one finds this; and a system where
one would use AWK.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message