Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.3-3.fc9.src
[758 KiB] |
Changelog
by Tomas Hoger (2008-02-12):
- Backport patch from upstream pcre 7.6 to address buffer overflow
caused by "a character class containing a very large number of
characters with codepoints greater than 255 (in UTF-8 mode)"
CVE-2008-0674, #431660
- Try re-enabling make check again.
|