aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty/pty.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-29/+12
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-2/+0
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-2/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-2/+4
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-8/+7
* * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa2003-12-101-1/+3
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+1
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+2
* * file.c (rb_find_file): need world writable directory check formatz2003-03-101-4/+5
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-071-45/+38
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+1