From 6c6b31b2a2cfe231b41efcf8f561d7cd94ee193d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 14:35:26 +0000 Subject: * re.c (match_values_at): make #select to be alias to #values_at to adapt RDoc description. [ruby-core:12588] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68a2db5f3..c62b473ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,11 @@ Fri Oct 12 12:44:11 2007 Yukihiro Matsumoto * array.c (rb_ary_product): accessing out of memory bounds. condition fixed. +Fri Oct 12 11:22:15 2007 Yukihiro Matsumoto + + * 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 * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. -- cgit