diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-06 04:34:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-06 04:34:11 +0000 |
| commit | 2602335c4978050dea92b7487227e919362152b2 (patch) | |
| tree | 157c573ecef46ac158a85cf92ca0742ab8f47810 /ChangeLog | |
| parent | b551594f616186671cc8c7637912f432ae6b7b64 (diff) | |
| download | ruby-2602335c4978050dea92b7487227e919362152b2.tar.gz ruby-2602335c4978050dea92b7487227e919362152b2.tar.xz ruby-2602335c4978050dea92b7487227e919362152b2.zip | |
* iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new
method VM::InstructionSequence::compile_option.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Mon Aug 6 13:09:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Mon Aug 6 13:34:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * common.mk (INSNS): not chdir to srcdir. @@ -6,10 +6,13 @@ Mon Aug 6 13:09:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * iseq.c (ruby_node_name): ditto. + * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a new + method VM::InstructionSequence::compile_option. + * lib/vm/instruction.rb (RubyVM::SourceCodeGenerator): --destdir option. - * tool/node_name.rb: ditto. + * tool/node_name.rb: to auto-generate node name list. Sun Aug 5 11:51:39 2007 Kouhei Sutou <kou@cozmixng.org> |
