summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-07-16thread.c (mutex_alloc): remove needless volatilenormal
2015-07-16fix typos [ci skip]kazu
2015-07-16* vm_core.h: constify rb_iseq_t::parent_iseq.ko1
2015-07-16* process.c (redirect_dup2): when the new FD of dup2() coflictsngoto
2015-07-16* iseq.c (rb_iseq_disasm): rename rb_iseq_t *iseqdat to iseqko1
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* .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-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* vm.c: refactoring Proc/Env related code.ko1
2015-07-14use _Static_assert with clangkazu
2015-07-14fix compile error with clangkazu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
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-13timeout.rb: warn deprecated methodnobu
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-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-10timeout.rb: removed and use Timeout::Errornobu
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-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
2015-07-09* vm_core.h (rb_control_frame_t): fix comments (layout index).ko1
2015-07-09* parse.y: Improve duplicate key warning with patch by @andremedeiroszzak
2015-07-07* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt