summaryrefslogtreecommitdiff
path: root/ext/pty
AgeCommit message (Expand)Author
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-04-16fixed wrong value by @taksatou [fix GH-287]hsbt
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-03-21use rb_pid_t instead of pid_t.kazu
2013-02-20* ext/pty/pty.c: Documentation for the PTY modulezzak
2013-02-06* doc/pty/README: Remove static documentation filezzak
2013-02-06* doc/pty/README.expect: Removed static documentation filezzak
2012-10-22Supress warnings: unused variablesnaruse
2012-06-22* process.c: use the name "eargp" for struct rb_execarg variablesakr
2012-06-20* process.c (rb_execarg_fixup): take a VALUE argument instead ofakr
2012-06-20* internal.h (struct rb_execarg) moved and renamed fromakr
2012-06-20* internal.h (rb_execarg_new): declared.akr
2012-06-12* include/ruby/intern.h (rb_exec_arg_init): deprecated.akr
2012-06-10* process.c (rb_exec_async_signal_safe): exported.akr
2012-06-08process.c, ext/pty/pty.c: status on errorsnobu
2012-06-08ext/pty/pty.c: status to protectnobu
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2011-11-15* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr
2011-11-09add comment.akr
2011-11-08* ext/pty/pty.c (MasterDevice): define only when used.akr
2011-11-08* ext/pty/pty.c (get_device_once): FreeBSD 8 supported O_CLOEXEC flagnaruse
2011-11-08* ext/pty/pty.c (get_device_once): FreeBSD's posix_openpt doesn'tnaruse
2011-10-31* include/ruby/intern.h (rb_fd_fix_cloexec): renamed fromakr
2011-10-31* ext/pty/pty.c (get_device_once): use O_CLOEXEC for posix_openpt ifakr
2011-10-29* include/ruby/intern.h (rb_cloexec_dup): declared.akr
2011-10-29* process.c (ruby_setsid): use rb_cloexec_open.akr
2011-10-24* ext/pty/pty.c (get_device_once): delay rb_fd_set_cloexec() untilakr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-14* ext/pty/pty.c (pty_check): should return nil until the childnobu
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-05-31 * ext/pty/pty.c (pty_check): Restore "not reached" comment.drbrain
2011-05-22* ext: remove trailing spaces.nobu
2011-05-22 * ext/pty/pty.c: Improve documentaton. Patch by David Copeland.drbrain
2011-05-15* remove trailing spaces.nobu
2011-02-09* ext/pty/pty.c: parenthesize macro arguments.akr
2011-02-06* ext/pty/pty.c (chfunc): suppress a warning.nobu
2010-12-25 * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki
2010-09-02* ext/pty/pty.c (chfunc): pass through exceptions.nobu
2010-09-02* ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-07-13* ext/pty/pty.c (establishShell): chfunc must not raise anynobu
2010-06-23* ext/pty: moved documents and samples to the appropriate places.nobu
2010-06-23* NEWS (ptr): new method and deprecated methods. [ruby-dev:41681]nobu
2010-05-09update doc.akr