\K
in lookarounds, re-enable with PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK
.<title>
element clean up and warnings.TidyCloseQuotedValuesAtGt
option to close a quoted value prematurely if there is a “>” character before or instead of the closing quote character.xmlSecX509DataGetNodeContent()
, with fixed return value.xmlSecOpenSSLAppPkcs12LoadBIO()
. It now logs the real root error cause.FindFirstFileEx()
internally, which is faster according to MSDN.TDIPcreFileFinder
regular expression engine updated to PCRE 10.37.(*MARK)
bug in the interpreter.a\K.(?0)*
when matched against “abac” by the interpreter gave the answer “bac”, whereas Perl and JIT both yield “c”. This was because the effect of \K
was not propagating back from the full pattern recursion. Other recursions such as (a\K.(?1)*)
did not have this problem.sqlite3_preupdate_blobwrite
, sqlite3session_object_config
, sqlite3session_changeset_size
.TYuZstdCompressor
: Compress using the modern Zstandard compression algorithm.