summaryrefslogtreecommitdiffstats
path: root/ext/pty
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-1/+1
* * ext/pty/pty.c (pty_getpty): follow rb_io_t's path -> pathv change.akr2008-08-231-2/+2
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-3/+4
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-181-1/+1
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-072-43/+34
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-251-1/+1
* * include/ruby: moved public headers.nobu2007-06-101-8/+8
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-161-2/+2
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-1/+1
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-181-5/+7
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-2/+1
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-161-19/+13
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-20/+27
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-29/+12
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-2/+0
* * configure.in: Check for the availability of pid_t, gid_t and uid_t andnobu2005-05-141-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-2/+2
* * rubyio.h, io.c, ext/dl/dl.c, ext/pty/pty.c, ext/socket/socket.c:akr2004-12-081-2/+0
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-2/+4
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-12/+0
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-8/+7
* * ext/pty/pty.c (HAVE_SYS_IOCTL_H): already defined at config.h, sousa2003-12-101-1/+3
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-0/+1
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-061-8/+7
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-1/+2
* * file.c (rb_find_file): need world writable directory check formatz2003-03-101-4/+5
* * parse.y (dsym): :"symbol string" style should not contain `\0'.matz2003-03-073-81/+45
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * hash.c (rb_hash_replace): should copy ifnone.matz2002-08-131-2/+2
* new platform [bccwin32] merged.H_Konishi2002-06-111-1/+1
* Make cvs ignore mkmf.log.knu2002-03-041-0/+1
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-1/+1
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-272-6/+6
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-212-27/+87
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-192-60/+51
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-5/+9
* * marshal.c (r_object): better allocation type check formatz2001-10-031-6/+3
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-95/+31
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-193-2/+2
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-1/+1
* forgot some checkins.matz2001-05-061-1/+1
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-7/+9
* Add .cvsignore's.knu2001-01-091-0/+1
* 2000-05-25matz2000-05-251-2/+2
* 2000-05-24matz2000-05-241-1/+1
* support mingw32.eban2000-05-131-1/+1
* 2000-02-08matz2000-02-081-0/+2