From cc6b069fdae63607458984636e6b174db27a421b Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 17 Jan 2004 15:23:59 +0000 Subject: * marshal.c (class2path): check anonymous class/module before checking referable, and allow singleton classes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7537879ad..931cdc482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jan 18 00:23:55 2004 Nobuyoshi Nakada + + * marshal.c (class2path): check anonymous class/module before + checking referable, and allow singleton classes. + Sat Jan 17 23:58:51 2004 Nobuyoshi Nakada * error.c (NameError::Message): new class for lazy evaluation of -- cgit