| Commit message (Expand) | Author | Age | Files | Lines |
* | * cont.c (rb_fiber_reset_root_local_storage): add a new function to | nagachika | 2012-02-15 | 1 | -0/+1 |
* | * vm.c (rb_iter_break_value): new function to break a block with | nobu | 2012-01-24 | 1 | -4/+11 |
* | * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it. | naruse | 2012-01-20 | 1 | -3/+0 |
* | * test/ruby/test_enumerator.rb (test_nested_iteration): fix typo. | nobu | 2012-01-10 | 1 | -1/+1 |
* | * vm.c (vm_exec): refix r34162; suppress warning and add description. | naruse | 2012-01-10 | 1 | -2/+2 |
* | * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace, | naruse | 2012-01-10 | 1 | -4/+4 |
* | * gc.c (rb_objspace_free): global_List is allocated with xmalloc. | naruse | 2012-01-08 | 1 | -2/+2 |
* | * vm.c: fix comment. | ktsj | 2012-01-02 | 1 | -6/+6 |
* | * vm.c (vm_exec): add guard to prevent optimization for LLVM clang. | naruse | 2011-12-30 | 1 | -0/+3 |
* | * vm.c (vm_define_method): improve guard of iseq from GC. Fix | ngoto | 2011-12-18 | 1 | -2/+1 |
* | * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stack | nobu | 2011-12-07 | 1 | -6/+3 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -4/+2 |
* | * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should not | ktsj | 2011-10-01 | 1 | -1/+0 |
* | * vm.c (rb_thread_mark): rb_thread_t needs self to be marked. | ktsj | 2011-10-01 | 1 | -0/+1 |
* | * vm.c (rb_vm_get_sourceline): fix indent. | nobu | 2011-09-15 | 1 | -1/+1 |
* | * variable.c (rb_const_set): show the previous definition | nobu | 2011-09-03 | 1 | -0/+14 |
* | * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type | ktsj | 2011-08-27 | 1 | -1/+1 |
* | * proc.c (proc_new): force to rewrite errinfo when calling Proc.new in ensure. | ktsj | 2011-08-27 | 1 | -16/+23 |
* | * vm.c (vm_make_env_each): work around to solve Bug #2729. | ko1 | 2011-08-24 | 1 | -0/+17 |
* | * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def: | ko1 | 2011-08-24 | 1 | -2/+13 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -12/+2 |
* | * vm.c (ruby_threadptr_data_type): rename to hide. | nobu | 2011-08-16 | 1 | -2/+2 |
* | * gc.c (init_heap): allocate sigaltstack after heaps are allocated. | naruse | 2011-08-02 | 1 | -2/+3 |
* | * vm.c (check_env): print debug messages to stderr. | ktsj | 2011-07-31 | 1 | -7/+7 |
* | * vm.c (vm_make_env_each): don't save prev env value. | ktsj | 2011-07-31 | 1 | -11/+5 |
* | * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208] | ktsj | 2011-07-31 | 1 | -0/+11 |
* | * vm.c (th_init): preallocate alternative stack. | kosaki | 2011-07-30 | 1 | -1/+4 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -0/+3 |
* | * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const. | kosaki | 2011-06-18 | 1 | -1/+1 |
* | * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place. | ko1 | 2011-06-18 | 1 | -1/+1 |
* | * 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 | -2/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -7/+1 |
* | * vm_core.h, vm_insnhelper.h: move decl. of | ko1 | 2011-06-13 | 1 | -1/+19 |
* | * vm.c (thread_memsize): don't ignore size of th->local_storage. | kosaki | 2011-06-11 | 1 | -1/+1 |
* | * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for | nagachika | 2011-06-09 | 1 | -0/+11 |
* | * vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined. | kazu | 2011-04-16 | 1 | -4/+0 |
* | * vm.c (ruby_vm_destruct): run vm exit hooks after all objects are | nobu | 2011-02-24 | 1 | -0/+14 |
* | * prevent temporary objects from GC, and should not use | nobu | 2011-02-20 | 1 | -1/+1 |
* | * vm.c (th_init): rename from th_init2. | nobu | 2011-02-12 | 1 | -8/+3 |
* | * eval.c (ruby_cleanup): use rb_ary_free to free internal object. | nobu | 2011-02-11 | 1 | -1/+1 |
* | * vm.c (ruby_thread_data_type): add prefix. | nobu | 2011-02-04 | 1 | -1/+2 |
* | * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() instead | kosaki | 2011-02-04 | 1 | -1/+1 |
* | * vm.c (thread_free): reset ruby_current_thread if it points the | akr | 2011-01-12 | 1 | -0/+2 |
* | * vm.c (rb_vm_make_proc): fix indent. | nobu | 2011-01-05 | 1 | -6/+6 |
* | * vm.c (vm_define_method): guard iseq from GC while method definition. | wanabe | 2010-12-30 | 1 | -2/+3 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -4/+1 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -1/+4 |
* | * gc.c (rb_objspace_free): With our "lazy-sweep" GC engine, it is | shyouhei | 2010-12-03 | 1 | -3/+3 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+10 |