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
ruby_3_4
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
/
pty.c
Age
Commit message (
Expand
)
Author
2015-12-18
* ext/pty/pty.c: fix double words typo.
hsbt
2015-07-19
pty.c: fix example typo [ci skip]
nobu
2015-04-09
* internal.h (rb_execarg_parent_end): Declared.
akr
2015-04-09
* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.
akr
2015-02-27
* ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539...
odaira
2015-01-11
[DOC]
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-10
ruby/io.h: deprecate old macros
nobu
2014-10-04
* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported by
zzak
2014-09-30
protoize no-arguments functions
nobu
2014-05-26
pty.c: do nothing if terminated already
nobu
2014-01-12
ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
nobu
2013-11-05
pty.c: check error of seteuid
nobu
2013-05-25
* ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stable
naruse
2013-03-21
use rb_pid_t instead of pid_t.
kazu
2013-02-20
* ext/pty/pty.c: Documentation for the PTY module
zzak
2013-02-06
* doc/pty/README: Remove static documentation file
zzak
2012-10-22
Supress warnings: unused variables
naruse
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-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-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-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
[next]