aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-01 00:31:18 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-01 00:31:18 +0000
commitd163179c3e442557537ab6f24357a15af225dc4a (patch)
treed1363a5de07d16e4cc823d5593a70e9198aee11e /ChangeLog
parent6240b52cb9a8f7bbdab0f9bae6b7979d54f51df5 (diff)
downloadruby-d163179c3e442557537ab6f24357a15af225dc4a.tar.gz
* variable.c (rb_autoloading_value) Fix the order of definitions.
It is used by autoload_defined_p. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7aeea8e265..4c3e324051 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 1 09:27:57 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * variable.c (rb_autoloading_value) Fix the order of definitions.
+ It is used by autoload_defined_p.
+
Wed Aug 31 17:28:23 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
* variable.c (rb_autoload): There was a chance to run GC (from