aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io/wait
Commit message (Expand)AuthorAgeFilesLines
* [ruby/io-wait] Added extensionsNobuyoshi Nakada2020-12-031-0/+1
* [ruby/io-wait] Fixed regexp to reject .travis* at the toplevel onlyNobuyoshi Nakada2020-12-031-1/+1
* [ruby/io-wait] Exclude dot-files for CIsNobuyoshi Nakada2020-12-031-2/+4
* [ruby/io-wait] Fix ls-files matching regexpNobuyoshi Nakada2020-12-031-1/+1
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-10-111-2/+3
* Respect the original styles [ci skip]Nobuyoshi Nakada2020-10-111-26/+29
* [ruby/io-wait] update required_ruby_versionNobuyoshi Nakada2020-09-191-1/+1
* strip trailing spaces [ci skip]Nobuyoshi Nakada2020-09-191-1/+1
* Standardised scheduler interface.Samuel Williams2020-09-141-90/+119
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* Fixed the attribute name for multiple licenses.Hiroshi SHIBATA2020-08-181-1/+1
* Promote io-wait to the default gemsHiroshi SHIBATA2020-07-301-0/+22
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* [DOC] fixed the return value of IO#ready? [ci skip]Nobuyoshi Nakada2019-09-251-2/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* 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