summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2012-06-22* iseq.c, vm_eval.c: set th->base_block properly.ko1
2012-06-09iseq.c: rb_id2strnobu
2012-06-09iseq.c: fix conversionnobu
2012-06-04* vm_core.h (rb_location_t): fix type and field name.ko1
2012-05-22* vm_core.h: add a data type rb_location_t to store iseq locationko1
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-03-16* iseq.c (rb_iseq_first_lineno): constified.nobu
2012-01-14* iseq.c (iseq_data_to_ary): check line info table boundary. linenobu
2011-12-30* vm_core.h: Fix comment about arg_opts of iseq and some typosmarcandre
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame
2011-12-26* vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame
2011-12-05* class.c (rb_obj_methods), compile.c (iseq_compile_each),nobu
2011-09-25suppress warnings.nobu
2011-09-15* iseq.c (get_line_info, rb_iseq_line_no): fix indent.nobu
2011-08-29Use PRIdSIZE.naruse
2011-08-26* iseq.c (iseq_data_to_ary): fix type of variableko1
2011-08-24* iseq.h, iseq.c, compile.c: Change the line number data structureko1
2011-08-21* iseq.c (iseq_s_disasm): remove variable which is no longer usedktsj
2011-08-20* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.ktsj
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* internal.h: declare more internal functions.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-02-17 * iseq.c (prepare_iseq_build): initialize iseq_compile_data::err_infonagachika
2010-12-16* iseq.c: parenthesize macro arguments.akr
2010-12-15* iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_filenobu
2010-10-31* compile.c (new_child_iseq): adjust argument types.nobu
2010-10-31* vm_core.h: some refactoring.ko1
2010-10-29* iseq.c (iseq_s_compile): fix optional argument.ko1
2010-10-15* iseq.c (insn_operand_intern): fix format specifier.nobu
2010-10-14* insns.def, iseq.c, vm_insnhelper.c: rename variable nameko1
2010-10-13* iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers.nobu
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-10-12* compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-06-17* load.c (rb_load_internal): remove call to rb_realpath_internalmame
2010-05-16* cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu
2010-05-02* iseq.c (iseq_load): allow filepath to be nil.wanabe
2010-04-27* iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-14* compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):nobu
2010-03-10* iseq.c (rb_iseq_clone): sets local_iseq and klass properly.shugo
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-01-20* iseq.c (iseq_s_disasm): check for proc first. based on thenobu
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-23* iseq.c (iseq_s_disasm): return nil for native methods.nobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-16* gc.h (rb_gc_debug_body): constified.nobu
2009-10-08* compile.c (ADD_TRACE): fire coverage event in ensure clause.mame