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
/
pty.c
Age
Commit message (
Expand
)
Author
2020-08-24
Update PTY.open documentation to document it yields a single argument [ci skip]
Jeremy Evans
2020-07-28
Use https instead of http
Kazuhiro NISHIYAMA
2019-12-26
decouple internal.h headers
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-03-06
Fix PTY.open on OpenBSD [Bug #15607]
naruse
2018-11-16
[doc] Fix grammar typo in Pty_init() docstring [ci skip]
k0kubun
2018-09-18
pty.c: typo
nobu
2018-09-18
pty.c: more difensive
nobu
2018-07-24
UNREACHABLE_RETURN
nobu
2018-07-05
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-04
Revert r63758 and related commits
naruse
2018-06-27
hijack SIGCHLD handler for internal use
normal
2018-05-23
ext/pty/pty.c: I_FIND before I_PUSH if possible
ngoto
2018-01-24
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2017-09-27
pty.c: shrink repeated device names
nobu
2016-04-30
pty.c: dry up
nobu
2016-04-30
pty.c: user shell
nobu
2016-04-30
pty.c: portabilities
nobu
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
[next]