aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * process.c: Recover wrongly removed spaces at end of the lines.ocean2004-04-211-154/+154
* * process.c(rb_spawn): fix SEGV at "p system('command line here')"ocean2004-04-211-157/+157
* * 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
* * process.c (rb_exec): follow older behavior if close-on-exec is notnobu2004-03-291-22/+72
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-0/+4
* * process.c (rb_f_exec): get rid of SEGV when exec failed for commandnobu2004-02-251-1/+1
* * process.c (rb_f_exec): get rid of SEGV when exec failed.nobu2004-02-251-3/+3
* * configure.in: check functions, fork spawnv.nobu2004-02-161-173/+237
* * process.c (detach_process_watcher): return the last status.nobu2004-02-091-4/+9
* 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
* * win32/win32.h: define execv() using do_aspawn().eban2003-12-101-4/+0
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not butnobu2003-11-271-2/+2
* * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu2003-11-271-14/+19
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-96/+42
* * process.c (rb_f_system): fixed lack of security check beforeusa2003-10-301-0/+1
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-1/+8
* * signal.c (ruby_signal_name): adjust to the prototype.nobu2003-10-011-2/+2
* * process.c (pst_inspect): describe stopped process "stopped".akr2003-09-301-2/+2
* * eval.c (rb_eval): while/until should not capture break unlessmatz2003-09-301-1/+8
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+43
* * process.c (p_gid_sw_ensure): return VALUE.eban2003-08-311-2/+2
* * process.c (p_gid_sw_ensure): lack of function typenagai2003-08-311-0/+1
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-291-11/+177