| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * vm_core.c (rb_thread_struct): add a field for sigaltstack. | mame | 2010-05-13 | 1 | -0/+7 |
* | * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h for | nobu | 2010-05-13 | 1 | -0/+1 |
* | * vm_eval.c (eval_string_with_cref): propagative filename and line_no | mame | 2010-05-09 | 1 | -0/+2 |
* | * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block, | mame | 2010-05-09 | 1 | -2/+0 |
* | * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry): | ko1 | 2010-05-05 | 1 | -0/+5 |
* | * vm_core.h: Introduce UNINITIALIZED_VAR() macro. | kosaki | 2010-04-06 | 1 | -0/+6 |
* | * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute | mame | 2010-03-16 | 1 | -5/+6 |
* | * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped by | mame | 2010-01-25 | 1 | -0/+5 |
* | * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check because | mame | 2010-01-25 | 1 | -5/+0 |
* | * thread.c (thread_start_func_2): unlock all locking mutexes | nobu | 2010-01-23 | 1 | -0/+3 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -0/+9 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -9/+0 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -2/+3 |
* | * vm_core.h (rb_name_err_mesg_new): added prototype. | nobu | 2009-10-29 | 1 | -0/+1 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -3/+3 |
* | * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table in | nobu | 2009-09-19 | 1 | -0/+11 |
* | * common.mk (eval.o): needs vm.h. | nobu | 2009-09-18 | 1 | -0/+9 |
* | * vm_core.h: change members of iseq_inline_cache_entry. | ko1 | 2009-09-12 | 1 | -3/+5 |
* | * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h. | nobu | 2009-08-28 | 1 | -0/+5 |
* | * vm.c (vm_backtrace_each, vm_backtrace_push), | nobu | 2009-08-16 | 1 | -1/+1 |
* | * vm_core.h, vm_insnhelper.c (vm_call_method): revive | ko1 | 2009-07-28 | 1 | -0/+1 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -2/+3 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -10/+0 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -22/+17 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -7/+17 |
* | * thread.c (rb_threadptr_exec_event_hooks): new function to | nobu | 2009-07-05 | 1 | -19/+3 |
* | * vm_core.h (struct rb_iseq_struct): fixed types. | nobu | 2009-07-03 | 1 | -3/+3 |
* | * thread.c: rename functions which require a parameter | ko1 | 2009-06-08 | 1 | -2/+4 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -1/+1 |