Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pcre - Perl-compatible regular expression library
- Description:
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
pcre-7.8-7.el6.i686
[195 KiB] |
Changelog
by Petr Pisar (2015-02-26):
- Check starting offest for pointing into a subject string
(Resolves: #1193524)
- Pass back detailed error when UTF-8 check fails at runtime
(Resolves: #1193524)
|
pcre-7.8-6.el6.i686
[194 KiB] |
Changelog
by Petr Pisar (2012-09-05):
- Fix repeated forward reference needing a character (Resolves: #756105)
- Fix caseless match if cases differ in encoding length (Resolves: #759475)
|
pcre-7.8-4.el6.i686
[193 KiB] |
Changelog
by Petr Pisar (2012-01-10):
- Add license files to static subpackage (Resolves: #613690)
- Fix typos in pcretest(1) manual page (Resolves: #676636)
- Fix typos in pcregrep(1) manual page (Resolves: #676643)
|