Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Fri Nov 9 16:00:00 2007 Josh Bressers <bressers{%}redhat{*}com> - 6.6-2.el5_1.1
- Resolves: #373441, CVE-2006-7224
- * Thu Oct 11 17:00:00 2007 Than Ngo <than{%}redhat{*}com> - 6.6-2.1
- Resolves: #315951, CVE-2007-1659, CVE-2007-1660
- * Thu Oct 11 17:00:00 2007 Than Ngo <than{%}redhat{*}com> - 6.6-1.2
- Resolves: #315951, CVE-2007-1659, CVE-2007-1660