summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17584:shyouhei2008-06-291-1/+1
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-3/+9
* Merge from ruby_1_8.knu2008-05-271-4/+4
* Merge from ruby_1_8.knu2008-05-191-0/+3
* * process.c: new method Process.exec; backported from 1.9. bug#19006kazu2008-04-111-0/+1
* * process.c (Init_process): share bignum objects for RLIM_INFINITY,akr2008-02-251-5/+8
* * configure.in: moved broken syscall checks from process.c etc.nobu2008-01-111-5/+0
* * process.c (struct rb_exec_arg): proc should be a VALUE.nobu2007-09-211-3/+3
* * process.c (struct rb_exec_arg): forgot to commit.nobu2007-09-211-1/+1
* * process.c (proc_prepare_args): commit miss.nobu2007-09-201-0/+7
* * process.c (rb_detach_process): cast for the platforms where size ofnobu2007-09-201-30/+58
* * process.c (detach_process_watcher): should not pass the pointernobu2007-08-181-7/+6
* * process.c (ruby_setreuid, ruby_setregid): rename to get rid of namenobu2007-06-261-0/+7
* * process.c (proc_exec_v, rb_proc_exec): preserve errno.nobu2007-06-261-2/+5
* Fixed [UG]ID::eid=. Fixes bug # 10370ryan2007-06-121-2/+2
* * io.c (pipe_open): command name should not contain null bytes.matz2006-09-041-5/+7
* * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu2006-08-161-3/+33
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-251-5/+5
* * process.c (rb_f_system): add security check. [ruby-talk:202947]matz2006-07-241-1/+2
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-181-10/+15
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-181-1/+1
* * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu2006-07-061-4/+10
* Define Process.getrlimit and Process.setrlimit even ifakr2006-06-151-4/+0
* * configure.in: check sizeof(rlim_t).akr2006-06-141-0/+160
* * process.c (rb_f_sleep): remove description about SIGALRM whichmatz2006-03-241-6/+5
* document that fork doesn't copy other threadsakr2005-11-201-0/+3
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-6/+0
* * process.c (proc_detach, proc_setmaxgroups): missing argument typeocean2005-08-311-149/+147
* * process.c (detach_process_wathcer): fixed typo.nobu2005-06-301-9/+9
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+1
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-281-1/+7
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-6/+6
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * array.c (rb_ary_s_create): no need for negative argc check.matz2005-02-231-2/+2
* * process.c (proc_setgroups): check if the argument lenght isnobu2004-12-231-1/+1
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-2/+2
* * process.c (proc_getpgrp): prohibit for $SAFE=2.matz2004-11-181-29/+27
* On NetBSD don't use setruid() and setrgid().naruse2004-11-031-0/+5
* * process.c (rb_f_fork): need to flush stdout and stderr beforematz2004-11-021-0/+6
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-1/+1
* fix typo(?).usa2004-09-221-1/+0
* Add documentation to fork()dave2004-09-211-2/+14
* * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do notmatz2004-07-221-0/+4
* * process.c (rb_f_system): not need to call last_status_set() anyusa2004-07-211-3/+1
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-151-0/+1
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-151-1/+21
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-1/+1
* Add HTML formatter to ridave2004-01-111-4/+0
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-081-3/+3
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-3/+1004