summaryrefslogtreecommitdiff
path: root/ext/io/wait
AgeCommit message (Expand)Author
2020-10-11Adjusted indents [ci skip]Nobuyoshi Nakada
2020-10-11Respect the original styles [ci skip]Nobuyoshi Nakada
2020-09-19[ruby/io-wait] update required_ruby_versionNobuyoshi Nakada
2020-09-19strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-09-14Standardised scheduler interface.Samuel Williams
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-08-18Fixed the attribute name for multiple licenses.Hiroshi SHIBATA
2020-07-30Promote io-wait to the default gemsHiroshi SHIBATA
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-09-25[DOC] fixed the return value of IO#ready? [ci skip]Nobuyoshi Nakada
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-02-11Use $(hdrdir) for include/ruby.h, as well as r67033nobu
2017-03-22ruby tool/update-deps --fixshyouhei
2016-07-06Update dependenciesnobu
2016-01-24wait readable/writablenobu
2015-12-16handle ext/ as r53141naruse
2015-04-12wait.c: no EOFnobu
2015-04-12wait.c: poll over nreadnobu
2015-04-12wait.c: fix rdocnobu
2015-04-12wait.c: wait_for_single_fdnobu
2015-04-12wait.c: get_timeoutnobu
2015-03-01io/wait: fix return value for buffered readnormal
2014-09-30protoize no-arguments functionsnobu
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-14* ext/-test-/debug/depend: New file.akr
2012-11-21wait.c: wait_readablenobu
2012-11-21io/wait: add IO#wait_writable methodnobu
2011-10-24* complex.c: use "__sun" instead of "__sun__" to detect SunOS.akr
2011-10-23* ext/io/wait/wait.c: ioctl(2) is declared in unistd.h on Solaris.ngoto
2011-05-04* ext/io/wait/wait.c (io_wait): use rb_wait_for_single_fd().kosaki
2011-04-30* include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki
2010-08-14* include/ruby/intern.h (rb_time_interval): used in io/wait.nobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2009-07-14* ext/io/nonblock: moved from ext/io/wait/lib.nobu
2008-12-29* ext/io/wait/wait.c (io_nread): returns number of bytes availablematz
2008-12-29* ext/io/wait/wait.c (io_ready_p): updated to follow RDoc.matz
2008-10-26* ext/io/wait/{extconf.rb,wait.c}: needs sys/ioctl.h for fcntl onnobu
2008-09-26* ext/curses/curses.c: should include <ruby/io.h>.matz
2008-06-24 * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa
2008-06-10* ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2006-09-16* ext/io/wait/extconf.rb: suspicious checking_for.nobu
2006-08-28Fix call-seq in RDoc.drbrain
2006-08-27Include attributiondrbrain
2006-07-17* ext/io/wait/wait.c (io_ready_p): protoize.matz