| Commit message (Expand) | Author | Age | Files | Lines |
* | iseq.c: fix r37397 | nobu | 2012-11-01 | 1 | -1/+5 |
* | iseq.c: simplify | nobu | 2012-11-01 | 1 | -14/+2 |
* | * iseq.c (rb_iseq_compile_with_option): Instead of testing | shyouhei | 2012-10-27 | 1 | -1/+6 |
* | * vm_core.h (VM_CALL_*): rename VM_CALL_*_BIT | ko1 | 2012-10-15 | 1 | -8/+8 |
* | * insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h: | ko1 | 2012-10-14 | 1 | -1/+43 |
* | Suppress warning: 'iseqval' may be used uninitialized in this function | naruse | 2012-10-11 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern): cast op to rb_call_info_t* before | naruse | 2012-10-10 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern): add support disasm TS_CALLINFO | ko1 | 2012-10-10 | 1 | -0/+4 |
* | * iseq.c (iseq_free): fix memory leak. | ko1 | 2012-10-09 | 1 | -0/+1 |
* | * eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h, | shugo | 2012-10-08 | 1 | -4/+4 |
* | * insns.def (getlocal, setlocal): remove old getlocal/setlocal | ko1 | 2012-10-04 | 1 | -12/+3 |
* | * vm.c (VM_COLLECT_USAGE_DETAILS): make new VM usage analysis | ko1 | 2012-10-04 | 1 | -8/+15 |
* | * iseq.c (rb_iseq_defined_string): the index of defined_strings must | naruse | 2012-09-24 | 1 | -2/+2 |
* | Feature #7035 | nobu | 2012-09-24 | 1 | -0/+41 |
* | * compile.c, insns.def (checkmatch): | ko1 | 2012-08-08 | 1 | -2/+2 |
* | * eval.c (rb_mod_using): new method Module#using. [experimental] | shugo | 2012-08-02 | 1 | -4/+9 |
* | * iseq.c: Added documentation. Patch by David Albert. [Bug #6785] | drbrain | 2012-07-24 | 1 | -0/+249 |
* | * iseq.c, vm_eval.c: set th->base_block properly. | ko1 | 2012-06-22 | 1 | -15/+41 |
* | iseq.c: rb_id2str | nobu | 2012-06-09 | 1 | -28/+34 |
* | iseq.c: fix conversion | nobu | 2012-06-09 | 1 | -2/+3 |
* | * vm_core.h (rb_location_t): fix type and field name. | ko1 | 2012-06-04 | 1 | -58/+59 |
* | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 | 2012-05-22 | 1 | -31/+46 |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -1/+0 |
* | * iseq.c (rb_iseq_first_lineno): constified. | nobu | 2012-03-16 | 1 | -1/+1 |
* | * iseq.c (iseq_data_to_ary): check line info table boundary. line | nobu | 2012-01-14 | 1 | -2/+3 |
* | * vm_core.h: Fix comment about arg_opts of iseq and some typos | marcandre | 2011-12-30 | 1 | -1/+1 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (... | mame | 2011-12-26 | 1 | -1/+17 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp... | mame | 2011-12-26 | 1 | -0/+2 |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -2/+3 |
* | suppress warnings. | nobu | 2011-09-25 | 1 | -1/+1 |
* | * iseq.c (get_line_info, rb_iseq_line_no): fix indent. | nobu | 2011-09-15 | 1 | -7/+7 |
* | Use PRIdSIZE. | naruse | 2011-08-29 | 1 | -3/+3 |
* | * iseq.c (iseq_data_to_ary): fix type of variable | ko1 | 2011-08-26 | 1 | -1/+2 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -44/+49 |
* | * iseq.c (iseq_s_disasm): remove variable which is no longer used | ktsj | 2011-08-21 | 1 | -1/+0 |
* | * iseq.c (iseq_s_disasm): fix a bug that may cause SEGV. | ktsj | 2011-08-20 | 1 | -3/+3 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * iseq.c (prepare_iseq_build): initialize iseq_compile_data::err_info | nagachika | 2011-02-17 | 1 | -0/+1 |
* | * iseq.c: parenthesize macro arguments. | akr | 2010-12-16 | 1 | -10/+10 |
* | * iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_file | nobu | 2010-12-15 | 1 | -3/+0 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -6/+6 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -2/+10 |
* | * iseq.c (iseq_s_compile): fix optional argument. | ko1 | 2010-10-29 | 1 | -1/+1 |
* | * iseq.c (insn_operand_intern): fix format specifier. | nobu | 2010-10-15 | 1 | -1/+1 |
* | * insns.def, iseq.c, vm_insnhelper.c: rename variable name | ko1 | 2010-10-14 | 1 | -6/+6 |
* | * iseq.c (insn_operand_intern, rb_iseq_disasm): fix format specifiers. | nobu | 2010-10-13 | 1 | -3/+3 |
* | * compile.c (iseq_build_body), error.c (set_syserr, get_syserr), | nobu | 2010-10-12 | 1 | -2/+2 |
* | * compile.c (iseq_build_body), insns.def (getglobal, setglobal), | nobu | 2010-10-12 | 1 | -2/+2 |