summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6d9db1c2f..532a733eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -299,6 +299,12 @@ Sun Mar 26 02:01:54 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_io_m17n.rb (TestIO_M17N#test_puts_widechar): do
not use invalid codepoint. [ruby-core:79966] [Bug #13292]
+Sun Mar 26 01:58:03 2017 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * regcomp.c (set_bm_skip): Need to check the end of the string.
+ this patch is from https://github.com/k-takata/Onigmo/commit/e5c0e6c36187898bb27960cd66d591f172558848 .
+ [Backport #12997]
+
Sun Mar 26 01:48:05 2017 Nobuyoshi Nakada <nobu@ruby-lang.org>
date_core.c: [DOC] revise docs [ci skip]