Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PCRE2 10.47

Latest

Choose a tag to compare

@NWilsonNWilson released this 21 Oct 09:52
f454e23
This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode.

This is a regular semi-annual release, incorporating a few new features and several maintenance and build improvements.

This release is available as before as a (signed) Git tag, or alternatively as a (signed) tarball of the Git tag (attestation).

NEWS

Only changes to behaviour, changes to the API, and other significant changes are described here. Please see theChangeLog and Git log for further details.

  • (Powerful new feature) Pattern recursion of the form(?1(GROUP_NAME_OR_NUM,...)) acts as a subroutine call which additionally
    returns the listed capturing groups to the calling context.

  • (Significant bugfix) Fixed a crash in pcre2_callout_enumerate() which is easily reachable on any pattern that contains a Unicode character class. If your application uses this function, please read the details for this change and evaluate its severity for your application.

  • (Build change) There are now linker scripts to enable symbol versioning for the PCRE2 dynamic libraries. Downstream Linux distributions may make use of this, or disable it with the new Autoconf--disable-symvers and CMake-DPCRE2_SYMVERS options. Linux, Solaris, and FreeBSD (GNU ld, LLVM lld, and Solaris ld) are tested and supported.

  • (New API function) Added pcre2_next_match(). This function makes it both simpler and safer for clients to iterate over all matches in a subject. The documentation inpcre2api also provides improved guidance in the section "Iterating over all matches".

  • (Minor API addition) Added the PCRE2_CONFIG_EFFECTIVE_LINKSIZE option to pcre2_config().

  • (Minor replacement syntax extension) Added support for$+ replacement to pcre2_substitute().

  • (Build change) Modernize the CMake build files, to use the$<BUILD_INTERFACE:...>,$<INSTALL_INTERFACE:...> andinstall(EXPORT...) expressions to export the PCRE2 targets.

New Contributors

Contributors

  • @iwamatsu
  • @feuerste
  • @MegaManSec
  • @IsaacOscar
  • @qaptoR
  • @Gsus42
iwamatsu, feuerste, and 4 other contributors
Assets8
Loading
Safari77, ltrzesniewski, tiawl, u-235, and Gsus42 reacted with thumbs up emojiryoskzypu, suboty, and 0xfeeddeadbeef reacted with rocket emoji
8 people reacted

[8]ページ先頭

©2009-2025 Movatter.jp