aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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
* * modify macro to detect 'MacOS X' based on [ruby-talk:77849]nagai2003-08-031-1/+1
* * (bug fix) preprocessor errors occur on OpenBSD-currentnagai2003-08-011-4/+4
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-1/+2
* * gcc -Wall clean-up.matz2003-07-241-2/+2
* process.c : unify indentationnagai2003-07-231-262/+264
* process.c, configure.in :nagai2003-07-231-5/+784
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-3/+3
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-0/+3
* * configure.in: checks presence of grp.h and setgroups().nobu2003-06-091-2/+2
* * process.c (proc_getgroups, proc_setgroups): raisenobu2003-06-091-0/+12
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-0/+92
* * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz2003-03-201-3/+3