summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2008-09-04* vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-20* proc.c (proc_new): use the given class.nobu
2008-08-15* vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore.nobu
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-08-13* vm_core.h: Declare rb_iseq_clone, which is used in class.c.knu
2008-08-11* class.c (clone_method): should copy cbase in cref as well.matz
2008-07-28* vm_core.h: move the definition of struct rb_mutex_struct.mame
2008-07-27* vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame
2008-07-27* include/ruby/ruby.h: add a type T_DEFERRED.ko1
2008-07-10* vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-07-01* compile.c, insns.def, vm.c, vm_core.h: remove some insnsko1
2008-06-29* vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko1
2008-06-19* thread.c, thread_win32.c, vm_core.h: try to remove false positive ofmame
2008-06-15* vm_core.h, thread.c: rename global_interpreter_lock toko1
2008-06-15* vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated specialnobu
2008-06-12* thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: addmame
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-09* vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, andnobu
2008-06-09* vm_core.h (struct rb_vm_struct): moved src_encoding_index.nobu
2008-05-31* include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t andnobu
2008-05-30* vm_core.h (struct rb_unblock_callback), thread.cnobu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-23* vm_core.h (rb_num_t): moved form vm.h.nobu
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22 * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,usa
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-04-30* load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM.nobu
2008-04-27* vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.cnobu
2008-04-22* vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not a type its...shyouhei
2008-04-20* vm_core.h (struct iseq_compile_data): moved label_no fromnobu
2008-04-14* compile.c, compile.h (compile_debug): made runtime option.nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-01-18* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h:nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-25* vm_core.h, thread.c, cont.c: add RUBY_VM_SET_INTERRUPT(),ko1
2007-12-25* iseq.c, vm_core.h: comment out unused fields.ko1
2007-12-24* id.c (Init_id): remove several unused symbols. [ruby-core:14362]matz
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-12-15* vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
2007-11-16* include/ruby/ruby.h: added some declarations for event hooks.shugo
2007-10-31 * vm_core.h (ruby_current_thread): RUBY_EXTERN'ed for probeprofiler.usa