summaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (iseq_s_disasm): return nil for native methods.nobu2009-12-231-1/+1
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-1/+3
* * gc.h (rb_gc_debug_body): constified.nobu2009-10-161-5/+7
* * compile.c (ADD_TRACE): fire coverage event in ensure clause.mame2009-10-081-0/+1
* * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu2009-10-071-0/+9
* * iseq.c (compile_string): rename to parse_string(), becauseko12009-09-251-2/+2
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-16/+18
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-2/+2
* * iseq.c (iseq_mark): use preprocessor.nobu2009-09-081-2/+4
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-081-11/+0
* * iseq.c (iseq_mark): skip outdated cache entries.nobu2009-08-281-0/+1
* * iseq.c (iseq_mark): made invariant expressions constant references.nobu2009-08-281-7/+9
* * gc.c: reject unused longlife gc.nari2009-08-101-4/+4
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-19/+24
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-2/+2
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-7/+7
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-2/+10
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-2/+2
* * include/ruby/ruby.h:ko12009-07-071-1/+1
* * iseq.c: provisional type fixes.nobu2009-07-071-3/+3
* * iseq.c (iseq_memsize): added. Use RTypedData instead of RDatako12009-06-161-5/+43
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-161-2/+2
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-2/+2
* * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.nobu2009-03-111-2/+3
* * iseq.c (prepare_iseq_build): too few arguments to functionnobu2009-03-101-2/+2
* * iseq.c (rb_iseq_compile_with_option): argument may be converted.nobu2009-03-101-8/+10
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-261-1/+1
* stripped trailing spaces.nobu2009-02-221-1/+1
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-11/+18
* * iseq.c: remove nil parameter from Proc#parameterstakano322009-02-141-2/+0
* * iseq.c (simple_default_value): removed. default values of optionalnobu2009-02-131-35/+0
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-0/+12
* * iseq.c (simple_default_value): allow plain strings as defaultmatz2009-02-121-0/+3
* * iseq.c:ko12009-01-191-27/+13
* * iseq.c (rb_iseq_load): renamed from ruby_iseq_load, since it isnobu2009-01-181-1/+1
* * iseq.h, iseq.c (rb_iseq_new_main): add a type ISEQ_TYPE_MAIN.ko12008-12-271-1/+5
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-0/+9
* * iseq.c (rb_iseq_parameters): proc arguments are always optional.nobu2008-12-051-6/+26
* * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),nobu2008-12-051-13/+12
* * iseq.c (simple_default_value): returns simplest assignment only.nobu2008-12-031-3/+2
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+78
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+14
* * iseq.c (iseq_s_compile_file): use rb_file_open_str.akr2008-09-121-1/+2
* * iseq.c (iseq_data_to_ary): make it static.ko12008-09-041-1/+2
* * iseq.c (iseq_inspect): don't raise on uninitialized object.akr2008-08-211-2/+7
* * iseq.c (rb_iseq_clone): should preserve cref_stack link.matz2008-08-111-0/+3
* * class.c (clone_method): should copy cbase in cref as well.matz2008-08-111-14/+38
* * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu2008-07-311-1/+1
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-50/+35