aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-3/+4
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-181-1/+1
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-072-43/+34
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-8/+8
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-161-2/+2
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-181-5/+7
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-2/+1
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+13
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-20/+27
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1