Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writing | akr | 2014-03-01 | 1 | -0/+19 |
* | Join the thread to collect zombies | naruse | 2013-06-19 | 1 | -0/+1 |
* | * test/test_open3.rb (TestOpen3#test_commandline): use simple | nobu | 2010-04-30 | 1 | -2/+2 |
* | * test/test_open3.rb (test_commandline): use dump instead of | nobu | 2010-04-29 | 1 | -3/+1 |
* | * test/test_open3.rb (test_commandline): skip the test with Shellwords on | wanabe | 2010-04-29 | 1 | -0/+1 |
* | supress warnings. | akr | 2010-01-25 | 1 | -2/+2 |
* | * lib/open3.rb (Open3.pipeline_start): return an array of threads if a | akr | 2008-12-10 | 1 | -0/+9 |
* | * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3. | akr | 2008-12-07 | 1 | -8/+8 |
* | * lib/open3.rb (Open3.pipeline_start): new method. | akr | 2008-12-05 | 1 | -0/+35 |
* | * lib/open3.rb (Open3.poutput3): new method. | akr | 2008-12-04 | 1 | -0/+26 |
* | * lib/open3.rb (Open3.popen3): simplified. | akr | 2008-12-04 | 1 | -85/+53 |
* | * lib/open3.rb (Open3.popen3): merge hash options if given. | akr | 2008-12-02 | 1 | -0/+205 |