aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_throw* accept `ec` instead of `th`.ko12017-10-272-14/+14
* ec->th for vm_cref_push() and constify.ko12017-10-273-11/+11
* Some functions accept `ec` instead of `th`.ko12017-10-273-19/+19
* refactoring (rb_|)threadptr_stack_overflow.ko12017-10-273-24/+24
* vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko12017-10-273-16/+15
* move decl.ko12017-10-272-2/+1
* Restore the prototype declaration of rb_vm_bh_to_procvalmame2017-10-271-0/+2
* rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko12017-10-264-7/+5
* Removed obsoleted gitignore for test dependency.hsbt2017-10-261-1/+0
* Ignore .bundleusa2017-10-261-0/+1
* Quote with double quotes for Windowsusa2017-10-261-1/+1
* * 2017-10-27svn2017-10-261-1/+1
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-262-5/+31
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-2610-20/+20
* make root fiber at switching.ko12017-10-262-2/+7
* skip test_fiber_transfer_segv because it cause error with previous commitko12017-10-261-0/+1
* fix freeing `th->ec` bugs.ko12017-10-262-10/+23
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-2616-123/+124
* backtrace_each() accepts `ec` instead of `th`.ko12017-10-261-10/+10
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-268-21/+21
* vm_push_frame() accepts `ec` instead of `th`.ko12017-10-265-41/+26
* use GET_EC()ko12017-10-261-3/+3
* A function accepts `ec` instead of `th`.ko12017-10-261-5/+5
* A function accepts `ec` instead of `th`.ko12017-10-262-5/+5
* Expand the definition of rb_imemo_new in rb_imemo_alloc_newmame2017-10-261-8/+7
* fix commentsko12017-10-261-2/+2
* some functions accept `ec` instead of `th`.ko12017-10-2611-84/+92
* Use rb_execution_context_t instead of rb_thread_tko12017-10-2632-575/+742
* test_env.rb: fix one-off bugnobu2017-10-261-1/+1
* common conversion functionsnobu2017-10-2611-23/+31
* TracePoint#enable, #disable: Don't yield any argument. [Bug #14057]marcandre2017-10-262-4/+10
* common.mk: quote pipes on Windowsnobu2017-10-261-3/+4
* common.mk: test-bundled-gem [ci skip]nobu2017-10-263-14/+26
* common.mk: test-bundler [ci skip]nobu2017-10-262-15/+15
* test/ostruct: Specify frozen_string_literal: true.kazu2017-10-251-1/+1
* * 2017-10-26svn2017-10-251-1/+1
* test-bundled-gems-fetchnobu2017-10-252-14/+26
* common.mk: remove old gems at update-gemsnobu2017-10-251-2/+3
* Refactoring by adding `rb_imemo_alloc_new` to create imemo_alloc buffermame2017-10-253-12/+16
* Get rid of a test error on Windows caused by r60417usa2017-10-251-2/+6
* Make imemo_alloc writebarrier-unprotectedmame2017-10-252-0/+4
* Fix `shadowing outer local variable` warning [ci skip]kazu2017-10-251-12/+12
* io.c: let rb_p use writevnobu2017-10-251-5/+5
* test_io.rb: skip writev testnobu2017-10-251-0/+1
* io.c: warn old writenobu2017-10-252-0/+23
* Regenerate slack token on Travis CI.hsbt2017-10-251-1/+1
* win32.c: unknown reparse tagsnobu2017-10-251-1/+4
* securerandom.rb: fix an example of choose [ci skip]nobu2017-10-251-1/+1
* Update power_assert-1.1.1. It support `test-bundled-gems`.hsbt2017-10-251-1/+1
* Fixed conflicted variables. v is already used another condition.hsbt2017-10-251-2/+2