aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 02:37:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-19 02:37:38 +0000
commitdecc012cf07d4a55d2d01c2ad34e28c733bd32aa (patch)
tree0d29f8513f148ff9e2aaddabb7869d519d40ff62 /ChangeLog
parentacd962655f1d8c5376d7485104d3d54a3036e9d5 (diff)
downloadruby-decc012cf07d4a55d2d01c2ad34e28c733bd32aa.tar.gz
re.c: match? should return nil if no match
* re.c (rb_reg_match_m_p): should return nil if no match, as the document says. [Feature #8110] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6d390578f..cc2c6ae738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 19 11:37:36 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * re.c (rb_reg_match_m_p): should return nil if no match, as the
+ document says. [Feature #8110]
+
Thu May 19 00:17:01 2016 NARUSE, Yui <naruse@ruby-lang.org>
* re.c (reg_names_iter): specify capacify