aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-12 00:20:27 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-12 00:20:27 +0000
commitff0252701e43f8f0ff40a5c4ba55977b5d902612 (patch)
tree021e583dbc589e7490d9cfab90a30dc56d04792f /ChangeLog
parentfbfd5fdcb0ba290aa6f6634302cfd5a1cb4d1eb3 (diff)
downloadruby-ff0252701e43f8f0ff40a5c4ba55977b5d902612.tar.gz
* variable.c (uninitialized_constant): process through
rb_class_real() to remove "Object::" from error message. [ruby-dev:40951] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e019659025..9adafc8e82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 12 09:18:31 2010 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * variable.c (uninitialized_constant): process through
+ rb_class_real() to remove "Object::" from error message.
+ [ruby-dev:40951]
+
Sat Jun 12 00:38:37 2010 Yusuke Endoh <mame@tsg.ne.jp>
* ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.