summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
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
2003-08-03* modify macro to detect 'MacOS X' based on [ruby-talk:77849]nagai
2003-08-01* (bug fix) preprocessor errors occur on OpenBSD-currentnagai
2003-07-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* gcc -Wall clean-up.matz
2003-07-23process.c : unify indentationnagai
2003-07-23process.c, configure.in :nagai
2003-07-15* lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz
2003-06-10* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz
2003-06-09* configure.in: checks presence of grp.h and setgroups().nobu
2003-06-09* process.c (proc_getgroups, proc_setgroups): raisenobu
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-03-20* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)matz
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2003-01-16Updated Copyrights of Matz to 2003.michal
2003-01-07* hash.c (env_clear): new Hash compatible method.matz
2003-01-06* process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn()usa
2003-01-04* process.c (rb_proc_exec): use same logic as DJGPP on win32 ports.usa
2003-01-03* process.c (rb_proc_times): need to initialize first.nobu
2003-01-01* process.c (rb_proc_times): avoid WindowsXP crash using volatilematz
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-02WinCE patch mergedmatz