summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 15:21:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-19 15:21:01 +0000
commit3dd019fde23098f7f94adcd2fc600a706cbf7c8d (patch)
tree001709f4e7a8cf1863907bd45f2a839bff6455d2 /ChangeLog
parent2c0f3218811aef51aa746464315444f916ad653c (diff)
downloadruby-3dd019fde23098f7f94adcd2fc600a706cbf7c8d.tar.gz
ruby-3dd019fde23098f7f94adcd2fc600a706cbf7c8d.tar.xz
ruby-3dd019fde23098f7f94adcd2fc600a706cbf7c8d.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <nobu.nokada@softhome.net>
+
+ * 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 <usa@ruby-lang.org>
* numeric.c (DBL_EPSILON): fix typo.