Regex: Update PCRE to v8.35.
I was über lazy at first, so took libs from SM. But actually it's quite easy to compile, so let's update to latest version \o/.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.TH PCREGREP 1 "13 September 2012" "PCRE 8.32"
|
||||
.TH PCREGREP 1 "03 April 2014" "PCRE 8.35"
|
||||
.SH NAME
|
||||
pcregrep - a grep with Perl-compatible regular expressions.
|
||||
.SH SYNOPSIS
|
||||
@ -11,9 +11,13 @@ pcregrep - a grep with Perl-compatible regular expressions.
|
||||
grep commands do, but it uses the PCRE regular expression library to support
|
||||
patterns that are compatible with the regular expressions of Perl 5. See
|
||||
.\" HREF
|
||||
\fBpcresyntax\fP(3)
|
||||
.\"
|
||||
for a quick-reference summary of pattern syntax, or
|
||||
.\" HREF
|
||||
\fBpcrepattern\fP(3)
|
||||
.\"
|
||||
for a full description of syntax and semantics of the regular expressions
|
||||
for a full description of the syntax and semantics of the regular expressions
|
||||
that PCRE supports.
|
||||
.P
|
||||
Patterns, whether supplied on the command line or in a separate file, are given
|
||||
@ -674,6 +678,6 @@ Cambridge CB2 3QH, England.
|
||||
.rs
|
||||
.sp
|
||||
.nf
|
||||
Last updated: 13 September 2012
|
||||
Copyright (c) 1997-2012 University of Cambridge.
|
||||
Last updated: 03 April 2014
|
||||
Copyright (c) 1997-2014 University of Cambridge.
|
||||
.fi
|
||||
|
Reference in New Issue
Block a user