aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-12 14:35:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-12 14:35:26 +0000
commitba9eb2c92930c85e4671fc6da71f88f5ffcb504c (patch)
tree83bbbae5ebb061b78615126a2e5a833358b33c7f /ChangeLog
parent7927f32a19f501f7323dbd71066e7480ce104b8b (diff)
downloadruby-ba9eb2c92930c85e4671fc6da71f88f5ffcb504c.tar.gz
* re.c (match_values_at): make #select to be alias to #values_at
to adapt RDoc description. [ruby-core:12588] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13683 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 68a2db5f32..c62b473baa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,11 @@ Fri Oct 12 12:44:11 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* array.c (rb_ary_product): accessing out of memory bounds.
condition fixed.
+Fri Oct 12 11:22:15 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * re.c (match_values_at): make #select to be alias to #values_at
+ to adapt RDoc description. [ruby-core:12588]
+
Thu Oct 11 21:10:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.