From owner-cvs-all@FreeBSD.ORG Tue May 10 11:18:22 2005 Return-Path: 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 3012316A4CE; Tue, 10 May 2005 11:18:22 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9443543D7D; Tue, 10 May 2005 11:18:20 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.3/8.13.3) with ESMTP id j4ABIHH4069818; Tue, 10 May 2005 15:18:17 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.3/8.13.3/Submit) id j4ABIH9x069817; Tue, 10 May 2005 15:18:17 +0400 (MSD) (envelope-from ache) Date: Tue, 10 May 2005 15:18:16 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20050510111816.GA69772@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200505101052.j4AAqVMs059548@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505101052.j4AAqVMs059548@repoman.freebsd.org> User-Agent: Mutt/1.5.9i X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.30.0.12; VDF: 6.30.0.166; host: nagual.pp.ru) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (nagual.pp.ru [0.0.0.0]); Tue, 10 May 2005 15:18:17 +0400 (MSD) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/lib/libregex regex.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2005 11:18:22 -0000 On Tue, May 10, 2005 at 10:52:31AM +0000, Tim J. Robbins wrote: > Merge. Discard local bracket expression collating order patch, since > modern versions of GNU regex already do things the way we want when > multibyte character support is enabled. 1) 'make depend' fails (no -I${.CURDIR}) mkdep -f .depend -a -D_REGEX_RE_COMP -DSTDC_HEADERS gnuregex.c gnuregex.c:85:28: regex_internal.h: No such file or directory 2) Are you sure you not break 'grep [a-z]' or similar usage for single byte native charsets? -- http://ache.pp.ru/