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-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 |
2022-09-21 | getenv: is in stdlib.h | 卜部昌平 |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-04-13 | Update PTY.spawn's document | Stan Lo |
2022-01-18 | [Feature #18491] Drop support for HP-UX | Peter Zhu |
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-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. 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 |