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
2015-10-23
* vm_core.h: define vm_call_handler.
ko1
2015-10-23
* vm_core.h, vm_insnhelper.h: move definition of VMDEBUG
ko1
2015-10-05
vm_core.h: vm_thread_with_frame
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-16
vm_core.h: revert VM objspace on Windows
nobu
2015-09-16
vm_core.h: enable VM objspace on Windows
nobu
2015-09-11
* vm_core.h: remove rb_call_info_t::aux.opt_pc.
ko1
2015-09-08
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-09-07
vm_core.h: objspace always
nobu
2015-08-14
improve handling of timer thread shutdown
normal
2015-08-13
* vm_core.h (rb_call_info_kw_arg_bytes): move the definition
ko1
2015-08-12
hoist out rb_call_info_kw_arg_bytes to inline function
normal
2015-07-24
* vm_core.h: size should be unsigned.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::line_info_table.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::param::opt_table and
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::catch_table.
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::local_table and
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
ko1
2015-07-22
* vm_core.h: modify layout of rb_iseq_constant_body.
ko1
2015-07-22
* vm_core.h: remove unused declaration of
ko1
2015-07-22
* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::kw_arg,
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
ko1
2015-07-20
ruby_vm_throw_flags
nobu
2015-07-17
compile.c: use ruby_tag_type
nobu
2015-07-17
RUBY_VM_CHECK_INTS: eval the argument only once
nobu
2015-07-17
RUBY_VM_CHECK_INTS_BLOCKING: move to thread.c
nobu
2015-07-17
EXEC_EVENT_HOOK_ORIG: eval the arguments only once
nobu
2015-07-16
* vm_core.h: constify rb_iseq_t::parent_iseq.
ko1
2015-07-14
* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via
ko1
2015-07-14
* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it
ko1
2015-07-14
* vm.c: refactoring Proc/Env related code.
ko1
2015-07-09
* vm_core.h: remove rb_call_info_t::klass because
ko1
2015-07-09
* vm_core.h (rb_control_frame_t): fix comments (layout index).
ko1
2015-07-07
* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::defined_method_id because it is not
ko1
2015-07-06
* vm_core.h: remove a useless declaration.
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-25
error.c: remove singleton method
nobu
2015-06-18
$SAFE=2 is now obsolete
nobu
2015-06-13
* vm_core.h (rb_thread_t): add th->name.
naruse
2015-06-11
vm_core.h: make VM_ASSERT an expression
nobu
2015-06-10
* vm_core.h: define VM_ASSERT() for assertion
ko1
2015-06-03
* vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref().
ko1
2015-06-03
* vm_core.h: rename enum missing_reason to enum method_missing_reason.
ko1
2015-06-03
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-02
* method.h: make rb_method_entry_t a VALUE.
ko1
2015-05-31
* vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type to
ko1
[next]