From 0d8980cef3c36089344c0d712d7b33d144db3d17 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 17 Jun 2009 04:57:11 +0000 Subject: * ext/strscan/strscan.c (Init_strscan): remove obsolete matchedsize method, use matched_size instead. [ruby-dev:38591] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 389c288a1..f2e405521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 17 13:54:18 2009 Yukihiro Matsumoto + + * ext/strscan/strscan.c (Init_strscan): remove obsolete + matchedsize method, use matched_size instead. [ruby-dev:38591] + Wed Jun 17 12:37:37 2009 Yukihiro Matsumoto * thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on -- cgit