aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* * vm_core.h: parenthesize macro arguments.akr2011-01-211-20/+20
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-1/+0
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-0/+1
* remove a comma at end of enumerator list.kazu2010-12-101-2/+2
* * vm_core.h (rb_vm_inc_const_missing_count): missing prototype.nobu2010-12-041-0/+1
* * vm.c (ruby_vm_at_exit): new API. This enables extension libs toshyouhei2010-12-021-0/+6
* * thread_pthread.c (gvl_release, gvl_init): suppress warnings.nobu2010-11-281-0/+1
* * thread.c, vm_core.h: make gvl_acquire/release/init/destructko12010-11-271-1/+1
* * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option.ko12010-11-031-7/+0
* * compile.c (new_child_iseq): adjust argument types.nobu2010-10-311-3/+3
* * vm_core.h: some refactoring.ko12010-10-311-17/+19
* * vm_core.h (rb_signal_buff_size, rb_signal_exec): movednobu2010-10-091-0/+2
* * vm_core.h: add missing prototypes.nobu2010-10-061-0/+4
* * load.c (ruby_init_ext): export for golfers.nobu2010-09-041-0/+13
* * vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu2010-08-141-0/+4
* * insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu2010-08-021-3/+3
* * vm_core.h (rb_thread_check_trap_pending): hidden API for tcl/tk wrapper.nobu2010-07-281-0/+10
* * include/ruby/{intern,io}.h: add missing prototypes.nobu2010-07-221-3/+0
* * vm_core.c (rb_thread_struct): add a field for sigaltstack.mame2010-05-131-0/+7
* * vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu2010-05-131-0/+1
* * vm_eval.c (eval_string_with_cref): propagative filename and line_nomame2010-05-091-0/+2
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-2/+0
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-0/+5
* * vm_core.h: Introduce UNINITIALIZED_VAR() macro.kosaki2010-04-061-0/+6
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-5/+6
* * cont.c, vm_core.h, eval.c: because rb_protect must not be jumped bymame2010-01-251-0/+5
* * cont.c (rb_cont_call, cont_restore_1): remove trap_tag check becausemame2010-01-251-5/+0
* * thread.c (thread_start_func_2): unlock all locking mutexesnobu2010-01-231-0/+3
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-0/+9
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-9/+0
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-2/+3
* * vm_core.h (rb_name_err_mesg_new): added prototype.nobu2009-10-291-0/+1
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-3/+3
* * vm_core.h (ENABLE_VM_OBJSPACE): socklist needs st_table innobu2009-09-191-0/+11
* * common.mk (eval.o): needs vm.h.nobu2009-09-181-0/+9
* * vm_core.h: change members of iseq_inline_cache_entry.ko12009-09-121-3/+5
* * vm_core.h ({GET,INC}_VM_STATE_VERSION): moved from vm_insnhelper.h.nobu2009-08-281-0/+5
* * vm.c (vm_backtrace_each, vm_backtrace_push),nobu2009-08-161-1/+1
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-281-0/+1
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-2/+3
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-10/+0
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-22/+17
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-7/+17
* * thread.c (rb_threadptr_exec_event_hooks): new function tonobu2009-07-051-19/+3
* * vm_core.h (struct rb_iseq_struct): fixed types.nobu2009-07-031-3/+3
* * thread.c: rename functions which require a parameterko12009-06-081-2/+4
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-1/+1
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-0/+3
* * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()ko12009-02-131-0/+1
* * vm.c (vm_backtrace_each): now takes an iterator function.nobu2009-02-011-0/+3