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
/
test_open3.rb
Age
Commit message (
Expand
)
Author
2015-01-08
Add a test.
akr
2015-01-08
* test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDs
usa
2015-01-07
* lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.
akr
2014-12-02
* test/test_open3.rb: Add a simple test for env hash on popen3.
headius
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-03-01
* lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writing
akr
2013-06-19
Join the thread to collect zombies
naruse
2010-04-30
* test/test_open3.rb (TestOpen3#test_commandline): use simple
nobu
2010-04-29
* test/test_open3.rb (test_commandline): use dump instead of
nobu
2010-04-29
* test/test_open3.rb (test_commandline): skip the test with Shellwords on
wanabe
2010-01-25
supress warnings.
akr
2008-12-10
* lib/open3.rb (Open3.pipeline_start): return an array of threads if a
akr
2008-12-07
* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.
akr
2008-12-05
* lib/open3.rb (Open3.pipeline_start): new method.
akr
2008-12-04
* lib/open3.rb (Open3.poutput3): new method.
akr
2008-12-04
* lib/open3.rb (Open3.popen3): simplified.
akr
2008-12-02
* lib/open3.rb (Open3.popen3): merge hash options if given.
akr