Skip to content

Commit 3a717a6

Browse files
author
Pavel Marek
committed
[GR-33932] Finish PCRE2 support.
PullRequest: fastr/2661
2 parents 8d81ae4 + fadafd3 commit 3a717a6

File tree

13 files changed

+281
-156
lines changed

13 files changed

+281
-156
lines changed

CHANGELOG.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
# 21.3.0
2-
* Upgrade of PCRE to PCRE2 version 10.37.
3-
* Some Unicode patterns and texts are still not supported.
4-
5-
Bug fixes:
6-
7-
* Fixed implicit make rule parameters used when building R extensions
8-
* Fixes, e.g., installation of maps package version 3.3.0.
9-
* Fixed unexpected garbage collection of CHARSXP objects in R extensions
10-
* Option --no-init-file is not ignored anymore
112
* Upgrade of [PCRE](https://www.pcre.org/) to PCRE2 version 10.37.
12-
* Some Unicode patterns and texts are still not supported.
133
* See [GNU-R changelog](https://cran.r-project.org/doc/manuals/r-devel/NEWS.html) (section MIGRATION TO PCRE2) for more details
14-
on potentially user visible differences between PCRE and PCRE2
4+
on potentially user visible differences between PCRE and PCRE2
155

166
Bug fixes:
177

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ overlay : 'df979f39d1b36b134e2c5c31cdd50cd645426d74' }
1+
{ overlay : 'bae617a2acb1e57fa1685c2d051c5ca52b24d184' }

0 commit comments

Comments
 (0)