summaryrefslogtreecommitdiff
path: root/ext/io/nonblock/extconf.rb
AgeCommit message (Collapse)Author
2025-07-20[ruby/io-nonblock] Run `have_func` with the header providing the declarationsNobuyoshi Nakada
https://github.com/ruby/io-nonblock/commit/70909f5362
2023-05-30[ruby/io-nonblock] Add TruffleRuby support and add it in CIBenoit Daloze
* Do not use a C extension on TruffleRuby for these 3 methods. https://github.com/ruby/io-nonblock/commit/1b8e52abfa
2023-05-28[ruby/io-nonblock] Remove usage of IO internals.Samuel Williams
(https://github.com/ruby/io-nonblock/pull/11) https://github.com/ruby/io-nonblock/commit/caa2b94d19
2023-05-28[ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams
This reverts commit https://github.com/ruby/io-nonblock/commit/9772b6dcb63c. https://github.com/ruby/io-nonblock/commit/08cabf78e1
2023-05-28[ruby/io-nonblock] Remove usage of IO internals.Samuel Williams
https://github.com/ruby/io-nonblock/commit/9772b6dcb6
2015-12-16handle ext/ as r53141naruse
g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&# frozen_string_literal: false\n");f.rewind;f.write s}}' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-07-14* ext/io/nonblock: moved from ext/io/wait/lib.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e