diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 15:23:59 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 15:23:59 +0000 |
| commit | cc6b069fdae63607458984636e6b174db27a421b (patch) | |
| tree | 4f6caf4150c4d0105606c1d08be816449c266c0a /ChangeLog | |
| parent | acbfd372ba7aee37240558a0829a4f4adc2509f1 (diff) | |
| download | ruby-cc6b069fdae63607458984636e6b174db27a421b.tar.gz ruby-cc6b069fdae63607458984636e6b174db27a421b.tar.xz ruby-cc6b069fdae63607458984636e6b174db27a421b.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jan 18 00:23:55 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * marshal.c (class2path): check anonymous class/module before + checking referable, and allow singleton classes. + Sat Jan 17 23:58:51 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * error.c (NameError::Message): new class for lazy evaluation of |
