From 74271c786adc78b3f657dd146828e0165f511f88 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 17 Jul 2004 08:02:20 +0000 Subject: * string.c (rb_str_match_m): String#match should also take optional argument. [ruby-core:03205] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63c296bcb..6c8de569c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sat Jul 17 14:18:11 2004 Yukihiro Matsumoto + * string.c (rb_str_match_m): String#match should also take + optional argument. [ruby-core:03205] + * re.c (rb_reg_match_m): add optional second argugment "pos" to specify match start point. [ruby-core:03203] -- cgit