summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-27* process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error.usa
2004-12-23* process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.nobu
2004-12-23* process.c (proc_setgroups): check if the argument lenght isnobu
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-06* configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP.eban
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz
2004-11-17* process.c (proc_getrlimit, proc_setrlimit): add rb_secure(2) toakr
2004-11-14* process.c (proc_getrlimit): new function for Process.getrlimit.akr
2004-11-01* process.c (rb_f_exec): should check whether prog is NULL.eban
2004-10-31* io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656]matz
2004-10-31On NetBSD don't use setruid() and setrgid().naruse
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-01* string.c (rb_str_sum): string may be altered. [ruby-dev:24381]matz
2004-09-21Add documentation to fork()dave
2004-09-19* ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr
2004-09-01* process.c (rb_proc_exec): label cannot precede variable declarations.nobu
2004-08-27* process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143]nobu
2004-08-17* io.c (rb_io_reopen): should clear allocated OpenFile. pointedmatz
2004-07-17* re.c (rb_reg_match_m): add optional second argugment "pos" tomatz
2004-06-29* io.c (rb_io_popen): update the document for the first argument andnobu
2004-04-21* process.c: Recover wrongly removed spaces at end of the lines.ocean
2004-04-21* process.c(rb_spawn): fix SEGV at "p system('command line here')"ocean
2004-04-15* process.c (pst_success_p): new method Process::Status#success?.nobu
2004-04-15* process.c (pst_success_p): new method Process::Status#success?.nobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-03-29* process.c (rb_exec): follow older behavior if close-on-exec is notnobu
2004-03-02* io.c (pipe_open): erred program name should be reported bynobu
2004-02-25* process.c (rb_f_exec): get rid of SEGV when exec failed for commandnobu
2004-02-25* process.c (rb_f_exec): get rid of SEGV when exec failed.nobu
2004-02-16* configure.in: check functions, fork spawnv.nobu
2004-02-09* process.c (detach_process_watcher): return the last status.nobu
2004-01-11Add HTML formatter to ridave
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-10* win32/win32.h: define execv() using do_aspawn().eban
2003-11-27* eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not butnobu
2003-11-27* eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true asnobu
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
2003-10-30* process.c (rb_f_system): fixed lack of security check beforeusa
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-01* signal.c (ruby_signal_name): adjust to the prototype.nobu
2003-09-30* process.c (pst_inspect): describe stopped process "stopped".akr
2003-09-30* eval.c (rb_eval): while/until should not capture break unlessmatz
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2003-08-31* process.c (p_gid_sw_ensure): return VALUE.eban
2003-08-31* process.c (p_gid_sw_ensure): lack of function typenagai
2003-08-29* doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai