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.c
Age
Commit message (
Expand
)
Author
2017-10-21
vm.c, vm_insnhelper.h: export symbols of VM serials
k0kubun
2017-09-25
vm.c: unused function
nobu
2017-09-25
vm.c: fetch retval iff necessary
nobu
2017-09-18
vm.c: fix `cfp consistency error' which occurs
ktsj
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-08
move th->fiber to ec->fiber.
ko1
2017-09-06
accept ec instead of th.
ko1
2017-09-06
th is not defined
ko1
2017-09-06
rb_execution_context_mark.
ko1
2017-09-05
add rb_hash_new_with_size()
shyouhei
2017-08-21
prevent stack overflow
nobu
2017-08-16
vm_insnhelper.c: cfp error at stack overflow
nobu
2017-08-15
Partially revert "suppress warning: assigned but unused variable - line"
naruse
2017-08-15
suppress warning: assigned but unused variable - line
naruse
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-02
fix stack storing for root fibers.
ko1
2017-08-02
release VM stack properly.
ko1
2017-07-27
vm_core.h: shrink trap_list size
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-07-02
Symbol#== should be able to be redefined
ktsj
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-12
add a comment for rb_thread_mark()
ko1
2017-06-08
vm_block_handler_verify() should not return any value.
ko1
2017-06-06
revert r59023 because it contans unrelated developping code
ko1
2017-06-06
revert r59020 because it may fail some tests sometimes on some environment (h...
ko1
2017-06-05
revert r59017 it fails ruby/test_lambda.rb
ko1
2017-06-05
do not inform ``is_lambda".
ko1
2017-06-05
rename functions and clean parameters.
ko1
2017-06-05
remove arg_setup_lambda.
ko1
2017-06-03
* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduce
ko1
2017-06-01
make Binding object WB protected.
ko1
2017-06-01
rename absolute_path to realpath internally and introduce pathobj.
ko1
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-20
speed up IO#close with many threads
normal
2017-05-12
vm.c: free by ruby_xfree
nobu
2017-05-09
fixup r58614 for raspi3 and maybe other systems with odd compile
normal
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2017-04-24
revert newhash refactoring
shyouhei
2017-04-21
refactor hash literal
shyouhei
2017-04-14
disable rewind hooks.
ko1
[next]