aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pty
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed wrong value by @taksatou [fix GH-287]hsbt2013-04-161-1/+1
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-1/+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
* * doc/pty/README.expect: Removed static documentation filezzak2013-02-061-1/+21
* 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-102-11/+9
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-081-0/+1
* ext/pty/pty.c: status to protectnobu2012-06-081-2/+2
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-1/+1
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-1/+1
* * reduce UNREACHABLE.nobu2012-04-151-0/+1
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr2011-11-151-2/+2
* add comment.akr2011-11-091-1/+2
* * ext/pty/pty.c (MasterDevice): define only when used.akr2011-11-081-64/+62
* * ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flagnaruse2011-11-081-4/+4
* * ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn'tnaruse2011-11-081-2/+3
* * include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr2011-10-311-6/+6
* * ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr2011-10-311-1/+10
* * include/ruby/intern.h (rb_cloexec_dup): declared.akr2011-10-291-2/+2
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-16/+16
* * ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr2011-10-241-0/+16
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-13/+13
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-141-1/+1
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-6/+8
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+14
* * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain2011-05-311-1/+1
* * ext: remove trailing spaces.nobu2011-05-221-2/+2
* * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain2011-05-221-29/+72
* * remove trailing spaces.nobu2011-05-151-1/+1
* * ext/pty/pty.c: parenthesize macro arguments.akr2011-02-091-1/+1
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-1/+2
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-251-0/+2
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-25/+1
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-1/+7
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0