From owner-freebsd-current@FreeBSD.ORG Thu Sep 21 17:55:57 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A830916A407; Thu, 21 Sep 2006 17:55:57 +0000 (UTC) (envelope-from eggert@CS.UCLA.EDU) Received: from kiwi.cs.ucla.edu (Kiwi.CS.UCLA.EDU [131.179.128.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5890443D46; Thu, 21 Sep 2006 17:55:55 +0000 (GMT) (envelope-from eggert@CS.UCLA.EDU) Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by kiwi.cs.ucla.edu (8.11.7p3+Sun/8.11.7/UCLACS-5.2) with ESMTP id k8LHtmd03881; Thu, 21 Sep 2006 10:55:48 -0700 (PDT) Received: from eggert by penguin.cs.ucla.edu with local (Exim 4.50) id 1GQSm4-0002e5-1A; Thu, 21 Sep 2006 10:55:48 -0700 To: Mikhail Teterin References: <200609202304.25537@aldan> <20060921154412.GA59729@nagual.pp.ru> <200609211225.55889.mi+mx@aldan.algebra.com> From: Paul Eggert Date: Thu, 21 Sep 2006 10:55:48 -0700 In-Reply-To: <200609211225.55889.mi+mx@aldan.algebra.com> (Mikhail Teterin's message of "Thu, 21 Sep 2006 12:25:55 -0400") Message-ID: <87d59pumsb.fsf@penguin.cs.ucla.edu> User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 21 Sep 2006 18:33:39 +0000 Cc: current@freebsd.org, tjr@freebsd.org Subject: Re: replacing FreeBSD's -lgnuregex with GNUlib's version X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2006 17:55:57 -0000 Mikhail Teterin writes: > http://cvs.savannah.gnu.org/viewcvs/gnulib/gnulib/modules/regex/ > > Paul, is there a better link -- I can't see the actual files throw > the "ViewCVS" interface... briefly lists the regex module and contains pointers to the files involved. regex depends on other gnulib modules so you may have to chase some of them down. provides an overview of gnulib, which may help you gain context. You can see an example use of the regex module in .