summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 11:21:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-13 11:21:55 +0000
commit4fbc270cd5116dcfc0dc8677c5c0937e20addcf9 (patch)
tree39b25e78c20353b32843d8d1a95ebae533f91059 /ChangeLog
parentecb962058ad33f722f749391d648dd145e940e44 (diff)
* marshal.c (r_object0): should not shadow outer variable not to
return Qnil always. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24087 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 e66bb7de19..41ce686725 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 13 20:21:51 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * marshal.c (r_object0): should not shadow outer variable not to
+ return Qnil always.
+
Mon Jul 13 19:41:05 2009 NARUSE, Yui <naruse@ruby-lang.org>
* marshal.c (r_object0): copy instance variables to new regexp.