Age | Commit message (Expand) | Author |
---|
2020-12-22 | Update library versions of the default gems. | Hiroshi SHIBATA |
2020-07-30 | Extract version number from the source | Nobuyoshi Nakada |
2020-06-18 | [open3] only close streams if a block is passed | Jean Boussier |
2020-05-27 | lib/open3.rb: make sure that pipes are closed | Yusuke Endoh |
2018-12-12 | open3.rb don't use keyword splat (**). | akr |
2018-04-30 | Use `&.` instead of modifier if | kazu |
2017-10-21 | lib/open3.rb: accept IO-like object for :stdin_data argument. | akr |
2016-11-21 | lib/open3: favor symbol proc when possible | normal |
2016-11-21 | lib/*: remove closed checks | normal |
2015-11-14 | * lib/open3.rb: Specify frozen_string_literal: true. | akr |
2015-01-08 | open3.rb: Hash.try_convert | nobu |
2015-01-07 | * lib/open3.rb: Open3 properly passes non-keyword hash args to spawn. | akr |
2014-11-04 | * lib/open3.rb: fix code formatting in documentation by @JoshCheek | hsbt |
2014-08-10 | * lib/cgi/session/pstore.rb: separated sample code. | hsbt |
2014-08-07 | * lib/open3.rb: avoid unnecessary write if stdin_data is empty. | glass |
2014-03-01 | * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writing | akr |
2013-12-01 | * lib/open3.rb: [DOC] Fix typo (s/thumnail/thumbnail/) | a_matsuda |
2013-11-08 | * lib/open3.rb: receive arguments as keyword arguments. | glass |
2013-11-06 | lib/open3.rb: tweaked grammar in comments | duerst |
2013-01-13 | * lib/open3.rb : Typo in Open3 overview. by zed_0xff | zzak |
2011-12-17 | update doc. | akr |
2011-11-05 | * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb, | ktsj |
2011-10-24 | update doc. | akr |
2011-08-03 | update doc. | akr |
2011-05-18 | * lib: Convert tabs to spaces for ruby files per | drbrain |
2010-07-02 | fix doc again. | akr |
2010-07-02 | fix doc. | akr |
2010-02-28 | update rdoc. | akr |
2008-12-10 | * lib/open3.rb (Open3.pipeline_start): return an array of threads if a | akr |
2008-12-08 | rdoc update. | akr |
2008-12-07 | rdoc update. | akr |
2008-12-07 | rdoc update. | akr |
2008-12-07 | * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3. | akr |
2008-12-07 | * lib/open3.rb (Open3.poutput3): :binmode option implemented. | akr |
2008-12-06 | update rdoc. | akr |
2008-12-05 | * lib/open3.rb (Open3.pipeline_start): new method. | akr |
2008-12-04 | update rdoc. | akr |
2008-12-04 | rdoc update. | 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 |
2008-06-20 | * process.c (rb_detach_process): store detached process ID in the | nobu |
2008-04-26 | * lib/open3.rb (Open3.popen3w): removed. | akr |
2008-04-26 | describe about waiting a child process. | akr |
2008-04-26 | describe :pid thread variable. | akr |
2008-04-26 | * lib/open3.rb: double fork is replaced by spawn with Process.detach. | akr |
2006-10-09 | * lib/parsedate.rb: documentation from Konrad Meyer | matz |
2006-08-04 | Documentation cleanup. | drbrain |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-12-15 | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | matz |