summaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-081-2/+2
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-4/+4
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-1/+1
* * include/ruby/signal.h: removed.ko12008-09-031-3/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-2/+2
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-3/+7
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-3/+3
* * process.c (pst_message): removed no longer used variable.nobu2008-07-221-1/+0
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-10/+6
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-7/+6
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-1/+1
* update spawn rdoc a bit.akr2008-07-051-0/+4
* * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei2008-07-011-4/+5
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * process.c (Init_process): fix to avoid a warning.ko12008-06-291-3/+3
* * configure.in: need a ",".ko12008-06-261-1/+1
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-241-4/+0
* * process.c (Init_process): Process::Status#to_int removed.akr2008-06-201-14/+14
* * process.c (rb_detach_process): store detached process ID in thenobu2008-06-201-1/+18
* * process.c (rb_f_fork): NetBSD 4.0 or later can fork.usa2008-06-191-1/+1
* * process.c (run_exec_pgroup): C99 ism.usa2008-06-031-1/+2
* * process.c (rb_spawn_internal): set last_status when status == -1usa2008-05-191-0/+4
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-18/+112
* * process.c (rb_spawn_internal): remove calling run_exec_options()usa2008-05-121-0/+2
* * process.c (rb_spawn_internal): need to call run_exec_options() beforeusa2008-05-121-8/+11
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-1/+1
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-7/+18
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-5/+9
* * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa2008-04-281-4/+0
* * process.c (run_exec_options): don't call FIX2INT for nil.akr2008-04-281-1/+1
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-281-67/+51
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+4
* * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu2008-04-261-23/+23
* update spawn rdoc.akr2008-04-251-10/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-5/+23
* * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu2008-04-251-0/+4
* * process.c: suppress warning.nobu2008-04-251-0/+8
* * include/ruby/win32.h: define mode_t for umask.usa2008-04-251-0/+8
* fix argument type.akr2008-04-241-1/+1
* * process.c: include sys/stat.h for umask.akr2008-04-241-1/+2
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-69/+1037
* * enumerator.c (enumerator_each, enumerator_with_index): suppressnobu2008-04-221-3/+3
* * process.c (rlimit_resource_value): use NUM2RLIM.akr2008-03-221-1/+1
* fix doc.akr2008-03-091-6/+6
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-3/+3
* * process.c (Init_process): share bignum objects for RLIM_INFINITY,akr2008-02-251-5/+8
* * process.c (rlimit_resource_type): new function.akr2008-02-221-25/+162
* * configure.in: moved broken syscall checks from process.c etc.nobu2008-01-111-5/+0
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-2/+2