From owner-cvs-src@FreeBSD.ORG Wed Dec 17 05:40:15 2003 Return-Path: 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 D922816A4CE; Wed, 17 Dec 2003 05:40:15 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0181743D48; Wed, 17 Dec 2003 05:39:54 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 905BD5C7C3; Wed, 17 Dec 2003 05:39:53 -0800 (PST) Date: Wed, 17 Dec 2003 05:39:53 -0800 From: Alfred Perlstein To: "Jacques A. Vidrine" Message-ID: <20031217133953.GD60229@elvis.mu.org> References: <200312170256.hBH2uSOn062945@repoman.freebsd.org> <200312170254.hBH2sTJx062816@repoman.freebsd.org> <20031217132252.GA6018@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031217132252.GA6018@madman.celabo.org> User-Agent: Mutt/1.4.1i cc: "Jordan K. Hubbard" cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/include fnmatch.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 13:40:16 -0000 * Jacques A. Vidrine [031217 05:23] wrote: > On Tue, Dec 16, 2003 at 06:54:29PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:54:29 PST > > > > FreeBSD src repository > > > > Modified files: > > include fnmatch.h > > Log: > > Conformance: Define FNM_NOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html) > > > > Revision Changes Path > > 1.12 +2 -0 src/include/fnmatch.h > > On Tue, Dec 16, 2003 at 06:56:28PM -0800, Jordan K. Hubbard wrote: > > jkh 2003/12/16 18:56:28 PST > > > > FreeBSD src repository > > > > Modified files: > > include regex.h > > Log: > > Conformance: Add REG_ENOSYS (see http://www.opengroup.org/onlinepubs/007904975/basedefs/regex.h.html) > > > > Revision Changes Path > > 1.7 +1 -0 src/include/regex.h > > > I don't understand ... why add these defines that are marked > `obsolescent'? We don't use them now (clearly), strictly conforming > applications cannot use them, and they may be widthdrawn from the > referenced standard in the future. It is still required for standards conformance. There may be tools out there that expect to "just work" like so switch (id) { ... case FNM_NOSYS: str = "FNM_NOSYS"; ... } and those should "just work". -- - Alfred Perlstein - Research Engineering Development Inc. - email: bright@mu.org cell: 408-480-4684