summaryrefslogtreecommitdiffstats
path: root/iseq.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-2/+2
* * thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame2008-07-081-1/+1
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-1/+2
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-6/+4
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+12
* * iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu2008-07-011-1/+1
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-6/+6
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+1
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu2008-05-221-1/+1
* * iseq.c (iseq_load, iseq_data_to_ary): supportmame2008-05-221-0/+4
* * iseq.c (insn_operand_intern): remove Qundef related code.ko12008-05-141-8/+4
* * iseq.c (insn_operand_intern): should handle Qundef embedded inmatz2008-05-051-3/+8
* * iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu2008-04-211-1/+1
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-141-0/+10
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-031-3/+3
* * compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu2008-01-081-16/+16
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * iseq.c: all methods need $SAFE < 1.ko12007-12-251-0/+10
* * iseq.c, vm_core.h: comment out unused fields.ko12007-12-251-5/+8
* * proc.c (method_name): preserve Symbol's encoding.matz2007-12-241-1/+1
* * iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko12007-12-241-5/+25
* * iseq.c (find_line_no): return 0 if not found.ko12007-12-201-0/+3
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-191-13/+28
* * iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko12007-08-161-2/+2
* * vm_dump.c (debug_print_pre): fix to show control frame count.ko12007-08-121-1/+7
* * iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu2007-08-061-4/+14
* * common.mk (node_name.inc): auto-generate node name list.nobu2007-08-061-230/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-29/+43
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-10/+14
* * iseq.c (set_relation): added.ko12007-07-031-34/+44
* * compile.c: rename iseq_translate_direct_threaded_code()ko12007-07-021-0/+10
* * eval_intern.h, yarvcore.h: move declaration of sysstack_errorko12007-07-011-17/+17
* * compile.c, iseq.c: fix iseq some of load/store process.ko12007-07-011-19/+31
* * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c:ko12007-07-011-10/+51
* * yarvcore.h: some refactoring on rb_iseq_t.ko12007-06-301-5/+5
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-2/+0
* * iseq.c (ruby_node_name): update node names.ko12007-06-261-2/+18
* * gc.h: add RUBY_ prefix to debug macros.ko12007-06-251-21/+21
* * call_cfunc.ci: removed.ko12007-06-241-3/+0
* * vm.c: some refactoring.ko12007-06-241-1/+1
* * vm.c (callee_setup_arg): added. support correct post arg.ko12007-06-241-3/+5