index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
pty
Age
Commit message (
Expand
)
Author
2012-06-22
* process.c: use the name "eargp" for struct rb_execarg variables
akr
2012-06-20
* process.c (rb_execarg_fixup): take a VALUE argument instead of
akr
2012-06-20
* internal.h (struct rb_execarg) moved and renamed from
akr
2012-06-20
* internal.h (rb_execarg_new): declared.
akr
2012-06-12
* include/ruby/intern.h (rb_exec_arg_init): deprecated.
akr
2012-06-10
* process.c (rb_exec_async_signal_safe): exported.
akr
2012-06-08
process.c, ext/pty/pty.c: status on errors
nobu
2012-06-08
ext/pty/pty.c: status to protect
nobu
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-04-15
* reduce UNREACHABLE.
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2011-11-15
* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use
akr
2011-11-09
add comment.
akr
2011-11-08
* ext/pty/pty.c (MasterDevice): define only when used.
akr
2011-11-08
* ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flag
naruse
2011-11-08
* ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn't
naruse
2011-10-31
* include/ruby/intern.h (rb_fd_fix_cloexec): renamed from
akr
2011-10-31
* ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt if
akr
2011-10-29
* include/ruby/intern.h (rb_cloexec_dup): declared.
akr
2011-10-29
* process.c (ruby_setsid): use rb_cloexec_open.
akr
2011-10-24
* ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() until
akr
2011-10-22
* include/ruby/intern.h (rb_fd_set_cloexec): declared.
akr
2011-10-14
* ext/pty/pty.c (pty_check): should return nil until the child
nobu
2011-08-26
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-07-20
* include/ruby/intern.h (rb_update_max_fd): declaration moved from
akr
2011-05-31
* ext/pty/pty.c (pty_check): Restore "not reached" comment.
drbrain
2011-05-22
* ext: remove trailing spaces.
nobu
2011-05-22
* ext/pty/pty.c: Improve documentaton. Patch by David Copeland.
drbrain
2011-05-15
* remove trailing spaces.
nobu
2011-02-09
* ext/pty/pty.c: parenthesize macro arguments.
akr
2011-02-06
* ext/pty/pty.c (chfunc): suppress a warning.
nobu
2010-12-25
* ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().
kosaki
2010-09-02
* ext/pty/pty.c (chfunc): pass through exceptions.
nobu
2010-09-02
* ext/pty/pty.c (chfunc): restore errno from SystemCallError and
nobu
2010-08-07
.cvsignore: have not been used already. [Bug #3468]
nobu
2010-07-13
* ext/pty/pty.c (establishShell): chfunc must not raise any
nobu
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-09
update doc.
akr
2010-05-09
revert previous doc. change.
akr
2010-05-08
update 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 unexpected
mame
2010-04-09
* ext/pty/lib/expect.rb: add rdoc. based on a patch from Luiz Angelo
mame
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 is
nobu
2010-01-25
* ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, and
nobu
2009-06-26
* ext/pty/pty.c (pty_getpty): check dup failure.
akr
2009-05-22
update rdoc.
akr
[next]