[ruby-cvs:60157] ko1:r53004 (trunk): * iseq.c: rename methods
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Thu Dec 10 00:10:59 JST 2015
ko1 2015-12-10 00:10:57 +0900 (Thu, 10 Dec 2015)
New Revision: 53004
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53004
Log:
* iseq.c: rename methods
RubyVM::InstructionSequence#to_binary_format -> #to_binary
RubyVM::InstructionSequence.from_binary_format -> .load_from_binary
RubyVM::InstructionSequence.from_binary_format_extra_data ->
.load_from_binary_extra_data
* iseq.c: fix document of iseq.to_binary.
[Fix GH-1134]
* sample/iseq_loader.rb: catch up this change.
* test/lib/iseq_loader_checker.rb: ditto.
Modified files:
trunk/ChangeLog
trunk/iseq.c
trunk/sample/iseq_loader.rb
trunk/test/lib/iseq_loader_checker.rb
More information about the ruby-cvs
mailing list