aboutsummaryrefslogtreecommitdiffstats
path: root/lib/open3.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/open3: favor symbol proc when possiblenormal2016-11-211-6/+6
* lib/*: remove closed checksnormal2016-11-211-2/+2
* * lib/open3.rb: Specify frozen_string_literal: true.akr2015-11-141-0/+2
* open3.rb: Hash.try_convertnobu2015-01-081-1/+4
* * lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.akr2015-01-071-0/+1
* * lib/open3.rb: fix code formatting in documentation by @JoshCheekhsbt2014-11-041-9/+9
* * lib/cgi/session/pstore.rb: separated sample code.hsbt2014-08-101-13/+0
* * lib/open3.rb: avoid unnecessary write if stdin_data is empty.glass2014-08-071-8/+12
* * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr2014-03-011-3/+12
* * lib/open3.rb: [DOC] Fix typo (s/thumnail/thumbnail/)a_matsuda2013-12-011-3/+3
* * lib/open3.rb: receive arguments as keyword arguments.glass2013-11-081-86/+11
* lib/open3.rb: tweaked grammar in commentsduerst2013-11-061-45/+45
* * lib/open3.rb : Typo in Open3 overview. Patch by zed_0xffzzak2013-01-131-1/+1
* update doc.akr2011-12-171-5/+5
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-4/+4
* update doc.akr2011-10-241-1/+1
* update doc.akr2011-08-031-0/+9
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-4/+4
* fix doc again.akr2010-07-021-3/+3
* fix doc.akr2010-07-021-3/+3
* update rdoc.akr2010-02-281-6/+6
* * lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr2008-12-101-20/+98
* rdoc update.akr2008-12-081-2/+16
* rdoc update.akr2008-12-071-0/+2
* rdoc update.akr2008-12-071-0/+11
* * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr2008-12-071-23/+23
* * lib/open3.rb (Open3.poutput3): :binmode option implemented.akr2008-12-071-6/+62
* update rdoc.akr2008-12-061-14/+24
* * lib/open3.rb (Open3.pipeline_start): new method.akr2008-12-051-28/+126
* update rdoc.akr2008-12-041-17/+14
* rdoc update.akr2008-12-041-0/+7
* * lib/open3.rb (Open3.poutput3): new method.akr2008-12-041-10/+89
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-54/+263
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-19/+89
* * process.c (rb_detach_process): store detached process ID in thenobu2008-06-201-1/+0
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-261-42/+15
* describe about waiting a child process.akr2008-04-261-2/+5
* describe :pid thread variable.akr2008-04-261-0/+3
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-261-29/+48
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-091-13/+32
* Documentation cleanup.drbrain2006-08-041-10/+15
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-0/+7
* * eval.c (proc_invoke): should update "result" for orphans.matz2003-09-181-1/+1
* * regex.c (re_compile_pattern): should not translate charactermatz2003-09-161-3/+6
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-291-0/+1
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* matzmatz2000-11-081-1/+1
* matzmatz2000-10-251-18/+21
* matzmatz2000-10-201-8/+16