index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_process.rb
Age
Commit message (
Expand
)
Author
2008-06-28
fix test_status_kill for coredump message in Process::Status#inspect.
akr
2008-06-24
* test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...
usa
2008-06-24
* test_process.rb (test_popen_fork): skip test if fork is not implemented.
usa
2008-06-04
* test/ruby/test_process.rb: add tests.
mame
2008-05-20
* test/ruby/test_file_exhaustive.rb (setup): workaround for Windows
usa
2008-05-12
* process.c, include/ruby/intern.h (rb_run_exec_options): externed.
usa
2008-05-11
* test/ruby/test_process.rb (TestProcess#with_stdin): defined.
akr
2008-04-30
add tests.
akr
2008-04-30
don't use fork method.
akr
2008-04-30
* process.c (check_exec_redirect_fd): prohibit duplex IO.
akr
2008-04-29
add tests.
akr
2008-04-27
add tests.
akr
2008-04-26
don't use Unix commands such as true, env, etc.
akr
2008-04-26
* include/ruby/intern.h (rb_hash_dup): declared.
akr
2008-04-25
* process.c (rb_spawn_internal): new function to specify
akr
2008-04-24
FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.
akr
2008-04-24
* process.c: include sys/stat.h for umask.
akr
2008-04-24
* include/ruby/intern.h (rb_env_clear): declared.
akr
2008-04-16
* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILE
mame
2008-02-22
* process.c (rlimit_resource_type): new function.
akr
2007-11-30
report the reason of process termination.
akr
2006-07-31
* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
akr
2006-06-21
use fork to isolate rlimit effect.
akr
2006-06-15
add RLIMIT_NOFILE test
akr
2006-06-15
give dummy argument for Process.getrlimit and rescue TypeError.
akr
2006-06-15
new file.
akr