summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-201-4/+4
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-2/+2
* * test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr2008-05-111-8/+24
* add tests.akr2008-04-301-0/+68
* don't use fork method.akr2008-04-301-123/+82
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-0/+18
* add tests.akr2008-04-291-0/+41
* add tests.akr2008-04-271-2/+197
* don't use Unix commands such as true, env, etc.akr2008-04-261-108/+131
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-2/+7
* FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr2008-04-241-6/+3
* * process.c: include sys/stat.h for umask.akr2008-04-241-1/+0
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-0/+430
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-161-6/+10
* * process.c (rlimit_resource_type): new function.akr2008-02-221-0/+32
* report the reason of process termination.akr2007-11-301-1/+1
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* new file.akr2006-06-151-0/+13