summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 22:38:46 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-09 22:38:46 +0000
commit7d73136d066eca26c8d9fdd1afe8a826dadd270c (patch)
treec44636c839bca9fe9906322b4bc66287d2f067f9 /ChangeLog
parent6cfcb9d936af87b8ebfad23541e13af2cf6c95ef (diff)
* vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.
a patch from Masaya TARUI in [Bug #3108] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27281 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 77b3b79cd8..3d51815198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Apr 10 07:36:13 2010 wanabe <s.wanabe@gmail.com>
+
+ * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.
+ a patch from Masaya TARUI in [Bug #3108]
+
Sat Apr 10 05:27:26 2010 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit and