From d93218305d63a2152aa4d48d7ed170d47a5d7789 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Nov 2007 08:49:42 +0000 Subject: * object.c (rb_class_superclass): should not raise exception for BasicObject. [ruby-Bugs-15668] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39d885dce..a13d726ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 19 17:48:30 2007 Yukihiro Matsumoto + + * object.c (rb_class_superclass): should not raise exception for + BasicObject. [ruby-Bugs-15668] + Mon Nov 19 16:04:08 2007 Yukihiro Matsumoto * array.c (rb_ary_permutation): gives all permutations of elements -- cgit