Age | Commit message (Expand) | Author |
---|
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 |
2018-09-18 | pty.c: more difensive | nobu |
2018-07-24 | UNREACHABLE_RETURN | nobu |
2018-07-22 | Remove needless `nacl` check | kazu |
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-10-21 | Replace `to_a[1..-1]` on a MatchData with `captures` | knu |
2017-10-21 | Remove redundant calls of String#chr | knu |