ruby-cvs:18465
From: (matz) <matz ruby-lang.org>
Date: Mon, 23 Oct 2006 07:24:16 +0900
Subject: [ruby-cvs:18465] ruby: * marshal.c (r_object0): use return value from prov given as the
matz Mon, 23 Oct 2006 07:24:16 +0900
Modified files:
ruby:
ChangeLog marshal.c
Log:
* marshal.c (r_object0): use return value from prov given as the
second argument to Marshal#load() to allow value replacement in
the restoring data.
Revision Changes Path
1.5546 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5545&r2=1.5546
1.130 +27 -24 ruby/marshal.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/marshal.c?cvsroot=src&r1=1.129&r2=1.130