From 4bb1f865fcfb5f6dda9fde30646e7a246f36361c Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 23 Oct 2009 23:37:14 +0000 Subject: * class.c (rb_class_new): move class check to rb_check_inheritable(). * class.c (rb_check_inheritable): should not allow subclass of class Class. [ruby-core:26225] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdb8245c8..6e829ade4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,13 @@ Sat Oct 24 00:36:47 2009 Tanaka Akira * io.c (io_cntl): update max file descriptor by the result of fcntl(F_DUPFD). +Fri Oct 23 16:31:14 2009 Yukihiro Matsumoto + + * class.c (rb_class_new): move class check to rb_check_inheritable(). + + * class.c (rb_check_inheritable): should not allow subclass of + class Class. [ruby-core:26225] + Fri Oct 23 14:25:54 2009 Nobuyoshi Nakada * configure.in (target, target_alias): replace with real cpu. -- cgit