summaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
...
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+2
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-011-0/+4
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-0/+3
* * thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame2008-06-191-0/+1
* * vm_core.h, thread.c: rename global_interpreter_lock toko12008-06-151-1/+1
* * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu2008-06-151-1/+10
* * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame2008-06-121-0/+4
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-0/+23
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-1/+1
* * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu2008-06-091-0/+2
* * vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu2008-06-091-0/+2
* * include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu2008-05-311-4/+4
* * vm_core.h (struct rb_unblock_callback), thread.cnobu2008-05-301-2/+6
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-9/+1
* * vm_core.h (rb_num_t): moved form vm.h.nobu2008-05-231-0/+2
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-21/+15
* * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa2008-05-221-15/+21
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-221-3/+3
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-3/+1
* * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu2008-04-301-0/+1
* * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu2008-04-271-0/+4
* * vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei2008-04-221-1/+1
* * vm_core.h (struct iseq_compile_data): moved label_no fromnobu2008-04-201-0/+1
* * compile.c, compile.h (compile_debug): made runtime option.nobu2008-04-141-0/+2
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-311-1/+1
* * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu2008-01-181-3/+3
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko12007-12-251-0/+4
* * iseq.c, vm_core.h: comment out unused fields.ko12007-12-251-4/+6
* * id.c (Init_id): remove several unused symbols. [ruby-core:14362]matz2007-12-241-1/+0
* * insnhelper.ci, vm.c, vm_core.h: change interface ofko12007-12-201-1/+2
* * compile.c (iseq_compile_each): add pop after throw as return.ko12007-12-191-0/+1
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-151-0/+2
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-221-3/+3
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-201-0/+4
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-161-23/+0
* * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa2007-10-311-1/+1
* * insnhelper.ci (vm_call_method): allow send! to call protectedmatz2007-09-281-0/+1
* * vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.matz2007-09-281-1/+1
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+1
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-201-1/+0
* * insnhelper.ci (vm_call_bmethod): fix to propagate informationko12007-08-191-1/+1
* * insnhelper.ci (vm_call_bmethod),ko12007-08-181-0/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-0/+689