From owner-cvs-src@FreeBSD.ORG Tue May 10 11:35:21 2005 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 A97DE16A4CE; Tue, 10 May 2005 11:35:21 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461EC43D66; Tue, 10 May 2005 11:35:21 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.217.226) by smtp02.syd.iprimus.net.au (7.0.036) id 426404FF0089BE36; Tue, 10 May 2005 21:35:19 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 4E3404371; Tue, 10 May 2005 21:36:35 +1000 (EST) Date: Tue, 10 May 2005 21:36:35 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20050510113635.GA36039@cat.robbins.dropbear.id.au> References: <200505101052.j4AAqVMs059548@repoman.freebsd.org> <20050510111816.GA69772@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050510111816.GA69772@nagual.pp.ru> User-Agent: Mutt/1.4.1i Subject: Re: cvs commit: src/gnu/lib/libregex regex.c 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: Tue, 10 May 2005 11:35:21 -0000 On Tue, May 10, 2005 at 03:18:16PM +0400, Andrey Chernov wrote: > 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 I'm just about to make one last commit to fix the build infrastructure, which should fix this. > 2) Are you sure you not break 'grep [a-z]' or similar usage for single > byte native charsets? Fairly sure. If it doesn't work after my next commit, I'll fix it the same way I did last import. Tim