summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-01 18:53:26 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-09-01 18:53:26 +0200
commitd077404170160a6936e448a40cbb74a95d19ff3c (patch)
tree1ab0d5a03a46659e39de2e611e89642d9de5867b /HISTORY
parent6b31069db6198cd50cc17f2c63917dd2df5775fb (diff)
parentb62fc1758f4ae8459e6d7e8386ca547274b4daa2 (diff)
Updated version 6.6.1 from 'upstream/6.6.1'
with Debian dir 43da96f2ad45c214a26fc8b155a175b1c828e493
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY19
1 files changed, 19 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9db4712..91675e9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,5 +1,24 @@
History
+2017/08/30: Version 6.6.1
+
+2017/08/29: fix definition of \X to (?>\O(?:\Y\O)*)
+
+2017/08/28: Version 6.6.0
+
+2017/08/26: fix #67: can't compile with Visual Studio 2005
+2017/08/24: rename Absent clear to Range clear
+2017/08/21: [new] Extended Grapheme Cluster \X and boundary \y, \Y
+2017/08/17: fix: invalid index(ctype) value assigned to Unicode Block properties
+2017/08/16: --enable-crnl-as-line-terminator to be deprecated
+2017/08/15: [new] ASCII only mode options (?WDSP)
+2017/08/14: [new] ONIG_OPTION_XXXX_IS_ASCII options
+2017/08/11: disable OP_CCLASS_NODE
+2017/08/11: [spec] Absent clear restore previous range value at backtrack
+2017/08/07: optimize for simple one char repetition in Absent expression
+2017/08/07: fix: invalid impl. for reluctant repetition in Absent expression
+2017/08/04: remove compile switch USE_NAMED_GROUP
+
2017/08/03: Version 6.5.0
2017/07/30: [new] support Absent clear (Absent functions)