From 3dd019fde23098f7f94adcd2fc600a706cbf7c8d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Dec 2002 15:21:01 +0000 Subject: * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a, match_select): return instances of same class as the original string. [ruby-dev:19119] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b5b12cc4..8e5ccaa48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 20 00:16:06 2002 Nobuyoshi Nakada + + * re.c (rb_reg_match_pre, rb_reg_match_post, match_to_a, + match_select): return instances of same class as the original + string. [ruby-dev:19119] + Thu Dec 19 22:55:49 2002 NAKAMURA Usaku * numeric.c (DBL_EPSILON): fix typo. -- cgit