aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* RSTRING_PTR is not guaranteed to be char*-alignedshyouhei2018-05-141-4/+6
* fix potential memory leaksnobu2018-05-091-5/+3
* RSTRING_PTR is not guaranteed to be VALUE-alignedshyouhei2018-05-091-10/+14
* forgot to add INT2FIX (sorry!)shyouhei2018-05-041-1/+1
* passing rb_thread_sleep to rb_protect is IMHO dangerousshyouhei2018-05-041-1/+8
* process.c: [DOC] fix grammarstomar2018-04-141-1/+1
* guard before noreturn functionnobu2018-02-251-3/+5
* process.c: guard eargp against GCk0kubun2018-02-251-0/+1
* [DOC] missing docs at toplevelnobu2018-02-231-0/+7
* [DOC] obsolete classesnobu2018-02-231-1/+2
* [DOC] nodoc internal methods/classesnobu2018-02-231-0/+1
* process.c: deprecated Struct::Tmsnobu2018-02-231-0/+1
* process.c (try_with_sh): fix the wrong number of argumentsmame2018-02-131-1/+1
* process.c: command_name encodingnobu2018-02-031-1/+3
* process.c: split pst_message_status from pst_messagenobu2018-02-021-4/+11
* process.c: reduce intermediate stringnobu2018-02-021-3/+4
* Use more verbose status in error messageskazu2018-02-021-3/+6
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-241-3/+3
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-241-11/+36
* there is no guarantee that mode_t is as wide as intshyouhei2018-01-191-1/+1
* merge extern declarations into internal.hshyouhei2018-01-181-2/+0
* process.c: get_clk_tck fallbacknobu2018-01-171-11/+6
* process.c: remove useless castnobu2018-01-171-2/+2
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-091-1/+2
* process.c: [DOC] fix grammar and double negativestomar2017-12-141-2/+2
* process.c: adjust indentnobu2017-12-131-1/+1
* [DOC] Process.last_status may return nilkazu2017-12-121-1/+1
* process.c: add Process.last_statusmrkn2017-12-121-0/+22
* hide internal data objectsnobu2017-12-041-2/+1
* util.h: remove my_getcwdnobu2017-11-261-1/+1
* process.c: removed preserving_errnonobu2017-11-141-61/+51
* move rb_thread_t::interrupt_flag and maskko12017-11-061-2/+1
* `rb_ec_error_print()`.ko12017-10-291-3/+3
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-261-1/+1
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-2/+2
* common conversion functionsnobu2017-10-261-1/+1
* Drop to support NaCl platform.hsbt2017-10-231-18/+1
* process.c: null byte at initgroupsnobu2017-10-111-1/+1
* process: block/unblock signals around forknormal2017-09-201-2/+6
* adjust indentnobu2017-09-191-15/+15
* 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