summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-16* iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko1
2015-07-16string.c: remove redundant callsnobu
2015-07-16Revert r51209 because signals after stopping timer thread beforengoto
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-16process.c (close_unless_reserved): declare type of `fd' argnormal
2015-07-16load.c: use fstring for loaded features and expanded load pathnormal
2015-07-15thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INTnormal
2015-07-15* test/ruby/test_process.rb (test_exec_close_reserved_fd): test forngoto
2015-07-15* 2015-07-16svn
2015-07-15* .gitignore: ignore version.i. [ci skip]kazu
2015-07-15* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ngoto
2015-07-15* process.c (redirect_close, parent_redirect_close): should not closengoto
2015-07-15fix typos [ci skip]kazu
2015-07-15remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal
2015-07-15remove redundant NULL check in mark functionsnormal
2015-07-15encoding.c: drop dummy encoding flagnobu
2015-07-15* vm.c (vm_make_env_each): add comments about env layout.ko1
2015-07-15-test-/string: movenobu
2015-07-15string.c: remove redundant callsnobu
2015-07-14gc.h: evaluate the macro argument only oncenobu
2015-07-14* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako1
2015-07-14* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko1
2015-07-14* remove trailing spaces.svn
2015-07-14* vm.c: refactoring Proc/Env related code.ko1
2015-07-14use _Static_assert with clangkazu
2015-07-14* 2015-07-15svn
2015-07-14fix compile error with clangkazu
2015-07-14rtname.cmd: extract at oncenobu
2015-07-14test_filehandler.rb: fix UNC path failurenobu
2015-07-14webrick/test_utils.rb: no timeout during assertionnobu
2015-07-14timeout.rb: suppress a warningnobu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
2015-07-14* 2015-07-14svn
2015-07-14test_utils.rb: splitnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13httpproxy.rb: fix typos [ci skip]nobu
2015-07-13fix indent (tabify) [ci skip]kazu
2015-07-13fix indent (tabify) [ci skip]kazu
2015-07-13remove needless volatilenobu
2015-07-13timeout.rb: warn deprecated methodnobu
2015-07-13use Timeout.timeoutnobu
2015-07-13timeout.rb: internal constantsnobu
2015-07-12* 2015-07-13svn
2015-07-12* ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak
2015-07-12* ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah
2015-07-11* 2015-07-12svn
2015-07-11Simple testing for StringIO#sysreadnobu
2015-07-11stringio.c: Fix an example doc [ci skip]nobu