summaryrefslogtreecommitdiff
path: root/ext/pty
AgeCommit message (Expand)Author
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-18rdoc update.akr
2008-12-17rdoc update.akr
2008-12-17* ext/pty/extconf.rb: check util.h for OpenBSD.akr
2008-12-16* ext/pty/pty.c (getDevice): add nomesg argument.akr
2008-12-16* ext/pty/extconf.rb: check posix_openpt.akr
2008-12-15* ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr
2008-12-15* ext/pty/pty.c (pty_open): new method PTY.open.akr
2008-12-15* ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr
2008-12-15* ext/pty/pty.c (chfunc): make it static.akr
2008-12-15* ext/pty/pty.c (child_info): add slavename.akr
2008-12-13* process.c (forked_child): new variable.akr
2008-12-02* ext/pty/pty.c (Init_pty): fix typo.mame
2008-11-21* ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz
2008-09-05* include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr
2008-08-23* ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr
2008-07-12* ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2007-08-07* ext/pty/pty.c (establishShell): handshaking before close slavenobu
2007-08-07* ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu
2007-06-25 * ext/pty/extconf.rb: skip wince and win64.usa
2007-06-10* include/ruby: moved public headers.nobu
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-05* intern.h: prepare rb_last_status_get() and rb_last_status_set().ko1
2006-09-16* ext/pty/pty.c (establishShell): parent pid is not used.nobu
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-06-24add extconf.h to .cvsignore.akr
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-05-14* configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-08* rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr
2004-12-06* rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-10* ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-03-10* file.c (rb_find_file): need world writable directory check formatz
2003-03-07* parse.y (dsym): :"symbol string" style should not contain `\0'.matz
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-08-13* hash.c (rb_hash_replace): should copy ifnone.matz
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-03-04Make cvs ignore mkmf.log.knu
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz