| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -1/+1 |
* | * process.c (rb_f_fork): remove after_exec() which sometimes caused | mame | 2010-04-23 | 1 | -3/+0 |
* | * process.c (ruby_setsid): split from proc_setsid. | nobu | 2010-04-01 | 1 | -7/+15 |
* | * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number. | nobu | 2010-04-01 | 1 | -2/+2 |
* | * process.c (rb_f_exit_bang, rb_f_exit, rb_f_abort): fix rdoc. | nobu | 2010-04-01 | 1 | -9/+12 |
* | * process.c (proc_daemon): Process.daemon should raise an error on | knu | 2010-03-30 | 1 | -4/+5 |
* | rdoc update. | akr | 2010-01-24 | 1 | -0/+2 |
* | * process.c (save_redirect_fd): consider EBADF that the fd is not used. | usa | 2009-12-31 | 1 | -0/+2 |
* | * process.c (rb_f_exec): fixed rdoc. | nobu | 2009-11-10 | 1 | -1/+1 |
* | * process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned about | nobu | 2009-11-09 | 1 | -3/+10 |
* | * process.c (proc_setgroups): fixed type. | nobu | 2009-09-22 | 1 | -2/+2 |
* | * process.c (run_exec_dup2): fixed type. | nobu | 2009-09-21 | 1 | -1/+1 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -17/+17 |
* | rdoc update. | akr | 2009-08-11 | 1 | -1/+8 |
* | * io.c: remove __CHECKER__ test. | akr | 2009-06-22 | 1 | -12/+12 |
* | * process.c (proc_setegid): define only if needed. | nobu | 2009-04-25 | 1 | -1/+2 |
* | * process.c (proc_seteuid): define only if needed. | nobu | 2009-04-25 | 1 | -1/+2 |
* | * process.c: fixed types. | nobu | 2009-04-25 | 1 | -16/+14 |
* | * configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD. | nobu | 2009-04-25 | 1 | -1/+11 |
* | * process.c (proc_seteuid_m): defined to use rb_f_notimplement if not | akr | 2009-04-18 | 1 | -2/+14 |
* | * process.c (proc_setuid): use rb_f_notimplement if not implemented. | akr | 2009-04-18 | 1 | -4/+8 |
* | * ext/readline/readline.c: use rb_f_notimplement for methods not | akr | 2009-04-18 | 1 | -3/+3 |
* | update rdoc. | akr | 2009-04-18 | 1 | -0/+1 |
* | * node.h (rb_notimplement_body_p): declared. | akr | 2009-04-16 | 1 | -98/+94 |
* | * class.c (rb_define_method_id): use rb_define_notimplement_method_id | akr | 2009-04-16 | 1 | -4/+3 |
* | * process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632] | matz | 2009-04-01 | 1 | -2/+2 |
* | update rdoc. | akr | 2009-03-31 | 1 | -4/+4 |
* | * process.c (Init_process): Better patch for eliminating an | knu | 2009-03-23 | 1 | -4/+8 |
* | * process.c (rb_exec): prints error message only on platforms | nobu | 2009-03-20 | 1 | -6/+15 |
* | * process.c (rb_spawn_internal): suppressed a warning. | nobu | 2009-03-16 | 1 | -0/+2 |
* | * process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t. | nobu | 2009-03-14 | 1 | -4/+6 |
* | * process.c (rb_spawn_internal): use int variable for status. | akr | 2009-03-14 | 1 | -3/+4 |
* | * process.c (rb_f_system): use rb_pid_t for pid. | akr | 2009-03-14 | 1 | -12/+13 |
* | * process.c (rb_f_sleep): time() needs time_t. | nobu | 2009-03-11 | 1 | -1/+1 |
* | * process.c (rb_waitpid): use wait_each() on no waitpid platforms. | nobu | 2009-03-01 | 1 | -34/+44 |
* | * process.c (proc_daemon): stops and restarts timer thread because | nobu | 2009-03-01 | 1 | -0/+3 |
* | rdoc update. | akr | 2009-02-24 | 1 | -0/+2 |
* | * process.c (rb_waitpid): last argument was missing. | nobu | 2009-02-24 | 1 | -2/+2 |
* | rdoc update. | akr | 2009-02-22 | 1 | -2/+2 |
* | rdoc update. | akr | 2009-02-22 | 1 | -12/+13 |
* | * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err), | nobu | 2009-02-18 | 1 | -2/+2 |
* | * process.c (rb_fork): initialization with dynamic values is not | nobu | 2009-02-12 | 1 | -1/+3 |
* | Created execl stub as a missing PIPS function | azav | 2009-02-06 | 1 | -16/+14 |
* | * include/ruby/intern.h (rb_run_exec_options_err): renamed from | akr | 2009-02-05 | 1 | -13/+57 |
* | * process.c (proc_spawn_v): removed unused variable. | nobu | 2009-01-26 | 1 | -1/+0 |
* | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz | 2009-01-15 | 1 | -0/+2 |
* | * process.c: use sigaction instead of sigset. [ruby-core:21021] | mame | 2009-01-02 | 1 | -6/+2 |
* | * process.c (before_exec): it makes no sense for a conditional | shyouhei | 2009-01-01 | 1 | -1/+1 |
* | * process.c (rb_waitpid): retries waitpid when EINTR. | yugui | 2008-12-29 | 1 | -5/+4 |
* | * process.c (after_exec): needs to reset before restart timer | nobu | 2008-12-27 | 1 | -1/+1 |