From c936d43ad20a43ad9a972e8be5ceb65d61a38e82 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Oct 2007 07:56:55 +0000 Subject: * time.c (Init_Time): remove obsolete Time::times. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e515da43a..64fdbef05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Thu Oct 4 16:54:00 2007 Yukihiro Matsumoto +Thu Oct 4 16:55:40 2007 Yukihiro Matsumoto * re.c (kcode_setter): Perl-ish global variable `$=' no longer effective. @@ -7,6 +7,8 @@ Thu Oct 4 16:54:00 2007 Yukihiro Matsumoto * re.c (Init_Regexp): remove obsolete const alias: MatchingData. + * time.c (Init_Time): remove obsolete Time::times. + Thu Oct 4 16:28:33 2007 Nobuyoshi Nakada * encoding.c (rb_obj_encoding): returns encoding of the given object. -- cgit