Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 28 Feb 2001 14:03:47 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: Add Perl regex support to Cygwin? Message-ID: <20010228140347.I2327@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20010227232617 DOT A1806 AT redhat DOT com> <20010228111111 DOT G8464 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <20010228111111.G8464@cygbert.vinschen.de>; from vinschen@redhat.com on Wed, Feb 28, 2001 at 11:11:11AM +0100 On Wed, Feb 28, 2001 at 11:11:11AM +0100, Corinna Vinschen wrote: >On Tue, Feb 27, 2001 at 11:26:17PM -0500, Christopher Faylor wrote: >> Just an off the wall idea: >> >> http://www.pcre.org/ > >PCRE has an excellent reputation. Why not adding it to Cygwin? If >it becomes part of the DLL we could drop the need for the external >regex lib. That's what I was thinking. I love perl's regexp capability but I wonder if adding this would bloat the DLL too much. Maybe we need another DLL? With recent proposed changes to dlltool we could use a "forwarding" export in cygwin.def that would cause a cygpcre.dll to be loaded. er, um, I mean rhpcre.dll. cgf