aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-2/+2
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-16/+16
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-241-0/+16
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-13/+13
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-141-1/+1
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-6/+8
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+14
* * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain2011-05-311-1/+1
* * ext: remove trailing spaces.nobu2011-05-221-2/+2
* * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain2011-05-221-29/+72
* * remove trailing spaces.nobu2011-05-151-1/+1
* * ext/pty/pty.c: parenthesize macro arguments.akr2011-02-091-1/+1
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-1/+2
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-251-0/+2
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-25/+1
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-1/+7
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/pty/pty.c (establishShell): chfunc must not raise anynobu2010-07-131-13/+19
* * ext/pty: moved documents and samples to the appropriate places.nobu2010-06-237-380/+0
* * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu2010-06-233-31/+46
* update doc.akr2010-05-091-1/+2
* revert previous doc. change.akr2010-05-091-2/+2
* update doc.akr2010-05-081-2/+2
* * ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame2010-04-091-2/+7
* * ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame2010-04-091-0/+2
* * ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame2010-04-091-0/+6
* * ext/pty/pty.c (pty_open): refine the path for master IO.akr2010-03-011-2/+10
* * ext/pty/pty.c (get_device_once): raise on error when fail isnobu2010-02-281-2/+2
* * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, andnobu2010-01-251-3/+3
* * ext/pty/pty.c (pty_getpty): check dup failure.akr2009-06-261-1/+23
* update rdoc.akr2009-05-221-3/+3
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-5/+5
* * ext/pty/pty.c (chfunc): type fixed.akr2009-02-051-1/+1
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-051-1/+1
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-231-2/+2
* rdoc update.akr2008-12-181-3/+9
* rdoc update.akr2008-12-171-9/+10
* * ext/pty/extconf.rb: check util.h for OpenBSD.akr2008-12-172-1/+20
* * ext/pty/pty.c (getDevice): add nomesg argument.akr2008-12-161-67/+81
* * ext/pty/extconf.rb: check posix_openpt.akr2008-12-162-6/+43
* * ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr2008-12-151-2/+2
* * ext/pty/pty.c (pty_open): new method PTY.open.akr2008-12-151-0/+62
* * ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr2008-12-151-3/+3
* * ext/pty/pty.c (chfunc): make it static.akr2008-12-151-1/+2
* * ext/pty/pty.c (child_info): add slavename.akr2008-12-151-1/+3
* * process.c (forked_child): new variable.akr2008-12-131-60/+82
* * ext/pty/pty.c (Init_pty): fix typo.mame2008-12-021-1/+1
* * ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz2008-11-211-71/+46
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-1/+1
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-231-2/+2