summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-29use `GET_VM()` directly.ko1
2017-10-29`th` -> `ec` for VM dump related functions.ko1
2017-10-29`rb_ec_error_print()`.ko1
2017-10-29remove rb_threadptr_during_gc().ko1
2017-10-29use `GET_EC()`.ko1
2017-10-29rb_ec_stack_check()ko1
2017-10-29use `GET_EC()` directly.ko1
2017-10-29use `GET_VM()` directly.ko1
2017-10-29EXEC_EVENT_HOOK(ec, ...)ko1
2017-10-29`rb_trace_arg_t::ec`ko1
2017-10-29`ec` has `thread_ptr`.ko1
2017-10-29.gdbinit: follow up changes in r60440ktsj
2017-10-29io.c: honor buffered modenobu
2017-10-29io.c: convert to string at writevnobu
2017-10-28Localize EC functionsnobu
2017-10-28Ignore the libruby check if it cannot be founderegon
2017-10-28Make sure to compile each extension only once in ruby/speceregon
2017-10-28Add note to close_{read,write} tookazu
2017-10-28Use ENV['RUBY_EXE'] as RbConfig.ruby might be incorrecteregon
2017-10-28iseq.c: remove obsolete commentktsj
2017-10-28* properties.svn
2017-10-28* append newline at EOF.svn
2017-10-28Update to ruby/spec@a6b8805eregon
2017-10-28* 2017-10-29svn
2017-10-28Update to ruby/mspec@90925d6eregon
2017-10-28`th` -> `ec` for backtrace functions.ko1
2017-10-28`th` -> `ec` for method management functions.ko1
2017-10-28`th` -> `ec` for rb_vm_call()ko1
2017-10-28* proc.c (rb_block_arity): use `ec` directly.ko1
2017-10-28* proc.c (proc_new): use `ec` directly.ko1
2017-10-28`th` -> `ec` for rb_longjmp() and related functions.ko1
2017-10-28use `ec` directly.ko1
2017-10-28check `ec` instead of `th`.ko1
2017-10-28`th` -> `ec` for rb_vm_make_binding().ko1
2017-10-28rename a function.ko1
2017-10-28* vm.c (vm_define_method): don't use `th` any more.ko1
2017-10-28* vm.c (REWIND_CFP): use `ec` directly.ko1
2017-10-28`th` -> `ec` for vm_iter_break().ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28`th` -> `ec` for some functions.ko1
2017-10-28`th` -> `ec` for rb_vm_rewind_cfp.ko1
2017-10-28`th` -> `ec` for vm_exec().ko1
2017-10-28Add specs for [Feature #13983] Rational and Complex should be frozeneregon
2017-10-28`th` -> `ec` for vm_set_*_stack.ko1
2017-10-28move fields from `th` to `ec`.ko1
2017-10-28iseq.c: fix a typoktsj
2017-10-28iseq.c: show all call flagsktsj
2017-10-28Fix example that trace method is called outside blocka_matsuda
2017-10-28skip machine stack marking for current ec.ko1
2017-10-28Invalid TracePoint#disable example (without block)a_matsuda