From 23204cd896a90ef233f69d2172060aa50cb019f9 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Oct 2007 07:54:53 +0000 Subject: * re.c (Init_Regexp): remove obsolete const alias: MatchingData. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cfe487078..e515da43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ -Thu Oct 4 16:52:20 2007 Yukihiro Matsumoto +Thu Oct 4 16:54:00 2007 Yukihiro Matsumoto * re.c (kcode_setter): Perl-ish global variable `$=' no longer effective. * io.c (Init_IO): remove obsolete variables: $defout, $deferr. + * re.c (Init_Regexp): remove obsolete const alias: MatchingData. + Thu Oct 4 16:28:33 2007 Nobuyoshi Nakada * encoding.c (rb_obj_encoding): returns encoding of the given object. -- cgit