aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io/nonblock/nonblock.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/io-nonblock] Don't define nonblock methods if they are defined by core.Samuel Williams2023-10-231-0/+7
* [ruby/io-nonblock] Use the correct pattern for the fallback of rb_io_descript...Benoit Daloze2023-05-301-1/+2
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-281-25/+38
* [ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams2023-05-281-31/+23
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-281-23/+31
* Revert "* expand tabs. [ci skip]"Nobuyoshi Nakada2022-07-301-14/+14
* * expand tabs. [ci skip]git2022-07-301-14/+14
* [ruby/io-nonblock] Revert tab expansionNobuyoshi Nakada2022-07-301-14/+14
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-14/+14
* [ruby/io-nonblock] Rename `io_nonblock_mode` and extract `set_fcntl_flags`Nobuyoshi Nakada2022-05-201-9/+14
* io.nonblock returns the block's value [ci skip]Kazuhiro NISHIYAMA2022-04-261-2/+2
* add description for IO.nonblock=.Tanaka Akira2022-04-241-0/+40
* Improve line covearge of ext/io/nonblock/nonblock.c from 54.5% to 95.5%mame2017-09-041-1/+1
* nonblock.c: just yield if the flag is not changednobu2015-05-181-4/+6
* * win32/win32.c, include/win32/win32.h (rb_w32_set_nonblock): newusa2014-11-101-1/+4
* * ext/io/nonblock/nonblock.c: [DOC] Document io/nonblock by reprahzzak2013-10-161-0/+23
* * ext/io/nonblock/nonblock.c: use rb_cIO instead of VALUEzzak2013-10-161-5/+3
* * ext/io/nonblock/nonblock.c (io_nonblock_set): Avoid F_SETFL ifkosaki2011-04-041-2/+8
* * ext/io/nonblock: moved from ext/io/wait/lib.nobu2009-07-141-0/+108