summaryrefslogtreecommitdiff
path: root/ext/pty
AgeCommit message (Expand)Author
2010-06-23* ext/pty: moved documents and samples to the appropriate places.nobu
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-05-09update doc.akr
2010-05-09revert previous doc. change.akr
2010-05-08update doc.akr
2010-04-09* ext/pty/lib/expect.rb: preserve buffer read, instead of discard.mame
2010-04-09* ext/pty/lib/expect.rb: raise an error when argument is unexpectedmame
2010-04-09* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelomame
2010-03-01* ext/pty/pty.c (pty_open): refine the path for master IO.akr
2010-02-28* ext/pty/pty.c (get_device_once): raise on error when fail isnobu
2010-01-25* ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, andnobu
2009-06-26* ext/pty/pty.c (pty_getpty): check dup failure.akr
2009-05-22update rdoc.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-05* ext/pty/pty.c (chfunc): type fixed.akr
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-18rdoc update.akr
2008-12-17rdoc update.akr
2008-12-17* ext/pty/extconf.rb: check util.h for OpenBSD.akr
2008-12-16* ext/pty/pty.c (getDevice): add nomesg argument.akr
2008-12-16* ext/pty/extconf.rb: check posix_openpt.akr
2008-12-15* ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr
2008-12-15* ext/pty/pty.c (pty_open): new method PTY.open.akr
2008-12-15* ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr
2008-12-15* ext/pty/pty.c (chfunc): make it static.akr
2008-12-15* ext/pty/pty.c (child_info): add slavename.akr
2008-12-13* process.c (forked_child): new variable.akr
2008-12-02* ext/pty/pty.c (Init_pty): fix typo.mame
2008-11-21* ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz
2008-09-05* include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr
2008-08-23* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr
2008-07-12* ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-06-25 * ext/pty/extconf.rb: skip wince and win64.usa
2007-06-10* include/ruby: moved public headers.nobu
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-06-24add extconf.h to .cvsignore.akr
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz