aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-231-2/+2
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-3/+4
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-071-34/+32
* * include/ruby: moved public headers.nobu2007-06-101-8/+8
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1