diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-04 15:19:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-04 15:19:33 +0000 |
| commit | acb949ff5ab95773175661de319fd1ab8af78330 (patch) | |
| tree | 9041f38521e1caf750aae67f0930686778c89c97 /ChangeLog | |
| parent | d8a9c4e13ab1715609457fa960d7dd9a7c1439ce (diff) | |
| download | ruby-acb949ff5ab95773175661de319fd1ab8af78330.tar.gz ruby-acb949ff5ab95773175661de319fd1ab8af78330.tar.xz ruby-acb949ff5ab95773175661de319fd1ab8af78330.zip | |
* intern.h, object.c, variable.c (rb_mod_constants): added an optional
flag to search ancestors, which is defaulted to true, as well as
const_defined? and const_get. [ruby-dev:29989]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Dec 5 00:19:14 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * intern.h, object.c, variable.c (rb_mod_constants): added an optional + flag to search ancestors, which is defaulted to true, as well as + const_defined? and const_get. [ruby-dev:29989] + Mon Dec 4 23:49:28 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * instruby.rb (install_recursive): get rid of warning. |
