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
Age
Commit message (
Expand
)
Author
2024-11-29
Remove a useless check if fd is negative
Yusuke Endoh
2024-10-31
[DOC] Fix typos
kojix2
2024-10-03
[DOC] [pty] Add clean up to `PTY.spawn`
Nobuyoshi Nakada
2024-08-22
Handle getlogin failure in PTY.spawn
Jeremy Evans
2024-04-27
ruby tool/update-deps --fix
卜部昌平
2024-04-14
[pty] Fix missing `or`
Nobuyoshi Nakada
2024-04-14
[pty] Fix `ptsname_r` fallback
Nobuyoshi Nakada
2024-04-11
[pty] Support `ptsname_r` of glibc
Nobuyoshi Nakada
2024-04-09
[pty] Split `chfunc` into functions in steps
Nobuyoshi Nakada
2024-04-07
Fix a typo, missing `P` in `SETPGRP_VOID`
Nobuyoshi Nakada
2024-04-04
Revert "hijack SIGCHLD handler for internal use"
Nobuyoshi Nakada
2023-12-18
[DOC] Show `PTY.getpty` as an alias of `PTY.spawn`
Nobuyoshi Nakada
2023-06-01
Hide the usage of `rb_io_t` where possible. (#7880)
Samuel Williams
2023-06-01
Revert "Hide most of the implementation of `struct rb_io`. (#6511)"
NARUSE, Yui
2023-05-30
Hide most of the implementation of `struct rb_io`. (#6511)
Samuel Williams
2023-02-28
Update the depend files
Matt Valentine-House
2023-02-27
Remove intern/gc.h from Make deps
Matt Valentine-House
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-02
[DOC] RDoc changes for IO (#6458)
Burdette Lamar
2022-09-21
getenv: is in stdlib.h
卜部昌平
2022-08-18
ext/pty/extconf.rb: Try libutil only on OpenBSD
Yusuke Endoh
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-04-13
Update PTY.spawn's document
Stan Lo
2022-02-22
[Feature #18249] Update dependencies
Peter Zhu
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2021-11-21
Update dependencies
Nobuyoshi Nakada
2021-10-05
ruby tool/update-deps --fix
卜部昌平
2021-04-13
dependency updates
卜部昌平
2021-02-08
Revert a part of "[DOC] refined" [ci skip]
Nobuyoshi Nakada
2021-02-07
[DOC] refined
Nobuyoshi Nakada
2021-01-05
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2020-08-27
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
sed -i '\,2/extern.h,d'
卜部昌平
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
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-01
[pty] do not check openpty twice if found in util library
Nobuyoshi Nakada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-31
Updated dependencies on internal/warnings.h
Nobuyoshi Nakada
2019-12-26
update dependencies
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-07-14
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-03-06
Fix PTY.open on OpenBSD [Bug #15607]
naruse
2019-02-08
Removed moving toplevel header since r12501
nobu
2018-11-16
[doc] Fix grammar typo in Pty_init() docstring [ci skip]
k0kubun
2018-09-18
pty.c: typo
nobu
[next]