bug-gnulib
[Top][All Lists]
Advanced

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

Re: Documentation for the regexp module


From: Eric Blake
Subject: Re: Documentation for the regexp module
Date: Mon, 24 Jan 2011 14:16:27 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.7

On 01/24/2011 01:57 PM, Jose E. Marchesi wrote:
>     
>         POSIX BREs and EREs
>     
>     And the GNU extensions that we should all be supporting by default
>     :).
> 
> Just to be sure.  By importing the 'regex' gnulib module and including
> REG_EXTENDED in the cflags parameter of regcomp we can be sure that we
> are supporting the GNU extensions, right?

For now, yes.

Eventually, we should provide two modules:

regex-posix (only what POSIX requires)
regex-gnu   (also all GNU extensions)

and have regex become regex-gnu (similar to other modules, like getopt).
 But when that day comes, it will be listed in NEWS.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]