index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_core.h
Age
Commit message (
Expand
)
Author
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 of
ko1
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 and
akr
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
2007-09-28
* insnhelper.ci (vm_call_method): allow send! to call protected
matz
2007-09-28
* vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.
matz
2007-08-27
* thread.c: fix Mutex to be interruptable lock.
ko1
2007-08-20
* vm_core.h (struct rb_thread_struct): removed first_func_arg and
nobu
2007-08-19
* insnhelper.ci (vm_call_bmethod): fix to propagate information
ko1
2007-08-18
* insnhelper.ci (vm_call_bmethod),
ko1
2007-07-12
* blockinlining.c: remove "yarv" prefix.
ko1