From 34c9f5779ab00fc46f8b458101f928dccf9fd4f7 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 16 Jun 2004 07:04:48 +0000 Subject: * object.c (rb_mod_le): singleton class inherits Class rather than its object's class. [ruby-dev:23690] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5544bd83a..fe17e603e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 16 16:04:40 2004 Nobuyoshi Nakada + + * object.c (rb_mod_le): singleton class inherits Class rather than its + object's class. [ruby-dev:23690] + Wed Jun 16 16:01:17 2004 Nobuyoshi Nakada * gc.c (stack_grow_direction): memoize the direction. -- cgit