summaryrefslogtreecommitdiff
path: root/ext/pty/pty.c
AgeCommit message (Expand)Author
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
2022-09-21getenv: is in stdlib.h卜部昌平
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-04-13Update PTY.spawn's documentStan Lo
2022-01-18[Feature #18491] Drop support for HP-UXPeter Zhu
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-24Update PTY.open documentation to document it yields a single argument [ci skip]Jeremy Evans
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2019-12-26decouple internal.h headers卜部昌平
2019-08-27rb_ensure now free from ANYARGS卜部昌平
2019-03-06Fix PTY.open on OpenBSD [Bug #15607]naruse
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-05unrevert r63852 but keep SIGCHLD path disabled for win32normal
2018-07-04Revert r63758 and related commitsnaruse
2018-06-27hijack SIGCHLD handler for internal usenormal
2018-05-23ext/pty/pty.c: I_FIND before I_PUSH if possiblengoto
2018-01-24process.c: add :exception option to Kernel.#systemk0kubun
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
2017-09-27pty.c: shrink repeated device namesnobu
2016-04-30pty.c: dry upnobu
2016-04-30pty.c: user shellnobu
2016-04-30pty.c: portabilitiesnobu
2015-12-18* ext/pty/pty.c: fix double words typo.hsbt
2015-07-19pty.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 beakr
2014-10-10ruby/io.h: deprecate old macrosnobu
2014-10-04* ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported byzzak
2014-09-30protoize no-arguments functionsnobu
2014-05-26pty.c: do nothing if terminated alreadynobu
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-11-05pty.c: check error of seteuidnobu
2013-05-25* ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stablenaruse
2013-03-21use rb_pid_t instead of pid_t.kazu