Age | Commit message (Expand) | Author |
2013-01-11 | merge revision(s) 38739: [Backport #7671] | usa |
2013-01-11 | [Backport #7624] | usa |
2012-11-14 | merge revision(s) 37604: | usa |
2012-07-03 | * proc.c (rb_vm_rewrite_dfp_in_errinfo): Fix `unexpected return' | naruse |
2011-12-30 | * vm_core.h: Fix comment about arg_opts of iseq and some typos | marcandre |
2011-08-27 | * vm.c (rb_vm_rewrite_dfp_in_errinfo): change return type | ktsj |
2011-08-27 | * backport r33096 from trunk. | ktsj |
2011-08-16 | * vm.c (ruby_threadptr_data_type): rename to hide. | nobu |
2011-07-30 | merge revision(s) 32749: | kosaki |
2011-07-28 | * backport r32669 from trunk. | mame |
2011-07-10 | * vm_core.h (typedef struct rb_vm_struct): create a new | kosaki |
2011-07-08 | * thread.c (thread_unlock_all_locking_mutexes): rename to | kosaki |
2011-06-30 | * thread.c (rb_threadptr_check_signal): only wake up main thread. | ko1 |
2011-06-27 | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 |
2011-06-18 | * vm.c, vm_core.h (rb_vm_stack_to_heap): remove const. | kosaki |
2011-06-18 | * vm.c, vm_core.h (rb_vm_stack_to_heap): fix "const" place. | ko1 |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-13 | * thread_pthread.c: rewrite GVL completely. | kosaki |
2011-06-13 | * vm_core.h, vm_insnhelper.h: move decl. of | ko1 |
2011-06-12 | * thread.c: remove th->transition_for_lock. It's thread unsafe. | kosaki |
2011-06-11 | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT, | kosaki |
2011-06-09 | * io.c: fix IO.copy_stream interrupt handling. | akr |
2011-05-17 | * vm_core.h (rb_thread_struct): add volatile to | kosaki |
2011-04-01 | * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1 | nobu |
2011-02-12 | * thread.c (rb_thread_io_blocking_region): new function to run | nobu |
2011-02-04 | * vm.c (ruby_thread_data_type): add prefix. | nobu |
2011-02-04 | * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() instead | kosaki |
2011-01-21 | * vm_core.h: parenthesize macro arguments. | akr |
2010-12-20 | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu |
2010-12-18 | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu |
2010-12-10 | remove a comma at end of enumerator list. | kazu |
2010-12-04 | * vm_core.h (rb_vm_inc_const_missing_count): missing prototype. | nobu |
2010-12-02 | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei |
2010-11-28 | * thread_pthread.c (gvl_release, gvl_init): suppress warnings. | nobu |
2010-11-27 | * thread.c, vm_core.h: make gvl_acquire/release/init/destruct | ko1 |
2010-11-03 | * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option. | ko1 |
2010-10-31 | * compile.c (new_child_iseq): adjust argument types. | nobu |
2010-10-31 | * vm_core.h: some refactoring. | ko1 |
2010-10-09 | * vm_core.h (rb_signal_buff_size, rb_signal_exec): moved | nobu |
2010-10-06 | * vm_core.h: add missing prototypes. | nobu |
2010-09-04 | * load.c (ruby_init_ext): export for golfers. | nobu |
2010-08-14 | * vm_core.h (rb_{get,set,reset}_coverages): used in coverage. | nobu |
2010-08-02 | * insns.def, vm_core.h: fixed typo. reported by Rocky Bernstein | nobu |
2010-07-28 | * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper. | nobu |
2010-07-22 | * include/ruby/{intern,io}.h: add missing prototypes. | nobu |
2010-05-13 | * vm_core.c (rb_thread_struct): add a field for sigaltstack. | mame |
2010-05-13 | * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for | nobu |
2010-05-09 | * vm_eval.c (eval_string_with_cref): propagative filename and line_no | mame |
2010-05-09 | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame |