summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
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-30add tests.akr
2008-04-30don't use fork method.akr
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-29add tests.akr
2008-04-27add tests.akr
2008-04-26don'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 specifyakr
2008-04-24FreeBSD 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_NOFILEmame
2008-02-22* process.c (rlimit_resource_type): new function.akr
2007-11-30report the reason of process termination.akr
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-06-21use fork to isolate rlimit effect.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr
2006-06-15new file.akr