aboutsummaryrefslogtreecommitdiffstats
path: root/ext/io/nonblock
Commit message (Expand)AuthorAgeFilesLines
* ruby tool/update-deps --fix卜部昌平2024-04-271-0/+1
* [ruby/io-nonblock] Bump up 0.3.0Hiroshi SHIBATA2023-12-131-1/+1
* [ruby/io-nonblock] Don't define nonblock methods if they are defined by core.Samuel Williams2023-10-231-0/+7
* [ruby/io-nonblock] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-301-0/+5
* [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-282-25/+40
* [ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams2023-05-282-33/+23
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-282-23/+33
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* [ruby/io-nonblock] Bump version to 0.2.0Hiroshi SHIBATA2022-12-051-1/+1
* 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] Remove unnecessary files from the gemNobuyoshi Nakada2022-05-201-8/+8
* [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
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-1/+0
* ruby tool/update-deps --fix卜部昌平2021-10-051-14/+23
* dependency updates卜部昌平2021-04-131-1/+0
* [ruby/io-nonblock] Added extensionsNobuyoshi Nakada2020-12-031-0/+1
* [ruby/io-nonblock] Exclude dot-files for CIsNobuyoshi Nakada2020-12-031-1/+3
* [ruby/io-nonblock] Fix ls-files matching regexpNobuyoshi Nakada2020-12-031-1/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* Fixed the attribute name for multiple licenses.Hiroshi SHIBATA2020-08-181-1/+1
* Promote io-nonblock to the default gems.Hiroshi SHIBATA2020-07-301-0/+22
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* Improve line covearge of ext/io/nonblock/nonblock.c from 54.5% to 95.5%mame2017-09-041-1/+1
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* Update dependenciesnobu2016-07-061-4/+16
* handle ext/ as r53141naruse2015-12-161-0/+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/-test-/debug/depend: New file.akr2013-04-141-0/+4
* * 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-142-0/+116