From: K.Kosako Date: Thu, 3 Aug 2017 05:11:19 +0000 (+0900) Subject: update HISTORY X-Git-Tag: v6.5.0^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70c6ac55e2e728253b22d1ee677ec46bd4166995;p=onig update HISTORY --- diff --git a/HISTORY b/HISTORY index ca56a4d..9db4712 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,19 @@ History +2017/08/03: Version 6.5.0 + +2017/07/30: [new] support Absent clear (Absent functions) +2017/07/25: abolish configure option: --enable-combination-explosion-check +2017/07/23: [new] support Absent functions (?~...) +2017/07/14: fix #65: SIZEOF_SIZE_T doesn't exist on certain architecutres +2017/07/11: [new] support \O (true anychar) +2017/07/10: [new] support \K (keep) +2017/07/10: add new node type: NODE_GIMMICK +2017/07/07: [new] support \N (no newline) +2017/07/05: [new] support \R (general newline) +2017/07/05: [new] support if-then-else syntax +2017/07/04: [new] support backref validity checker + 2017/07/03: Version 6.4.0 2017/06/30: fix memory leaks