summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-27vm_exec_core() accepts `ec` instead of `th`.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27should use `th`.ko1
2017-10-27`ec` -> `th`ko1
2017-10-27vm_defined() accepts `ec` instead of `th`.ko1
2017-10-27remove duplicated definition.ko1
2017-10-27vm_search_super_method() accepts `ec` instead of `th`.ko1
2017-10-27vm_get_ev_const() accepts `ec` instead of `th`.ko1
2017-10-27Fix typoa_matsuda
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-27vm_throw* accept `ec` instead of `th`.ko1
2017-10-27ec->th for vm_cref_push() and constify.ko1
2017-10-27Some functions accept `ec` instead of `th`.ko1
2017-10-27refactoring (rb_|)threadptr_stack_overflow.ko1
2017-10-27vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko1
2017-10-27move decl.ko1
2017-10-27Restore the prototype declaration of rb_vm_bh_to_procvalmame
2017-10-26rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko1
2017-10-26Removed obsoleted gitignore for test dependency.hsbt
2017-10-26Ignore .bundleusa
2017-10-26Quote with double quotes for Windowsusa
2017-10-26* 2017-10-27svn
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-26replace `GET_THREAD()->ec` to `GET_EC()`.ko1
2017-10-26make root fiber at switching.ko1
2017-10-26skip test_fiber_transfer_segv because it cause error with previous commitko1
2017-10-26fix freeing `th->ec` bugs.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26backtrace_each() accepts `ec` instead of `th`.ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26vm_push_frame() accepts `ec` instead of `th`.ko1
2017-10-26use GET_EC()ko1
2017-10-26A function accepts `ec` instead of `th`.ko1
2017-10-26A function accepts `ec` instead of `th`.ko1
2017-10-26Expand the definition of rb_imemo_new in rb_imemo_alloc_newmame
2017-10-26fix commentsko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-26test_env.rb: fix one-off bugnobu
2017-10-26common conversion functionsnobu
2017-10-26TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre
2017-10-26common.mk: quote pipes on Windowsnobu
2017-10-26common.mk: test-bundled-gem [ci skip]nobu
2017-10-26common.mk: test-bundler [ci skip]nobu
2017-10-25test/ostruct: Specify frozen_string_literal: true.kazu
2017-10-25* 2017-10-26svn
2017-10-25test-bundled-gems-fetchnobu
2017-10-25common.mk: remove old gems at update-gemsnobu
2017-10-25Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffermame
2017-10-25Get rid of a test error on Windows caused by r60417usa