| Commit message (Expand) | Author | Age | Files | Lines |
* | * iseq.c (rb_iseq_first_lineno): constified. | nobu | 2012-03-16 | 1 | -1/+1 |
* | * vm_core.h: Fix comment about arg_opts of iseq and some typos | marcandre | 2011-12-30 | 1 | -3/+3 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (... | mame | 2011-12-26 | 1 | -0/+1 |
* | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp... | mame | 2011-12-26 | 1 | -0/+3 |
* | * vm_core.h (ruby_current_thread): probeprofiler has been removed | nobu | 2011-10-18 | 1 | -1/+1 |
* | * 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 | -0/+1 |
* | * vm_core.h: add a decl. of rb_autoloading_value(). | ko1 | 2011-08-26 | 1 | -0/+2 |
* | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 | 2011-08-24 | 1 | -2/+2 |
* | * vm.c (ruby_threadptr_data_type): rename to hide. | nobu | 2011-08-16 | 1 | -2/+2 |
* | * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2. | kosaki | 2011-07-30 | 1 | -2/+2 |
* | * vm.c (th_init): preallocate alternative stack. | kosaki | 2011-07-30 | 1 | -0/+6 |
* | * proc.c (struct METHOD), gc.c (gc_marks), vm_method.c | mame | 2011-07-25 | 1 | -0/+2 |
* | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki | 2011-07-10 | 1 | -2/+0 |
* | * vm_core.h (typedef struct rb_vm_struct): create a new | kosaki | 2011-07-10 | 1 | -0/+1 |
* | * thread.c (thread_unlock_all_locking_mutexes): rename to | kosaki | 2011-07-08 | 1 | -0/+1 |
* | * thread.c (rb_threadptr_check_signal): only wake up main thread. | ko1 | 2011-06-30 | 1 | -1/+0 |
* | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 | 2011-06-27 | 1 | -1/+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 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -0/+3 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -0/+3 |
* | * thread_pthread.c: rewrite GVL completely. | kosaki | 2011-06-13 | 1 | -1/+4 |
* | * vm_core.h, vm_insnhelper.h: move decl. of | ko1 | 2011-06-13 | 1 | -5/+0 |
* | * thread.c: remove th->transition_for_lock. It's thread unsafe. | kosaki | 2011-06-12 | 1 | -1/+0 |
* | * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT, | kosaki | 2011-06-11 | 1 | -4/+5 |
* | * io.c: fix IO.copy_stream interrupt handling. | akr | 2011-06-09 | 1 | -1/+0 |
* | * vm_core.h (rb_thread_struct): add volatile to | kosaki | 2011-05-17 | 1 | -1/+1 |
* | * vm_core.h (RUBY_VM_CHECK_INTS_TH): merge a patch by ko1 | nobu | 2011-04-01 | 1 | -3/+3 |
* | * thread.c (rb_thread_io_blocking_region): new function to run | nobu | 2011-02-12 | 1 | -0/+3 |
* | * vm.c (ruby_thread_data_type): add prefix. | nobu | 2011-02-04 | 1 | -2/+2 |
* | * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() instead | kosaki | 2011-02-04 | 1 | -1/+3 |
* | * vm_core.h: parenthesize macro arguments. | akr | 2011-01-21 | 1 | -20/+20 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-20 | 1 | -1/+0 |
* | * compile.c (setup_args), vm.c (invoke_block_from_c), | nobu | 2010-12-18 | 1 | -0/+1 |
* | remove a comma at end of enumerator list. | kazu | 2010-12-10 | 1 | -2/+2 |
* | * vm_core.h (rb_vm_inc_const_missing_count): missing prototype. | nobu | 2010-12-04 | 1 | -0/+1 |
* | * vm.c (ruby_vm_at_exit): new API. This enables extension libs to | shyouhei | 2010-12-02 | 1 | -0/+6 |
* | * thread_pthread.c (gvl_release, gvl_init): suppress warnings. | nobu | 2010-11-28 | 1 | -0/+1 |
* | * thread.c, vm_core.h: make gvl_acquire/release/init/destruct | ko1 | 2010-11-27 | 1 | -1/+1 |
* | * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option. | ko1 | 2010-11-03 | 1 | -7/+0 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -3/+3 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -17/+19 |
* | * vm_core.h (rb_signal_buff_size, rb_signal_exec): moved | nobu | 2010-10-09 | 1 | -0/+2 |
* | * vm_core.h: add missing prototypes. | nobu | 2010-10-06 | 1 | -0/+4 |
* | * load.c (ruby_init_ext): export for golfers. | nobu | 2010-09-04 | 1 | -0/+13 |
* | * vm_core.h (rb_{get,set,reset}_coverages): used in coverage. | nobu | 2010-08-14 | 1 | -0/+4 |
* | * insns.def, vm_core.h: fixed typo. reported by Rocky Bernstein | nobu | 2010-08-02 | 1 | -3/+3 |
* | * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper. | nobu | 2010-07-28 | 1 | -0/+10 |
* | * include/ruby/{intern,io}.h: add missing prototypes. | nobu | 2010-07-22 | 1 | -3/+0 |