Jump to letter: [
          
            ABCDEFGKLMNOPRSTXZ
          ]
        
        pcre: Perl-compatible regular expression library
        
        
        - Summary
- Perl-compatible regular expression library.
PCRE has its own native API, but a set of "wrapper" functions that are based on
the POSIX API are also supplied in the library libpcreposix. Note that this
just provides a POSIX calling interface to PCRE: the regular expressions
themselves still follow Perl syntax and semantics. The header file
for the POSIX-style functions is called pcreposix.h.
Changelog
        
            - * Tue May  9 17:00:00 2006 Than Ngo <than{%}redhat{*}com> 6.6-1
- - update to 6.6
- fix multilib problem 
            - * Fri Feb 10 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 6.3-1.2.1
- - bump again for double-long bug on ppc(64) 
            - * Tue Feb  7 16:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 6.3-1.2
- - rebuilt for new gcc4.1 snapshot and glibc changes