diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-01 16:06:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-01 16:06:19 +0000 |
| commit | 1225288e28ee2c7355448ebb176ee6c0254d04df (patch) | |
| tree | 4abb70481342f0225155523c39d97ccd8c035981 /ChangeLog | |
| parent | 7638241523e17df24cc72d216837e437e2fb0493 (diff) | |
| download | ruby-1225288e28ee2c7355448ebb176ee6c0254d04df.tar.gz ruby-1225288e28ee2c7355448ebb176ee6c0254d04df.tar.xz ruby-1225288e28ee2c7355448ebb176ee6c0254d04df.zip | |
* variable.c (rb_const_defined_at): should exclude constants from
Object when TYPE(klass) == T_MODULE *and* exclude is on.
[ruby-dev:21458]
* variable.c (rb_const_get_0): do not lookup constants from Object
when TYPE(klass) == T_MODULE *and* exclude is on.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Oct 2 01:02:35 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * variable.c (rb_const_defined_at): should exclude constants from + Object when TYPE(klass) == T_MODULE *and* exclude is on. + [ruby-dev:21458] + + * variable.c (rb_const_get_0): do not lookup constants from Object + when TYPE(klass) == T_MODULE *and* exclude is on. + Thu Oct 2 00:21:11 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * test/logger/test_logger.rb: unlinking file before close causes |
