aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-275-94/+16
* vm_exec_core() accepts `ec` instead of `th`.ko12017-10-275-44/+44
* `th` -> `ec` for block related functions.ko12017-10-278-106/+105
* should use `th`.ko12017-10-271-3/+3
* `ec` -> `th`ko12017-10-273-6/+6
* vm_defined() accepts `ec` instead of `th`.ko12017-10-272-4/+4
* remove duplicated definition.ko12017-10-271-25/+2
* vm_search_super_method() accepts `ec` instead of `th`.ko12017-10-272-2/+2
* vm_get_ev_const() accepts `ec` instead of `th`.ko12017-10-272-6/+6
* Fix typoa_matsuda2017-10-271-2/+2
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-277-164/+164
* 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