about summary refs log tree commit homepage
path: root/ext/kgio/wait.c
DateCommit message (Expand)
2017-12-15wait: avoid passing unnecessary args to rb_funcall
2011-08-24wait.c: fix misspelling in rdoc
2011-06-17doc: call-seq for kgio_wait_writable
2011-06-15fix misc compiler warnings
2011-06-15make timed kgio_wait_* implementation safer
2011-06-15kgio_wait_*able: documentation for optional timeout
2011-06-14add timeout to kgio_wait_{read,writ}able
2010-12-25avoid errno side-effects in kgio_wait_*able
2010-12-22fix errors in RDoc
2010-11-18switch entirely to kgio_wait_*able methods
2010-11-18add default kgio_wait_*able methods
2010-10-07doc: fix RDoc generation
2010-09-29refactor and split into separate files