Age | Commit message (Expand) | Author |
2008-06-29 | merge revision(s) 17584: | shyouhei |
2008-06-15 | merge revision(s) 16471: | shyouhei |
2008-06-03 | merge revision(s) 13479:13481: | shyouhei |
2007-09-07 | * process.c (detach_process_watcher): should not pass the pointer | shyouhei |
2007-08-22 | * process.c (proc_exec_v, rb_proc_exec): preserve errno. | shyouhei |
2007-08-21 | * process.c (ruby_setreuid, ruby_setregid): rename to get rid of name | shyouhei |
2007-05-22 | * process.c (proc_exec_v): terminate timer thread in advance. | shyouhei |
2006-09-04 | * io.c (pipe_open): command name should not contain null bytes. | matz |
2006-08-16 | * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid): | nobu |
2006-07-25 | * process.c (rb_proc_times): rename hz to hertz to avoid name | matz |
2006-07-24 | * process.c (rb_f_system): add security check. [ruby-talk:202947] | matz |
2006-07-18 | * process.c (rb_f_system): block SIGCHLD during the process | matz |
2006-07-18 | * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status | matz |
2006-07-06 | * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to | nobu |
2006-06-15 | Define Process.getrlimit and Process.setrlimit even if | akr |
2006-06-14 | * configure.in: check sizeof(rlim_t). | akr |
2006-03-24 | * process.c (rb_f_sleep): remove description about SIGALRM which | matz |
2005-11-20 | document that fork doesn't copy other threads | akr |
2005-09-08 | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz |
2005-08-31 | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean |
2005-06-30 | * process.c (detach_process_wathcer): fixed typo. | nobu |
2005-06-30 | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz |
2005-06-28 | * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unused | ocean |
2005-05-14 | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2005-02-23 | * array.c (rb_ary_s_create): no need for negative argc check. | matz |
2004-12-23 | * process.c (proc_setgroups): check if the argument lenght is | nobu |
2004-12-06 | * process.c (proc_setgroups): [ruby-dev:25081] | matz |
2004-11-18 | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz |
2004-11-03 | On NetBSD don't use setruid() and setrgid(). | naruse |
2004-11-02 | * process.c (rb_f_fork): need to flush stdout and stderr before | matz |
2004-10-02 | * string.c (rb_str_sum): check was done with false pointer. | matz |
2004-09-22 | fix typo(?). | usa |
2004-09-21 | Add documentation to fork() | dave |
2004-07-22 | * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do not | matz |
2004-07-21 | * process.c (rb_f_system): not need to call last_status_set() any | usa |
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-01-11 | Add HTML formatter to ri | dave |
2004-01-08 | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
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 but | nobu |
2003-11-27 | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-10-30 | * process.c (rb_f_system): fixed lack of security check before | usa |
2003-10-13 | * string.c (str_new4): should not preserve FL_TAINT status in the | matz |
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 |