Age | Commit message (Expand) | Author |
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 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-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 dependent | akr |
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-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-24 | add extconf.h to .cvsignore. | akr |
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-09-20 | * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag | nobu |
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 |
2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
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-09-04 | * ext/io/wait/.cvsignore: added. | nahi |
2003-08-06 | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu |
2003-07-24 | * ext/io/wait/extconf.rb: removed unnecessary backward compatibility stuff. | nobu |
2003-07-23 | * ext/io/wait: imported. | nobu |