summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-07-11* ChangeLog: typo.usa
2015-07-11timeout.rb: fix backtracenobu
2015-07-10* 2015-07-11svn
2015-07-10test_timeout.rb: add an assertionnobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2015-07-10zlib.c: GC guardsnobu
2015-07-10zlib.c: protoizenobu
2015-07-10compressed mantypesnobu
2015-07-10* process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto
2015-07-10dir.c: get attributes by fdnobu
2015-07-10stringio.c: remove unnecessary checknobu
2015-07-10* 2015-07-10svn
2015-07-10extmk.rb: silently skip never-installed extensionsnobu
2015-07-09test_process.rb: test for [Bug #11340]nobu
2015-07-09* win32/win32.c (waitpid): fixed return value of previous commit. thanks, nobu!usa
2015-07-09* win32/win32.c (waitpid): return immediately if interrupted.usa
2015-07-09* vm_insnhelper.c (vm_search_super_method): use CI_SET_FASTPATH().ko1
2015-07-09* vm_core.h: remove rb_call_info_t::klass becauseko1
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt