summaryrefslogtreecommitdiff
path: root/ext/pty
AgeCommit message (Expand)Author
13 days[pty] Fix missing `or`Nobuyoshi Nakada
13 days[pty] Fix `ptsname_r` fallbackNobuyoshi Nakada
2024-04-11[pty] Support `ptsname_r` of glibcNobuyoshi Nakada
2024-04-09[pty] Split `chfunc` into functions in stepsNobuyoshi Nakada
2024-04-07Fix a typo, missing `P` in `SETPGRP_VOID`Nobuyoshi Nakada
2024-04-04Revert "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-01Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams
2023-06-01Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui
2023-05-30Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-10-02[DOC] RDoc changes for IO (#6458)Burdette Lamar
2022-09-21getenv: is in stdlib.h卜部昌平
2022-08-18ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-04-13Update PTY.spawn's documentStan Lo
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-04-13dependency updates卜部昌平
2021-02-08Revert a part of "[DOC] refined" [ci skip]Nobuyoshi Nakada
2021-02-07[DOC] refinedNobuyoshi Nakada
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-24Update PTY.open documentation to document it yields a single argument [ci skip]Jeremy Evans
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-01[pty] do not check openpty twice if found in util libraryNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-31Updated dependencies on internal/warnings.hNobuyoshi Nakada
2019-12-26update dependencies卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-03-06Fix PTY.open on OpenBSD [Bug #15607]naruse
2019-02-08Removed moving toplevel header since r12501nobu
2018-11-16[doc] Fix grammar typo in Pty_init() docstring [ci skip]k0kubun
2018-09-18pty.c: typonobu
2018-09-18pty.c: more difensivenobu
2018-07-24UNREACHABLE_RETURNnobu
2018-07-22Remove needless `nacl` checkkazu
2018-07-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse