aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-0/+2
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-6/+6
* * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa2006-08-311-3/+3
* * ruby.h (struct RString): embed small strings.matz2006-08-311-9/+9
* * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu2006-08-161-3/+31
* ansificated.akr2006-08-131-13/+5
* * process.c (rb_proc_times): rename hz to hertz to avoid namematz2006-07-251-7/+7
* * process.c (rb_f_system): shouldn't block SIGCHLD if it's notusa2006-07-181-0/+4
* * process.c (rb_f_system): block SIGCHLD during the processmatz2006-07-181-4/+14
* * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_statusmatz2006-07-181-0/+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
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-18/+10
* * process.c: new method Process.exec. [ruby-dev:28107]aamine2005-12-271-1/+2
* document that fork doesn't copy other threadsakr2005-11-201-0/+3
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-0/+1
* * process.c (proc_setrlimit): make the third argument (rlim_max)akr2005-09-241-12/+24
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-5/+5
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-2/+2
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-182/+89
* * 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-6/+4
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-2/+1
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+1
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-3/+9
* * process.c (proc_spawn_v): use rb_w32_aspawn on Win32.nobu2005-05-161-6/+4
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-6/+6
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-4/+4
* * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error.usa2004-12-271-5/+3
* * process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.nobu2004-12-231-23/+21
* * process.c (proc_setgroups): check if the argument lenght isnobu2004-12-231-1/+1
* * process.c (rb_spawn): support for DJGPP.eban2004-12-081-3/+5
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-2/+2
* * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban2004-12-061-1/+1
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-2/+2
* * process.c (proc_getpgrp): prohibit for $SAFE=2.matz2004-11-181-29/+27
* * process.c (proc_getrlimit, proc_setrlimit): add rb_secure(2) toakr2004-11-171-0/+4
* * process.c (proc_getrlimit): new function for Process.getrlimit.akr2004-11-141-1/+149
* * process.c (rb_f_exec): should check whether prog is NULL.eban2004-11-011-1/+1
* * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz2004-10-311-6/+9
* On NetBSD don't use setruid() and setrgid().naruse2004-10-311-0/+5
* * io.c (rb_io_mode_flags): preserve append mode flag.matz2004-10-061-1/+0
* * string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz2004-10-011-1/+1
* Add documentation to fork()dave2004-09-211-1/+12
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-191-2/+2
* * process.c (rb_proc_exec): label cannot precede variable declarations.nobu2004-09-011-2/+1
* * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu2004-08-271-1/+11
* * io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz2004-08-171-0/+56
* * re.c (rb_reg_match_m): add optional second argugment "pos" tomatz2004-07-171-0/+4
* * io.c (rb_io_popen): update the document for the first argument andnobu2004-06-291-159/+161