aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* process.c: null bytesnobu2017-07-141-12/+19
* process.c: handle dynamic :rlimit_* symbols in spawn execoptsnormal2017-07-131-33/+53
* move fields to ec.ko12017-06-281-1/+1
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-1/+1
* removed ruby_error_printnobu2017-06-161-2/+4
* Improve performance of implicit type conversionwatson19782017-05-311-2/+2
* process.c: Use getrusage(2) in Process.timesk0kubun2017-05-281-1/+12
* process.c: fix error checknobu2017-05-111-20/+8
* .nobu2017-05-101-2/+12
* process.c: temporary string for buffernobu2017-05-101-14/+12
* Add documents on Process::CLOCK_* constantssorah2017-03-291-0/+26
* use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOWshyouhei2017-03-061-2/+3
* process.c: PATH env in spawnnobu2016-11-061-8/+24
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* process.c: use uaspawnnobu2016-10-141-0/+6
* fid typos [ci skip]nobu2016-09-241-1/+1
* * process.c (InitVM_process): Support CLOCK_MONOTONIC_RAW_APPROX,naruse2016-09-211-5/+17
* replace fixnum by integer in documents.akr2016-09-081-45/+45
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-1/+0
* fix typonaruse2016-07-041-1/+1
* * process.c: define sig_t if not exist.naruse2016-07-041-0/+3
* process.c (disable_child_handler_fork_child): simplifynormal2016-07-021-52/+9
* process.c: [DOC] Process.abort [ci skip]nobu2016-05-271-1/+1
* fix build on no-fork-spawnv platformsnobu2016-05-201-6/+27
* * configure.in: check function attirbute const and pure,naruse2016-05-081-0/+1
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-1/+1
* process.c: argument types over conversionnobu2016-05-061-2/+14
* process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal2016-05-021-1/+5
* process.c: prefer rb_check_aritynobu2016-04-141-28/+26
* * process.c (rb_execarg_parent_start1): need to convert the encoding tousa2015-12-271-0/+1
* * process.c (rb_execarg_addopt): need to convert to ospath.usa2015-12-271-0/+1
* * process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.usa2015-12-271-0/+5
* prefer rb_syserr_failnobu2015-12-231-42/+27
* * enum.c: fix a typo in documentation.hsbt2015-12-141-1/+1
* process.c: fix rdoc of Process.getsid [ci skip]nobu2015-11-041-1/+1
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-42/+1
* process.c: do not inherit saved fdsnobu2015-09-121-4/+75
* Clarify spawn pgroup documentation [ci skip]nobu2015-09-101-5/+5
* process.c: keep GVL if WNOHANGnobu2015-09-081-11/+19
* process.c: retry loopnobu2015-09-081-14/+17
* process.c: open exception messagenobu2015-09-071-1/+1
* process.c: chdir exception messagenobu2015-09-071-9/+31
* Fix typo in Process.detatch doc [ci skip]nobu2015-09-021-1/+1
* process.c: [DOC] env values in spawn [ci skip]nobu2015-08-191-1/+1
* improve handling of timer thread shutdownnormal2015-08-141-37/+11
* revert r31760 and r31761nobu2015-07-261-23/+0
* avoid redundant GET_THREAD() callsnormal2015-07-161-1/+2
* * process.c (redirect_dup2): when the new FD of dup2() coflictsngoto2015-07-161-2/+12
* Revert r51209 because signals after stopping timer thread beforengoto2015-07-161-0/+10
* process.c (close_unless_reserved): declare type of `fd' argnormal2015-07-161-1/+2