aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-23 03:32:58 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-23 03:32:58 +0000
commitd078f51f578402c2ad6b9a8f9068dfc88584ed99 (patch)
treeefa4cb0d145d2a39a782eab56e8bff34680856e0 /ChangeLog
parent815ab02971f7b94e276823f407b8fc2723bf703b (diff)
downloadruby-d078f51f578402c2ad6b9a8f9068dfc88584ed99.tar.gz
* re.c (rb_reg_search): fix: 4th argument should be regexp
object. patched by shintaro kuwamoto [ruby-dev:41667] #3459 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29074 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 004ac1e82c..0a98943784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 23 12:28:58 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * re.c (rb_reg_search): fix: 4th argument should be regexp
+ object. patched by shintaro kuwamoto [ruby-dev:41667] #3459
+
Mon Aug 23 02:23:05 2010 NARUSE, Yui <naruse@ruby-lang.org>
* util.c (ruby_strtod): make sure to have digit-sequence after 'p'