aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty/pty.c
Commit message (Expand)AuthorAgeFilesLines
* getenv: is in stdlib.h卜部昌平2022-09-211-1/+1
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-67/+67
* Update PTY.spawn's documentStan Lo2022-04-131-4/+11
* [Feature #18491] Drop support for HP-UXPeter Zhu2022-01-181-8/+1
* 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
* 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
* decouple internal.h headers卜部昌平2019-12-261-23/+35
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-1/+2
* Fix PTY.open on OpenBSD [Bug #15607]naruse2019-03-061-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
* 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
* pty.c: shrink repeated device namesnobu2017-09-271-40/+12
* pty.c: dry upnobu2016-04-301-5/+1
* pty.c: user shellnobu2016-04-301-2/+8
* pty.c: portabilitiesnobu2016-04-301-11/+19
* * ext/pty/pty.c: fix double words typo.hsbt2015-12-181-1/+1
* pty.c: fix example typo [ci skip]nobu2015-07-191-1/+1
* * internal.h (rb_execarg_parent_end): Declared.akr2015-04-091-0/+2
* * internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.akr2015-04-091-1/+1
* * ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539...odaira2015-02-271-2/+2
* [DOC]akr2015-01-111-0/+8
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* ruby/io.h: deprecate old macrosnobu2014-10-101-2/+2
* * ext/win32ole/win32ole.c: [DOC] Fix typo in :nodoc: reported byzzak2014-10-041-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* pty.c: do nothing if terminated alreadynobu2014-05-261-0/+5
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-3/+3
* pty.c: check error of seteuidnobu2013-11-051-1/+1
* * ext/pty/pty.c (get_device_once): FreeBSD 10-current and 9-stablenaruse2013-05-251-2/+6
* use rb_pid_t instead of pid_t.kazu2013-03-211-3/+3
* * ext/pty/pty.c: Documentation for the PTY modulezzak2013-02-201-61/+74
* * doc/pty/README: Remove static documentation filezzak2013-02-061-0/+13
* Supress warnings: unused variablesnaruse2012-10-221-7/+8
* * process.c: use the name "eargp" for struct rb_execarg variablesakr2012-06-221-3/+3
* * process.c (rb_execarg_fixup): take a VALUE argument instead ofakr2012-06-201-1/+1
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-1/+1
* * internal.h (rb_execarg_new): declared.akr2012-06-201-4/+8
* * include/ruby/intern.h (rb_exec_arg_init): deprecated.akr2012-06-121-2/+2
* * process.c (rb_exec_async_signal_safe): exported.akr2012-06-101-11/+7