aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-21 07:38:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-21 07:38:51 +0000
commit75090a663baed0c88d905ed1f45feefc301c2e55 (patch)
tree3986060a5be7b399d4fc1a834263f1c27c5c8187 /ChangeLog
parent8f05568afb57e733196408a500cfd9c48fb88fac (diff)
downloadruby-75090a663baed0c88d905ed1f45feefc301c2e55.tar.gz
* marshal.c (marshal_dump): use normal object as the buffer so
that no hidden object is exposed to ruby-level. [ruby-dev:39744] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25881 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 2d411873e8..3fd581aa81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 21 16:38:50 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * marshal.c (marshal_dump): use normal object as the buffer so
+ that no hidden object is exposed to ruby-level. [ruby-dev:39744]
+
Sat Nov 21 15:58:43 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (read_all): fix: false negative invalid byte seequence