From 031b581efc011cc5f4bb7bb20fa4f11286463aae Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 May 2005 01:11:52 +0000 Subject: * struct.c (make_struct): allow const_id for accessor names. [ruby-core:04585] * eval.c (rb_attr): check if attribute name is local_id or const_id. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 294fb035a..826978e51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6016,6 +6016,14 @@ Thu Mar 18 21:44:38 2004 Masatoshi SEKI * lib/drb/drb.rb: backport drb.rb 1.16. +Fri Mar 18 17:49:51 2005 Yukihiro Matsumoto + + * struct.c (make_struct): allow const_id for accessor names. + [ruby-core:04585] + + * eval.c (rb_attr): check if attribute name is local_id or + const_id. + Thu Mar 18 16:22:38 2004 Yukihiro Matsumoto * eval.c (proc_eq): avoid false positive by using scope and -- cgit