forked from pool/pcre2
Accepting request 750384 from home:AndreasStieger:branches:devel:libraries:c_c++
pcre2 10.34 OBS-URL: https://build.opensuse.org/request/show/750384 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=39
This commit is contained in:
parent
fa2808829f
commit
5169eba80a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35514dff0ccdf02b55bd2e9fa586a1b9d01f62332c3356e379eabb75f789d8aa
|
||||
size 1690739
|
Binary file not shown.
3
pcre2-10.34.tar.bz2
Normal file
3
pcre2-10.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74c473ffaba9e13db6951fd146e0143fe9887852ce73406a03277af1d9b798ca
|
||||
size 1714731
|
BIN
pcre2-10.34.tar.bz2.sig
Normal file
BIN
pcre2-10.34.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- pcre2 10.34:
|
||||
* implement the documented maximum number of capturing
|
||||
subpatterns of 65535
|
||||
* Improve the invalid utf32 support of the JIT compiler
|
||||
* Add support for matching in invalid UTF strings to the pcre2_match()
|
||||
* Give more error detail for invalid UTF-8 when detected in pcre2grep
|
||||
* support for invalid UTF-8 to pcre2grep.
|
||||
* Adjust the limit for "must have" code unit searching, in particular,
|
||||
* increase it substantially for non-anchored patterns.
|
||||
* Allow (*ACCEPT) to be quantified, because an ungreedy quantifier
|
||||
with a zero minimum is potentially useful.
|
||||
* Some changes to the way the minimum subject length is handled
|
||||
* Check for integer overflow when computing lookbehind lengths
|
||||
* Implement non-atomic positive lookaround assertions
|
||||
* Upgraded to Unicode 12.1.0
|
||||
* Make pcre2test -C show if libreadline or libedit is supported
|
||||
* Various bug fixes and improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 2 00:36:59 UTC 2019 - Jason Sikes <jsikes@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pcre2
|
||||
Version: 10.33
|
||||
Version: 10.34
|
||||
Release: 0
|
||||
Summary: A library for Perl-compatible regular expressions
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user