From owner-cvs-src@FreeBSD.ORG Sun Jul 4 01:57:58 2004 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 DEC4B16A4CE; Sun, 4 Jul 2004 01:57:58 +0000 (GMT) Received: from robbins.dropbear.id.au (043.b.010.mel.iprimus.net.au [210.50.201.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A6943D41; Sun, 4 Jul 2004 01:57:58 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id AD0E3421A; Sun, 4 Jul 2004 12:01:37 +1000 (EST) Date: Sun, 4 Jul 2004 12:01:37 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040704020137.GA52443@cat.robbins.dropbear.id.au> References: <200407040107.i6417cfl006274@repoman.freebsd.org> <20040704011848.GA43304@nagual.pp.ru> <20040704014023.GA52300@cat.robbins.dropbear.id.au> <20040704014816.GA43664@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040704014816.GA43664@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: Sun, 04 Jul 2004 01:57:59 -0000 On Sun, Jul 04, 2004 at 05:48:16AM +0400, Andrey Chernov wrote: > On Sun, Jul 04, 2004 at 11:40:23AM +1000, Tim Robbins wrote: > > > What do you plan to do with it? It is not ready to replace what we already > > > have due to broken (not collated) [a-z]-type ranges for single byte > > > locales. > > > > I'll fix it. Thanks for pointing out the problem. > > Yes, please fix it or back it out, in case fixing will be hard. > > BTW, if you do it in preparation of importing grep 2.5.1, please also > notice that this version of grep not passes its own test suite. When I > look there last time, I can't deside is it not pass some test right or > wrong... It passes its test suite here: $ make check Warning: Object directory not changed from original /tmp/g2/grep ===> doc Please, do not be alarmed if some of the tests failed. Report them to , with the line number, the name of the file, and grep version number 'grep --version'. Make sure you have the word grep in the subject. Thank You. PASS: warning.sh PASS: khadafy.sh PASS: spencer1.sh PASS: bre.sh PASS: ere.sh PASS: status.sh PASS: empty.sh PASS: options.sh PASS: backref.sh PASS: file.sh All 10 tests passed Can you give me the specific test that failed? Tim