aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* Restart timer thread even after preparation failedNobuyoshi Nakada2020-02-131-2/+9
* [DOC] Fix grammar in Process module docsMarcus Stollsteimer2019-12-241-4/+4
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* Kernel#abort without arguments should print error infoNobuyoshi Nakada2019-12-161-1/+1
* delete unused codes卜部昌平2019-11-181-2/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-12/+0
* Use the dedicated function `rb_io_check_io`Nobuyoshi Nakada2019-11-041-1/+1
* Documentation improvements for Ruby corezverok2019-10-261-2/+14
* Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`Nobuyoshi Nakada2019-10-051-2/+2
* Remove call-seq for method that doesn't exist (#2521)Alan Wu2019-10-041-1/+0
* Add version that FreeBSD supports `CLOCK_PROCESS_CPUTIME_ID` [ci skip]yuuji.yaginuma2019-09-051-1/+1
* move docs around [ci skip]卜部昌平2019-08-291-78/+111
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-9/+26
* drop-in type check for rb_define_module_function卜部昌平2019-08-291-20/+44
* delete `$` sign from C identifiers卜部昌平2019-08-271-4/+4
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-2/+14
* uid_t and gid_t are narrower than VALUE.卜部昌平2019-08-261-2/+4
* Suppress a "clobbered" warningNobuyoshi Nakada2019-08-261-3/+1
* nil as the default of optional parametersNobuyoshi Nakada2019-07-161-9/+7
* nil as the default of optional parametersNobuyoshi Nakada2019-07-161-6/+9
* Moved the check for `exception` to rb_execarg_addoptNobuyoshi Nakada2019-07-161-10/+13
* process.c (p_sys_setregid, p_sys_setresgid): remove unused tmp bufferYusuke Endoh2019-07-151-4/+0
* process.c: [DOC] remove extra quotes [ci skip]nobu2019-03-301-1/+1
* process.c: [DOC] fix markups [ci skip]nobu2019-03-291-7/+8
* process.c: [DOC] fix markups [ci skip]nobu2019-03-291-3/+3
* [DOC] fix markups [ci skip]nobu2019-03-281-69/+65
* new constant: Process::CLOCK_TAI.akr2019-02-091-0/+5
* process.c: [DOC] small improvementsstomar2019-01-201-3/+3
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-101-3/+3
* Revert "mjit.c: use boolean type for boolean variables"k0kubun2019-01-101-3/+3
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-101-3/+3
* process.c: document system(..., exception: true) [ci skip]k0kubun2018-12-291-7/+26
* Use idExceptionnobu2018-12-221-2/+2
* process.c (retry_fork_async_signal_safe): fix -Wclobberednobu2018-12-041-3/+4
* process.c (retry_fork_async_signal_safe): fix -Wclobbered on i686normal2018-12-031-6/+8
* process.c: fix ETXTBUSY from MJIT compiler processnormal2018-12-031-8/+21
* process.c (rb_execarg_init): mark as staticnormal2018-12-031-11/+11
* process.c (rb_f_system): cleanup to use rb_execarg_getnormal2018-12-031-1/+1
* process.c: avoid dlclose before execk0kubun2018-11-261-1/+1
* Revert "process.c: try to workaroun SEGV by r65994"k0kubun2018-11-261-7/+1
* process.c: try to workaroun SEGV by r65994k0kubun2018-11-261-1/+7
* process.c: finish MJIT prior to #execk0kubun2018-11-261-1/+1
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+44
* process.c: do not try to pause MJITk0kubun2018-11-201-19/+8
* revert r65807k0kubun2018-11-191-3/+2
* process.c: do not run signal handler before forkk0kubun2018-11-191-2/+3
* * expand tabs.svn2018-11-181-1/+1
* mjit_worker.c: support MJIT in forked Ruby processk0kubun2018-11-181-4/+18
* support theap for T_HASH. [Feature #14989]ko12018-10-301-4/+4
* process.c: implement rb_f_system without toggling ruby_nocldwaitnormal2018-10-301-32/+68