aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io/wait
Commit message (Expand)AuthorAgeFilesLines
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* Update dependenciesnobu2016-07-061-4/+16
* wait readable/writablenobu2016-01-241-3/+74
* handle ext/ as r53141naruse2015-12-161-0/+1
* wait.c: no EOFnobu2015-04-121-10/+8
* wait.c: poll over nreadnobu2015-04-121-9/+9
* wait.c: fix rdocnobu2015-04-121-2/+2
* wait.c: wait_for_single_fdnobu2015-04-121-11/+13
* wait.c: get_timeoutnobu2015-04-121-20/+16
* io/wait: fix return value for buffered readnormal2015-03-011-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-0/+2
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+4
* wait.c: wait_readablenobu2012-11-211-3/+5
* io/wait: add IO#wait_writable methodnobu2012-11-211-0/+38
* * complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr2011-10-241-1/+1
* * ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto2011-10-231-0/+3
* * ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki2011-05-041-29/+5
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-2/+2
* * include/ruby/intern.h (rb_time_interval): used in io/wait.nobu2010-08-141-2/+0
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-3/+0
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-141-23/+0
* * ext/io/wait/wait.c (io_nread): returns number of bytes availablematz2008-12-291-0/+26
* * ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz2008-12-291-5/+6
* * ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu2008-10-262-1/+5
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-1/+1
* * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa2008-06-241-1/+1
* * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu2008-06-101-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-2/+2
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-161-1/+1
* Fix call-seq in RDoc.drbrain2006-08-281-5/+3
* Include attributiondrbrain2006-08-271-15/+18
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-171-2/+1
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-4/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-2/+1
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-201-1/+1
* * ext/io/wait/wait.c: wrong backport from trunk, and compile error onnobu2005-07-181-9/+17
* * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support.nobu2005-07-172-1/+18
* * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE.nobu2005-06-031-7/+30
* * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c,akr2004-12-061-11/+5
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-4/+0
* #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu2003-11-011-1/+0
* #include <sys/time.h> is needed for struct timeval.knu2003-11-011-0/+1
* * ext/io/wait/.cvsignore: added.nahi2003-09-041-0/+2
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-1/+1
* * ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff.nobu2003-07-241-20/+4
* * ext/io/wait: imported.nobu2003-07-234-0/+161