aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.Kosako <kkosako0@gmail.com>2023-10-05 00:05:10 +0900
committerK.Kosako <kkosako0@gmail.com>2023-10-05 00:05:10 +0900
commit2e34176b8a05e8a647f941bc67501516e66500bf (patch)
tree32fd5ca684c98994938f7f9c26451e3e32a28f5f
parente78440f992acfc39cf3485100e15bfd215c91b92 (diff)
downloadoniguruma-2e34176b8a05e8a647f941bc67501516e66500bf.zip
oniguruma-2e34176b8a05e8a647f941bc67501516e66500bf.tar.gz
oniguruma-2e34176b8a05e8a647f941bc67501516e66500bf.tar.bz2
update HISTORY
-rw-r--r--HISTORY20
1 files changed, 19 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7d349aa..4d40927 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,24 @@
History
-2022/04/2X: Version 6.9.8
+2023/10/1X: Version 6.9.9
+
+2023/09/17: Update to Unicode 15.1.0
+2023/07/11: Make sure oniguruma.pc is removed on distclean
+2023/05/20: fix #284: .{0,99} and .* behave differently on short input
+2023/03/27: fix call by number (?n), (?+n), (?-n) of ONIG_SYNTAX_PERL_NG
+2023/03/27: fix #282: Dynamic library generated failed to support '(?-i)'
+2022/12/30: add a new behavior ONIG_SYN_BRE_ANCHOR_AT_EDGE_OF_SUBEXP
+2022/11/16: Changed the behavior of the FIND_LONGEST option to follow all alternatives
+2022/09/16: Update to Unicode 15.0.0
+2022/08/30: add ONIG_OPTION_MATCH_WHOLE_STRING
+2022/08/28: fix ctype punct in Unicode encodings
+2022/08/28: fix #268: [[:punct:]] isn't matching all expected symbols. [[:punct:]] = \p{PosixPunct} = \p{P} + \p{S}
+2022/06/25: Make the behavior of \p{Word} exactly the same as \w for ignorecase
+2022/06/24: (?I) invalid results for charcter classes (Issue #264)
+2022/06/15: fix negative POSIX bracket bug
+2022/06/03: Build tests with cmake+msvc
+
+2022/04/29: Version 6.9.8
2022/04/11: implement whole option: (?C)
2022/04/07: implement whole option: (?L)