<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/io/wait, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/io-wait] Run `have_func` with the header providing the declarations</title>
<updated>2025-07-24T03:21:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-01T08:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e6bbc40c8781bff4d99f0ab2a363016bc5ffadd'/>
<id>7e6bbc40c8781bff4d99f0ab2a363016bc5ffadd</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/48309d7877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/48309d7877
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Bump version to 0.3.0</title>
<updated>2022-12-16T02:36:21+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-12-16T02:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e26ff7dc008ce14e34b43b8ee04a7aa09cd5886'/>
<id>7e26ff7dc008ce14e34b43b8ee04a7aa09cd5886</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/940ba319d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/940ba319d3
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tabs [ci skip]</title>
<updated>2022-07-21T16:42:04+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-07-21T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b21e94bebed90180d8ff63dad03b8b948361089'/>
<id>5b21e94bebed90180d8ff63dad03b8b948361089</id>
<content type='text'>
[Misc #18891]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Misc #18891]
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Bump up</title>
<updated>2022-06-25T09:10:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-25T09:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=50e13870bffa3561be13faa31c3fcba6b6d1aceb'/>
<id>50e13870bffa3561be13faa31c3fcba6b6d1aceb</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/0fa6e3f7ba
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/0fa6e3f7ba
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Remove C99-ism for some platforms [ci skip]</title>
<updated>2022-06-25T09:09:11+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-25T09:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8c1d3c2dce972ac2d0bc973b22b7736b03c6d0df'/>
<id>8c1d3c2dce972ac2d0bc973b22b7736b03c6d0df</id>
<content type='text'>
Fix https://github.com/ruby/io-wait/pull/11

https://github.com/ruby/io-wait/commit/845f9a1f55
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://github.com/ruby/io-wait/pull/11

https://github.com/ruby/io-wait/commit/845f9a1f55
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is defined by Ruby. (https://github.com/ruby/io-wait/pull/19)</title>
<updated>2022-06-25T07:21:54+00:00</updated>
<author>
<name>Samuel Williams</name>
<email>samuel.williams@oriontransfer.co.nz</email>
</author>
<published>2022-06-25T07:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f9c8d8088378981385f6acd18d2fe9fedcd7ab85'/>
<id>f9c8d8088378981385f6acd18d2fe9fedcd7ab85</id>
<content type='text'>
* Fix return value compatibility with Ruby 2.x.

* Don't add `IO#wait*` methods in Ruby 3.2+.

https://github.com/ruby/io-wait/commit/54c504d089
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix return value compatibility with Ruby 2.x.

* Don't add `IO#wait*` methods in Ruby 3.2+.

https://github.com/ruby/io-wait/commit/54c504d089
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Remove redundant forward declarations</title>
<updated>2022-06-21T03:13:47+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-21T03:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a0b24f592614262c08a3a4cb07cf0c847389d0a3'/>
<id>a0b24f592614262c08a3a4cb07cf0c847389d0a3</id>
<content type='text'>
These were needed before prototype declarations were used.

https://github.com/ruby/io-wait/commit/35f016833a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were needed before prototype declarations were used.

https://github.com/ruby/io-wait/commit/35f016833a
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge JRuby implementation for stringio and io-wait</title>
<updated>2022-05-20T09:45:14+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-05-20T09:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bcc9451bbff6cd4e136339f195a9ef381df4e9a2'/>
<id>bcc9451bbff6cd4e136339f195a9ef381df4e9a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] bump up to 0.2.3</title>
<updated>2022-05-09T09:19:06+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-05-09T09:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a370eb5a6360a789b7c5249d97169f6c80e47850'/>
<id>a370eb5a6360a789b7c5249d97169f6c80e47850</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/f59d1d12e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/f59d1d12e0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/io-wait] Update version to 0.2.2.pre1 for testing</title>
<updated>2022-03-10T13:58:31+00:00</updated>
<author>
<name>Charles Oliver Nutter</name>
<email>headius@headius.com</email>
</author>
<published>2022-03-10T13:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=bd1862330756b177ba189597b9de10f98de925e3'/>
<id>bd1862330756b177ba189597b9de10f98de925e3</id>
<content type='text'>
https://github.com/ruby/io-wait/commit/12e26f574e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/io-wait/commit/12e26f574e
</pre>
</div>
</content>
</entry>
</feed>
