Re: GRegex API



On Tue, 9 Mar 1999, Scott Wimer wrote:
> I've been doing some work on a nice wrapper around the wonderful
> regex implementation in PCRE (Perl Compatible Regular Expression).

I really like the API (PCRE is used frequently in some of my code).  My
only concern is one of packaging.

Glib provides services that are generally assumed to always be
available.  This would imply either disabling GRegex when PCRE is not
present, or adding PCRE as a Glib dependency.  A third option is to
bundle PCRE with Glib.  The first two make Glib less standalone in
nature, and are less appealing.

	Jeff






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]