Age | Commit message (Expand) | Author |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-06-25 | [ruby/io-wait] Remove C99-ism for some platforms [ci skip] | Nobuyoshi Nakada |
2022-06-25 | [ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de... | Samuel Williams |
2022-06-21 | [ruby/io-wait] Remove redundant forward declarations | Nobuyoshi Nakada |
2022-01-24 | [ruby/io-wait] [DOC] Fix the return values [ci skip] | Nobuyoshi Nakada |
2022-01-24 | [ruby/io-wait] Document mandatory require for using io/wait methods | apatniv |
2021-11-16 | [ruby/io-wait] Fix backward compatibility with earlier versions | Nobuyoshi Nakada |
2021-03-07 | [ruby/io-wait] Declare as Ractor-safe | Nobuyoshi Nakada |
2021-03-07 | [ruby/io-wait] Revise IO#wait arguments | Nobuyoshi Nakada |
2020-10-11 | Adjusted indents [ci skip] | Nobuyoshi Nakada |
2020-10-11 | Respect the original styles [ci skip] | Nobuyoshi Nakada |
2020-09-19 | strip trailing spaces [ci skip] | Nobuyoshi Nakada |
2020-09-14 | Standardised scheduler interface. | Samuel Williams |
2019-09-25 | [DOC] fixed the return value of IO#ready? [ci skip] | Nobuyoshi Nakada |
2016-01-24 | wait readable/writable | nobu |
2015-04-12 | wait.c: no EOF | nobu |
2015-04-12 | wait.c: poll over nread | nobu |
2015-04-12 | wait.c: fix rdoc | nobu |
2015-04-12 | wait.c: wait_for_single_fd | nobu |
2015-04-12 | wait.c: get_timeout | nobu |
2015-03-01 | io/wait: fix return value for buffered read | normal |
2014-09-30 | protoize no-arguments functions | nobu |
2013-04-16 | * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] | zzak |
2012-11-21 | wait.c: wait_readable | nobu |
2012-11-21 | io/wait: add IO#wait_writable method | nobu |
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 |
2008-12-29 | * ext/io/wait/wait.c (io_nread): returns number of bytes available | matz |
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 on | nobu |
2008-09-26 | * ext/curses/curses.c: should include <ruby/io.h>. | matz |
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 dependent | akr |
2007-02-24 | * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): | nobu |
2006-08-28 | Fix call-seq in RDoc. | drbrain |
2006-08-27 | Include attribution | drbrain |
2006-07-17 | * ext/io/wait/wait.c (io_ready_p): protoize. | matz |
2006-06-20 | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-07-18 | * ext/io/wait/wait.c: wrong backport from trunk, and compile error on | nobu |
2005-07-17 | * ext/io/wait/extconf.rb, ext/io/wait/wait.c: Win32 platforms support. | nobu |
2005-06-03 | * intern.h (rb_fdset_t): deal with fd bit sets over FD_SETSIZE. | nobu |
2004-12-06 | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr |
2003-11-01 | #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h | knu |
2003-11-01 | #include <sys/time.h> is needed for struct timeval. | knu |
2003-07-23 | * ext/io/wait: imported. | nobu |