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-8.10-1.fc14.i686
[218 KiB] |
Changelog
by Petr Pisar (2010-07-12):
- 8.10 bump (bug #612635)
- Add LICENCE to static subpackage because COPYING refers to it
- Remove useless rpath by using new libtool (simple sed does not work anymore
because tests need to link against just-compiled library in %check phase)
|