Name: | pcre |
---|---|
Version: | 8.42 |
Release: | 4.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 518067 |
License: | BSD |
RPM: | pcre-8.42-4.el8.x86_64.rpm |
Source RPM: | pcre-8.42-4.el8.src.rpm |
Build Date: | Thu Mar 07 2019 |
Build Host: | ca-build101.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.pcre.org/ |
Summary: | Perl-compatible regular expression library |
Description: | PCRE, Perl-compatible regular expression, library has its own native API, but a set of wrapper functions that are based on the POSIX API are also supplied in the libpcreposix library. Note that this just provides a POSIX calling interface to PCRE: the regular expressions themselves still follow Perl syntax and semantics. This package provides support for strings in 8-bit and UTF-8 encodings. Detailed change log is provided by pcre-doc package. |
- Fix anchoring in conditionals with only one branch (bug #1619228)
- Fix autopossessifying a repeated negative class with no characters less than 256 that is followed by a positive class with only characters less than 256 (bug #1619228)
- Fix handling UTF and start-of-pattern options in C++ wrapper (upstream bug #2283) - Fix an error message and locale handling in pcregrep tool
- 8.42 bump
- Fix compiler warnings in pcregrep
- 8.42-RC1 bump
- Fix returning unset groups in POSIX interface if REG_STARTEND has a non-zero starting offset (upstream bug #2244)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Switch to %ldconfig_scriptlets
- Fix out-of-bounds read for partial matching of /./ against an empty string when the newline type is CRLF (upstream bug #2226)