| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_insnhelper.c (unknown_keyword_error): add GC guard to prevent | nagachika | 2011-12-27 | 1 | -0/+1 |
* | * vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ... | mame | 2011-12-26 | 1 | -3/+11 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (... | mame | 2011-12-26 | 1 | -1/+1 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp... | mame | 2011-12-26 | 1 | -0/+39 |
* | * vm_insnhelper.c (vm_yield_setup_block_args): splat single | nobu | 2011-12-12 | 1 | -1/+1 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -2/+1 |
* | * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For some | tenderlove | 2011-10-27 | 1 | -0/+4 |
* | fix typos | kazu | 2011-10-06 | 1 | -1/+1 |
* | * vm_eval.c (make_no_method_execption): extract from | nobu | 2011-10-06 | 1 | -1/+11 |
* | * vm_insnhelper.c (vm_call_cfunc): remove useless hack. | naruse | 2011-10-05 | 1 | -4/+0 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that | nobu | 2011-09-21 | 1 | -1/+1 |
* | Avoid cfp consistency error by LLVM. | naruse | 2011-09-20 | 1 | -1/+5 |
* | * vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks and | nobu | 2011-09-20 | 1 | -5/+8 |
* | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu | 2011-09-02 | 1 | -7/+10 |
* | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu | 2011-09-01 | 1 | -0/+10 |
* | * Re-apply r33078, thread-safe autoload which is reverted at r33093. | nahi | 2011-08-31 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macro | usa | 2011-08-30 | 1 | -2/+1 |
* | Use RB_GC_GUARD. | naruse | 2011-08-29 | 1 | -1/+2 |
* | * Revert r33078. It caused a Rails application NoMethodError. | nahi | 2011-08-27 | 1 | -2/+1 |
* | * variable.c: Make autoload thread-safe. See #921. | nahi | 2011-08-26 | 1 | -1/+2 |
* | * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def: | ko1 | 2011-08-24 | 1 | -3/+3 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -2/+2 |
* | * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaround | kosaki | 2011-07-22 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_throw): check a class frame. | ko1 | 2011-07-10 | 1 | -0/+8 |
* | * vm_insnhelper.c (vm_getivar): check vm state version | ko1 | 2011-06-30 | 1 | -2/+6 |
* | * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event | ko1 | 2011-06-30 | 1 | -1/+5 |
* | * vm_insnhelper.c (vm_search_superclass): avoid control frame | nagachika | 2011-06-25 | 1 | -0/+5 |
* | * cont.c (cont_capture): add volatile. | naruse | 2011-06-22 | 1 | -2/+2 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -1/+0 |
* | * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse. | kosaki | 2011-06-16 | 1 | -2/+2 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+1 |
* | * vm_insnhelper.c (vm_get_ev_const): should ignore crefs with | shugo | 2011-03-31 | 1 | -1/+6 |
* | * vm_insnhelper.c (vm_get_ev_const): search root cref properly. | shugo | 2011-03-31 | 1 | -7/+7 |
* | * vm_insnhelper.c (vm_get_ev_const): should not autoload in | nobu | 2011-03-24 | 1 | -0/+1 |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_check_if_namespace): guard temporary object | nagachika | 2011-02-19 | 1 | -1/+3 |
* | * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevel | mame | 2011-01-29 | 1 | -2/+2 |
* | * constant.h, variable.c: to ensure compatibility, rb_const_get_* must | mame | 2011-01-28 | 1 | -4/+4 |
* | * vm_insnhelper.c: parenthesize macro arguments. | akr | 2011-01-13 | 1 | -5/+5 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -1/+1 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -1/+1 |
* | * iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_file | nobu | 2010-12-15 | 1 | -1/+0 |
* | * vm_insnhelper.c (vm_call_method): revert r30064 and r30071, | nobu | 2010-12-03 | 1 | -1/+4 |
* | * vm_insnhelper.c (vm_call_method): protected methods should be | nobu | 2010-12-03 | 1 | -7/+1 |
* | * vm_insnhelper.c (vm_call_method): protected singleton methods should | nobu | 2010-12-03 | 1 | -1/+4 |
* | * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-) | mame | 2010-11-16 | 1 | -1/+1 |
* | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame | 2010-10-26 | 1 | -1/+2 |
* | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame | 2010-10-26 | 1 | -2/+2 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -3/+2 |