summaryrefslogtreecommitdiff
path: root/iseq.c
AgeCommit message (Expand)Author
2012-12-29adjust stylenobu
2012-12-29* iseq.c (RubyVM::InstructionSequence): rdoc formattingzzak
2012-12-29* iseq.c (RubyVM::InstructionSequence): Add rdoc for new iseq featureszzak
2012-12-29* iseq.c (rb_iseq_line_trace_all, rb_iseq_line_trace_specify): Addzzak
2012-12-21* iseq.c (Init_ISeq): remove definition of the following methods:ko1
2012-12-11* iseq.c (rb_iseq_parameters): fix limit for optional arguments.eregon
2012-12-10compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu
2012-12-01* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko1
2012-12-01complex.c, time.c: make marshal methods privatenobu
2012-11-30* iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko1
2012-11-30 [EXPERIMENTAL]ko1
2012-11-26* iseq.c (make_compile_option_value): add trace_instruction option.ko1
2012-11-01iseq.c: fix r37397nobu
2012-11-01iseq.c: simplifynobu
2012-10-27* iseq.c (rb_iseq_compile_with_option): Instead of testingshyouhei
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-11Suppress warning: 'iseqval' may be used uninitialized in this functionnaruse
2012-10-10* iseq.c (insn_operand_intern): cast op to rb_call_info_t* beforenaruse
2012-10-10* iseq.c (insn_operand_intern): add support disasm TS_CALLINFOko1
2012-10-09* iseq.c (iseq_free): fix memory leak.ko1
2012-10-08* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,shugo
2012-10-04* insns.def (getlocal, setlocal): remove old getlocal/setlocalko1
2012-10-04* vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysisko1
2012-09-24* iseq.c (rb_iseq_defined_string): the index of defined_strings mustnaruse
2012-09-24Feature #7035nobu
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-07-24* iseq.c: Added documentation. Patch by David Albert. [Bug #6785]drbrain
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