aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty
Commit message (Expand)AuthorAgeFilesLines
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-31/+23
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-23/+31
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-31/+23
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-101-0/+1
* [DOC] RDoc changes for IO (#6458)Burdette Lamar2022-10-021-8/+8
* getenv: is in stdlib.h卜部昌平2022-09-211-1/+1
* ext/pty/extconf.rb: Try libutil only on OpenBSDYusuke Endoh2022-08-181-2/+4
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-67/+67
* Update PTY.spawn's documentStan Lo2022-04-131-4/+11
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-8/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-1/+0
* ruby tool/update-deps --fix卜部昌平2021-10-051-14/+23
* dependency updates卜部昌平2021-04-131-1/+0
* Revert a part of "[DOC] refined" [ci skip]Nobuyoshi Nakada2021-02-081-1/+1
* [DOC] refinedNobuyoshi Nakada2021-02-071-10/+10
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* Update PTY.open documentation to document it yields a single argument [ci skip]Jeremy Evans2020-08-241-2/+2
* Use https instead of httpKazuhiro NISHIYAMA2020-07-281-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* [pty] do not check openpty twice if found in util libraryNobuyoshi Nakada2020-05-011-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+152
* Updated dependencies on internal/warnings.hNobuyoshi Nakada2019-12-311-0/+1
* update dependencies卜部昌平2019-12-261-0/+8
* decouple internal.h headers卜部昌平2019-12-261-23/+35
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-1/+2
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Fix PTY.open on OpenBSD [Bug #15607]naruse2019-03-061-1/+1
* Removed moving toplevel header since r12501nobu2019-02-081-1/+1
* [doc] Fix grammar typo in Pty_init() docstring [ci skip]k0kubun2018-11-161-1/+1
* pty.c: typonobu2018-09-181-1/+1
* pty.c: more difensivenobu2018-09-181-2/+2
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* Remove needless `nacl` checkkazu2018-07-221-1/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-18/+4
* Revert r63758 and related commitsnaruse2018-07-041-4/+18
* hijack SIGCHLD handler for internal usenormal2018-06-271-18/+4
* ext/pty/pty.c: I_FIND before I_PUSH if possiblengoto2018-05-231-6/+21
* process.c: add :exception option to Kernel.#systemk0kubun2018-01-241-1/+1
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-091-1/+1
* Replace `to_a[1..-1]` on a MatchData with `captures`knu2017-10-211-1/+1
* Remove redundant calls of String#chrknu2017-10-211-2/+2
* pty.c: shrink repeated device namesnobu2017-09-271-40/+12