From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: jjohnstn@redhat.com Cc: gcc-patches@gcc.gnu.org, binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: libibery regex Date: Tue, 10 Jul 2001 17:22:00 -0000 Message-id: <200107110022.UAA30714@greed.delorie.com> References: <200107091924.PAA15845@greed.delorie.com> <3B4B2F4C.257185A8@cygnus.com> <200107101645.MAA08773@greed.delorie.com> <3B4B4E2F.3DEFD9E7@cygnus.com> X-SW-Source: 2001-07/msg00086.html I committed this, and mirrored it to src as well. Tested on Linux (but of course a new file with unique names "shouldn't affect anything" ;). Thanks! To all: If you want GNU regex (from glibc, and I will strive to keep it in sync), just include "xregex.h" in your source and libiberty will provide you with it. No need to do anything special, as xregex #defines all the usual names (regcmp, etc) to "x" names (xregcmp, etc). > 2001-07-10 Jeff Johnston > > * Makefile.in: Add support for regex code. > * regex.c: New file. > > The include directory ChangeLog is: > > 2001-07-10 Jeff Johnston > > * xregex.h: New file to support libiberty regex. > * xregex2.h: Ditto.