index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* process.c (rb_spawn_internal): set last_status when status == -1
usa
2008-05-19
1
-0
/
+4
*
* process.c, include/ruby/intern.h (rb_run_exec_options): externed.
usa
2008-05-12
1
-18
/
+112
*
* process.c (rb_spawn_internal): remove calling run_exec_options()
usa
2008-05-12
1
-0
/
+2
*
* process.c (rb_spawn_internal): need to call run_exec_options() before
usa
2008-05-12
1
-8
/
+11
*
* thread.c (thread_cleanup_func_before_exec): extracted from
akr
2008-05-11
1
-1
/
+1
*
* dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.
nobu
2008-05-07
1
-7
/
+18
*
* process.c (check_exec_redirect_fd): prohibit duplex IO.
akr
2008-04-30
1
-5
/
+9
*
* process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specify
usa
2008-04-28
1
-4
/
+0
*
* process.c (run_exec_options): don't call FIX2INT for nil.
akr
2008-04-28
1
-1
/
+1
*
* include/ruby/intern.h (rb_exec_arg_init): declared.
akr
2008-04-28
1
-67
/
+51
*
* include/ruby/intern.h (rb_hash_dup): declared.
akr
2008-04-26
1
-0
/
+4
*
* process.c (rb_cProcessTms, rb_cProcessStatus): renamed.
nobu
2008-04-26
1
-23
/
+23
*
update spawn rdoc.
akr
2008-04-25
1
-10
/
+15
*
* process.c (rb_spawn_internal): new function to specify
akr
2008-04-25
1
-5
/
+23
*
* process.c (rb_spawn): rb_exec_initarg() returns new argc and argv in
nobu
2008-04-25
1
-0
/
+4
*
* process.c: suppress warning.
nobu
2008-04-25
1
-0
/
+8
*
* include/ruby/win32.h: define mode_t for umask.
usa
2008-04-25
1
-0
/
+8
*
fix argument type.
akr
2008-04-24
1
-1
/
+1
*
* process.c: include sys/stat.h for umask.
akr
2008-04-24
1
-1
/
+2
*
* include/ruby/intern.h (rb_env_clear): declared.
akr
2008-04-24
1
-69
/
+1037
*
* enumerator.c (enumerator_each, enumerator_with_index): suppress
nobu
2008-04-22
1
-3
/
+3
*
* process.c (rlimit_resource_value): use NUM2RLIM.
akr
2008-03-22
1
-1
/
+1
*
fix doc.
akr
2008-03-09
1
-6
/
+6
*
* numeric.c (fix_to_s): avoid rb_scan_args() when no argument
matz
2008-03-05
1
-3
/
+3
*
* process.c (Init_process): share bignum objects for RLIM_INFINITY,
akr
2008-02-25
1
-5
/
+8
*
* process.c (rlimit_resource_type): new function.
akr
2008-02-22
1
-25
/
+162
*
* configure.in: moved broken syscall checks from process.c etc.
nobu
2008-01-11
1
-5
/
+0
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
* include/ruby/encoding.h (rb_isascii): defined.
akr
2008-01-01
1
-2
/
+2
*
fix typos.
akr
2007-12-31
1
-2
/
+2
*
enable document of Kernel#system.
akr
2007-12-23
1
-4
/
+5
*
* process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD.
ko1
2007-12-22
1
-1
/
+1
*
* signal.c (ruby_signal): use SA_SIGINFO if available.
matz
2007-11-30
1
-0
/
+4
*
* process.c (rb_f_system): returns nil on execution failure.
matz
2007-11-20
1
-4
/
+5
*
* gc.h, vm_core.h: decl of rb_gc_save_machine_context()
ko1
2007-11-20
1
-1
/
+1
*
* include/ruby/ruby.h: introduce 2 macros:
ko1
2007-11-13
1
-4
/
+4
*
* process.c (pst_to_s): returns a string such as "pid 10220 exit 1"
akr
2007-10-15
1
-38
/
+55
*
* process.c (Init_process): win32 has our own WNOHANG definition, so
usa
2007-10-04
1
-2
/
+0
*
* process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]
nobu
2007-09-26
1
-7
/
+2
*
* io.c (popen_exec), process.c (rb_spawn): stop other threads before
nobu
2007-09-20
1
-4
/
+14
*
* thread.c: fix Mutex to be interruptable lock.
ko1
2007-08-27
1
-2
/
+2
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-1
/
+1
*
* configure.in (group_member): check if presents.
nobu
2007-08-23
1
-3
/
+0
*
* eval_error.ci (ruby_error_print): call error_print.
nobu
2007-08-18
1
-16
/
+141
*
* process.c (detach_process_watcher): should not pass the pointer
nobu
2007-08-18
1
-9
/
+7
*
* process.c (proc_geteuid): fix strange cast. [ruby-dev:31417]
ko1
2007-08-15
1
-1
/
+1
*
* blockinlining.c: remove "yarv" prefix.
ko1
2007-07-12
1
-1
/
+1
*
* process.c (proc_getgroups): use GIDT2NUM for rb_gid_t.
nobu
2007-06-26
1
-1
/
+1
*
* eval.c: remove ruby_current_node and change eval() prototype.
ko1
2007-06-24
1
-1
/
+1
*
* vm.c: some refactoring.
ko1
2007-06-24
1
-0
/
+2
[next]