summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-04fix typonaruse
2016-07-04* process.c: define sig_t if not exist.naruse
2016-07-02process.c (disable_child_handler_fork_child): simplifynormal
2016-05-27process.c: [DOC] Process.abort [ci skip]nobu
2016-05-20fix build on no-fork-spawnv platformsnobu
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-06process.c: argument types over conversionnobu
2016-05-02process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal
2016-04-14process.c: prefer rb_check_aritynobu
2015-12-27* process.c (rb_execarg_parent_start1): need to convert the encoding tousa
2015-12-27* process.c (rb_execarg_addopt): need to convert to ospath.usa
2015-12-27* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.usa
2015-12-23prefer rb_syserr_failnobu
2015-12-14* enum.c: fix a typo in documentation.hsbt
2015-11-04process.c: fix rdoc of Process.getsid [ci skip]nobu
2015-10-18* ChangeLog: Good-bye OS/2.kosaki
2015-09-12process.c: do not inherit saved fdsnobu
2015-09-10Clarify spawn pgroup documentation [ci skip]nobu
2015-09-08process.c: keep GVL if WNOHANGnobu
2015-09-08process.c: retry loopnobu
2015-09-07process.c: open exception messagenobu
2015-09-07process.c: chdir exception messagenobu
2015-09-02Fix typo in Process.detatch doc [ci skip]nobu
2015-08-19process.c: [DOC] env values in spawn [ci skip]nobu
2015-08-14improve handling of timer thread shutdownnormal
2015-07-26revert r31760 and r31761nobu
2015-07-16avoid redundant GET_THREAD() callsnormal
2015-07-16* process.c (redirect_dup2): when the new FD of dup2() coflictsngoto
2015-07-16Revert r51209 because signals after stopping timer thread beforengoto
2015-07-16process.c (close_unless_reserved): declare type of `fd' argnormal
2015-07-15* process.c (redirect_close, parent_redirect_close): should not closengoto
2015-07-10* process.c (rb_f_exec): rb_exec_without_timer_thread should bengoto
2015-06-19* process.c (rb_execarg_parent_start1): new macro ALWAYS_NEED_ENVPngoto
2015-06-18* include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt
2015-05-22process.c: do not discard statusnobu
2015-04-14process.c: initgroups on cygwinnobu
2015-04-10* process.c (rb_execarg_parent_start1): Handle EINTR.akr
2015-04-09* process.c: Release GVL when opening a file in spawn() to avoid wholeakr
2015-04-09move debug functions.akr
2015-04-09* process.c (redirect_open): Removed.akr
2015-04-09* internal.h (rb_execarg_parent_end): Declared.akr
2015-04-09* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr
2015-04-09* process.c (fd_clear_cloexec): Extracted from run_exec_dup2.akr
2015-02-23eval.c: static IDsnobu
2015-02-18[DOC] ENV keys must be strings [ci skip]nobu
2014-12-29process.c: missing parenthesisnobu
2014-12-27* process.c: Unused code removed.akr
2014-12-26uninitialized variablenobu