summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2010-02-04merges r22395 and r22640 from trunk into ruby_1_9_1.yugui
2010-01-30merges r25266 from trunk into ruby_1_9_1.yugui
2009-11-27merges r25095 from trunk into ruby_1_9_1.yugui
2009-08-08merges r24243 from trunk into ruby_1_9_1.yugui
2009-04-12merges r22901 from trunk into ruby_1_9_1.yugui
2009-02-22merges r22255 from trunk into ruby_1_9_1.yugui
2009-01-28merges r21653 from trunk into ruby_1_9_1.yugui
2008-12-28merges r21088 from trunk into ruby_1_(_1.yugui
2008-12-27merges r21079 from trunk into ruby_1_9_1.yugui
2008-12-05merges r20535 from trunk into ruby_1_9_1.yugui
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* include/ruby/node.h, vm_core.h: move definition ofko1
2008-09-12* iseq.c (iseq_s_compile_file): use rb_file_open_str.akr
2008-09-04* iseq.c (iseq_data_to_ary): make it static.ko1
2008-08-21* iseq.c (iseq_inspect): don't raise on uninitialized object.akr
2008-08-11* iseq.c (rb_iseq_clone): should preserve cref_stack link.matz
2008-08-11* class.c (clone_method): should copy cbase in cref as well.matz
2008-07-31* iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms whichnobu
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01* iseq.c (COMPILE_OPTION_FALSE), time.c (timegm_noleapsecond),nobu
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-22* iseq.c (rb_iseq_compile_with_option): get rid of segv.nobu
2008-05-22* iseq.c (iseq_load, iseq_data_to_ary): supportmame
2008-05-14* iseq.c (insn_operand_intern): remove Qundef related code.ko1
2008-05-05* iseq.c (insn_operand_intern): should handle Qundef embedded inmatz
2008-04-21* iseq.c (rb_iseq_compile_with_option): check if src is a strring.nobu
2008-04-14* compile.c, compile.h (compile_debug): made runtime option.nobu
2008-04-03* compile.c (iseq_set_sequence, iseq_insns_unification,nobu
2008-01-08* compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* iseq.c: all methods need $SAFE < 1.ko1
2007-12-25* iseq.c, vm_core.h: comment out unused fields.ko1
2007-12-24* proc.c (method_name): preserve Symbol's encoding.matz
2007-12-24* iseq.c (Init_ISeq): disable ISeq.load() because there is no verifier.ko1
2007-12-20* iseq.c (find_line_no): return 0 if not found.ko1
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-08-16* iseq.c (ruby_iseq_disasm): fix to show arg_simple value.ko1
2007-08-12* vm_dump.c (debug_print_pre): fix to show control frame count.ko1
2007-08-06* iseq.c (iseq_s_compile_option_get, Init_ISeq): added a newnobu
2007-08-06* common.mk (node_name.inc): auto-generate node name list.nobu
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu