Opened 2 years ago

Closed 2 years ago

#16417 closed enhancement (fixed)

pcre2-10.40

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 2 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 2 years ago

Version 10.40 15-April-2022

This is mostly a bug-fixing and code-tidying release. However, there are some extensions to Unicode property handling:

  • Added support for Bidi_Class and a number of binary Unicode properties, including Bidi_Control.
  • A number of changes to script matching for \p and \P:
  • Script extensions for a character are now coded as a bitmap instead of a list of script numbers, which should be faster and does not need a loop.
  • Added the syntax \p{script:xxx} and \p{script_extensions:xxx} (synonyms sc and scx).
  • Changed \p{scriptname} from being the same as \p{sc:scriptname} to being the same as \p{scx:scriptname} because this change happened in Perl at release 5.26.
  • The standard Unicode 4-letter abbreviations for script names are now recognized.
  • In accordance with Unicode and Perl's "loose matching" rules, spaces, hyphens, and underscores are ignored in property names, which are then matched independent of case.

comment:3 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

118e8ef57e Update to pcre2-10.40.
c98a330c2a Update to rsync-3.2.4.
Note: See TracTickets for help on using tickets.