summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 10:39:35 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-24 10:39:35 +0000
commit3ee460750c501d91710da94ec483cb2318aa906a (patch)
treefcf768f397871f99cc3c080e5cfc2f26a412a086 /ChangeLog
parentb4f1675c777e497f2a5fb2c922c4710f58f84676 (diff)
merges r28728 from trunk into ruby_1_9_2.
-- * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalid multibyte characters. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28748 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 14b7117b9e..6fa83202a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 23 09:02:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalid
+ multibyte characters.
+
Thu Jul 22 16:27:41 2010 NARUSE, Yui <naruse@ruby-lang.org>
* re.c (rb_reg_expr_str): fix broken Regexp#inspect when it