aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* io.c: write a newline togethernobu2017-10-253-10/+32
* range.c: use rb_check_funcallnobu2017-10-252-8/+3
* Added development dependency for power_assert.hsbt2017-10-251-1/+1
* Update rake-12.2.1 for bundled gems.hsbt2017-10-251-1/+1
* Fix Mock.verify_call to mock_respond_to?nobu2017-10-251-1/+1
* compile.c: refine error messagesnobu2017-10-251-10/+14
* range.c: check if exclude_end? is definednobu2017-10-253-2/+26
* Update latest bundled_gems.hsbt2017-10-251-2/+2
* debug.c: RSymbol infonobu2017-10-252-0/+3
* file.c: fix possible alignment bugs in r60386normal2017-10-241-23/+8
* debug.c: imemo_masknobu2017-10-242-3/+5
* lib/ostruct.rb: Use frozen literals.marcandre2017-10-242-16/+13
* * 2017-10-25svn2017-10-241-1/+1
* lib/weakref: Remove incorrect example [DOC] [Bug #14031]marcandre2017-10-241-47/+0
* add NEWS entry about [Feature #14045]ko12017-10-241-0/+3
* sysconfdir on Windowsnobu2017-10-244-6/+10
* Update call-seq of ARGF.read_nonblockkazu2017-10-241-2/+2