Jump to letter: [
      
        ABCDEFGHIKLMNOPQRSTUVWX
      ]
    
    pcre - Perl-compatible regular expression library
    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.
    
    Packages
    Latest: pcre-8.35-2.rhel7.fio.x86_64.rpm
    
      
        | Name | 
        Epoch | 
        Version | 
        Release | 
        Arch | 
        Size | 
        Built | 
      
      
        | pcre | 
        0 | 
        8.35 | 
        2.rhel7.fio | 
        x86_64 | 
        455 KiB | 
        2014-08-16 10:59:09 | 
      
    
    Changelog:
    
      
        - * 2014-04-11 - Petr Pisar <ppisar[AT]redhat[DOTCOM]> - 8.35-2
 
        - Do no rely on wrapping signed integer while parsing {min,max} expression
  (bug #1086630) 
      
    
      
        - * 2014-04-09 - Petr Pisar <ppisar[AT]redhat[DOTCOM]> - 8.35-1
 
        - 8.35 bump
- Run tests in parallel
 
      
    
      
        - * 2014-03-14 - Petr Pisar <ppisar[AT]redhat[DOTCOM]> - 8.35-0.1.RC1
 
        - 8.35-RC1 bump
 
      
    
      
        - * 2014-03-11 - Petr Pisar <ppisar[AT]redhat[DOTCOM]> - 8.34-4
 
        - Fix max/min quantifiers in ungreedy mode (bug #1074500)
 
      
    
      
        - * 2014-01-21 - Dan Horák <dan[at]danny.cz> - 8.34-3
 
        - enlarge stack for tests on s390x