From 6b986090d954dbac91bbb3c43ce7c3328c91a780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 20 Apr 2020 20:33:51 +0200 Subject: New upstream version 6.9.5 --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index eb215de..63d835a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ Supported character encodings: * doc/SYNTAX.md: contributed by seanofw +Version 6.9.5 +------------- + +* POSIX API disabled by default for Unix (* Enabled by: configure --enable-posix-api=yes) +* Update Unicode version 13.0.0 +* NEW: Code point sequence notation \x{HHHH HHHH ...}, \o{OOOO OOOO ...} +* NEW API: retry limit in search functions +* NEW API: maximum nesting level of subexp call +* Fixed behavior of isolated options in Perl and Java syntaxes. /...(?i).../ + + Version 6.9.4 ------------- @@ -216,7 +227,16 @@ Install (I have checked by Visual Studio Community 2015) +Alternatively, you can build and install oniguruma using [vcpkg](https://github.com/microsoft/vcpkg/) dependency manager: + + 1. git clone https://github.com/Microsoft/vcpkg.git + 2. cd vcpkg + 3. ./bootstrap-vcpkg.bat + 4. ./vcpkg integrate install + 5. ./vcpkg install oniguruma +The oniguruma port in vcpkg is kept up to date by microsoft team members and community contributors. +If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository. Regular Expressions ------------------- -- cgit v1.2.3