From 7c34e359a1d8e1affabeaa43377cf49f09933dfd Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 21 Dec 2003 08:29:06 +0000 Subject: * class.c (rb_check_inheritable): new function. [ruby-dev:22316] * intern.h: add prototype. * eval.c (superclass): use rb_check_inheritable(). * object.c (rb_class_initialize): check argument validity. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea99d23820..157ecaa4e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Dec 21 17:29:00 2003 Nobuyoshi Nakada + + * class.c (rb_check_inheritable): new function. [ruby-dev:22316] + + * intern.h: add prototype. + + * eval.c (superclass): use rb_check_inheritable(). + + * object.c (rb_class_initialize): check argument validity. + Sun Dec 21 16:25:10 2003 Tanaka Akira * lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in -- cgit v1.2.3