aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_exec_async_signal_safe): exported.akr2012-06-101-11/+7
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-081-0/+1
* ext/pty/pty.c: status to protectnobu2012-06-081-2/+2
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-1/+1
* * reduce UNREACHABLE.nobu2012-04-151-0/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr2011-11-151-2/+2
* add comment.akr2011-11-091-1/+2
* * ext/pty/pty.c (MasterDevice): define only when used.akr2011-11-081-64/+62
* * ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flagnaruse2011-11-081-4/+4
* * ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn'tnaruse2011-11-081-2/+3
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-6/+6
* * ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr2011-10-311-1/+10
* * 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
* * 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
* * 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
* * ext/pty/pty.c (establishShell): chfunc must not raise anynobu2010-07-131-13/+19
* * NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu2010-06-231-0/+9
* 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/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/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-171-1/+19
* * ext/pty/pty.c (getDevice): add nomesg argument.akr2008-12-161-67/+81
* * ext/pty/extconf.rb: check posix_openpt.akr2008-12-161-5/+41
* * 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