From owner-cvs-src@FreeBSD.ORG Sun Jul 4 01:36:44 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 7504616A4CE; Sun, 4 Jul 2004 01:36:44 +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 D7A6143D31; Sun, 4 Jul 2004 01:36:43 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CAE88421E; Sun, 4 Jul 2004 11:40:23 +1000 (EST) Date: Sun, 4 Jul 2004 11:40:23 +1000 From: Tim Robbins To: Andrey Chernov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20040704014023.GA52300@cat.robbins.dropbear.id.au> References: <200407040107.i6417cfl006274@repoman.freebsd.org> <20040704011848.GA43304@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040704011848.GA43304@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:36:44 -0000 On Sun, Jul 04, 2004 at 05:18:48AM +0400, Andrey Chernov wrote: > On Sun, Jul 04, 2004 at 01:07:38AM +0000, Tim J. Robbins wrote: > > tjr 2004-07-04 01:07:38 UTC > > > > FreeBSD src repository > > > > Modified files: > > gnu/lib/libregex regex.c > > Log: > > Merge local changes (addition of $FreeBSD$). > > 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. Tim