aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* thread.c (rb_thread_alone): simplifynormal2015-07-172-6/+5
* remove unnecessary enumerator requiresnormal2015-07-173-2/+5
* avoid redundant GET_THREAD() callsnormal2015-07-164-7/+20
* * 2015-07-17svn2015-07-161-2/+2
* thread.c (mutex_alloc): remove needless volatilenormal2015-07-162-1/+5
* fix typos [ci skip]kazu2015-07-161-2/+2
* * vm_core.h: constify rb_iseq_t::parent_iseq.ko12015-07-165-22/+36
* * process.c (redirect_dup2): when the new FD of dup2() coflictsngoto2015-07-165-2/+62
* * iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko12015-07-162-38/+45
* string.c: remove redundant callsnobu2015-07-161-1/+1
* Revert r51209 because signals after stopping timer thread beforengoto2015-07-162-8/+10
* vm.c: fix mark with rewinding cfpnobu2015-07-162-16/+10
* vm.c: fix mark with rewinding cfpnobu2015-07-163-2/+32
* process.c (close_unless_reserved): declare type of `fd' argnormal2015-07-162-1/+6
* load.c: use fstring for loaded features and expanded load pathnormal2015-07-162-3/+10
* thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INTnormal2015-07-152-6/+11
* * test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto2015-07-152-0/+20
* * 2015-07-16svn2015-07-151-2/+2
* * .gitignore: ignore version.i. [ci skip]kazu2015-07-152-0/+5
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto2015-07-152-1/+6
* * process.c (redirect_close, parent_redirect_close): should not closengoto2015-07-153-8/+31
* fix typos [ci skip]kazu2015-07-151-2/+2
* remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal2015-07-153-2/+7
* remove redundant NULL check in mark functionsnormal2015-07-155-77/+79
* encoding.c: drop dummy encoding flagnobu2015-07-154-0/+26
* * vm.c (vm_make_env_each): add comments about env layout.ko12015-07-152-10/+29
* -test-/string: movenobu2015-07-1511-13/+13
* string.c: remove redundant callsnobu2015-07-151-2/+2
* gc.h: evaluate the macro argument only oncenobu2015-07-142-1/+9
* * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako12015-07-145-9/+25
* * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko12015-07-145-34/+63
* * remove trailing spaces.svn2015-07-141-1/+1
* * vm.c: refactoring Proc/Env related code.ko12015-07-146-123/+115
* use _Static_assert with clangkazu2015-07-143-5/+20
* * 2015-07-15svn2015-07-141-2/+2
* fix compile error with clangkazu2015-07-142-1/+6
* rtname.cmd: extract at oncenobu2015-07-141-20/+24
* test_filehandler.rb: fix UNC path failurenobu2015-07-141-3/+6
* webrick/test_utils.rb: no timeout during assertionnobu2015-07-141-11/+16
* timeout.rb: suppress a warningnobu2015-07-141-1/+1
* webrick/utils.rb: wakeup immediatelynobu2015-07-143-12/+19
* webrick/utils.rb: adaptive sleepnobu2015-07-142-5/+16
* * 2015-07-14svn2015-07-141-2/+2
* test_utils.rb: splitnobu2015-07-141-6/+21
* webrick/server.rb: stop immediatelynobu2015-07-143-11/+34
* httpproxy.rb: fix typos [ci skip]nobu2015-07-132-2/+7
* fix indent (tabify) [ci skip]kazu2015-07-131-2/+2
* fix indent (tabify) [ci skip]kazu2015-07-131-2/+2
* remove needless volatilenobu2015-07-132-3/+2
* timeout.rb: warn deprecated methodnobu2015-07-133-8/+10