| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/io-wait/commit/ae676c9d6d
|
|
This reverts commit 35783854244f8dc6a9f7fb4dfae752f8361c66bd.
|
|
https://github.com/ruby/io-wait/commit/ad6f47fd3a
|
|
```
.../io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version
```
|
|
https://github.com/ruby/io-wait/commit/44b68fc51b
|
|
https://github.com/ruby/io-wait/commit/33efb55d0e
|
|
https://github.com/ruby/io-wait/commit/62626dae8c
|
|
https://github.com/ruby/io-wait/commit/dad4c70f2a
|
|
https://github.com/ruby/io-wait/commit/1decadc7f9
|
|
https://github.com/ruby/io-wait/commit/f5c81139dd
|
|
https://github.com/ruby/io-wait/commit/bf41116ff5
|
|
To use these methods, busy loop is necessary somewhere.
Use other method to wait instead.
https://github.com/ruby/io-wait/commit/8ff4821cea
|
|
https://github.com/ruby/io-wait/commit/284cb654cf
|
|
https://github.com/ruby/io-wait/commit/c0ae05e319
|
|
https://github.com/ruby/io-wait/commit/cd163938e5
|
|
https://github.com/ruby/io-wait/commit/57bc0b752b
|
|
https://github.com/ruby/io-wait/commit/c66a90f5b1
|
|
|
|
https://github.com/ruby/io-wait/commit/1d2b668457
|
|
https://github.com/ruby/io-wait/commit/c65af887a1
|
|
|
|
This reverts commit https://github.com/ruby/io-wait/commit/2eb3841e9c8f.
Ruby 2.6 support has been dropped.
https://github.com/ruby/io-wait/commit/bcc343683e
|
|
the gem a noop on Rubies older than
2.6"
This reverts commit https://github.com/ruby/io-wait/commit/75fcb74c327f.
The version that does nothing with pre-ruby 2.6 has already been
released, so there is no longer need to consider older rubies in newer
versions.
https://github.com/ruby/io-wait/commit/930d2f0d07
|
|
io-wait became a default gem at ruby 3.0.
Even it can be installed on earlier versions, but the standard library
will be loaded instead of the installed gem.
https://github.com/ruby/io-wait/commit/15b96736cd
|
|
https://github.com/ruby/io-wait/commit/48309d7877
|
|
|
|
https://github.com/ruby/io-wait/commit/5ec3db36c8
|
|
(https://github.com/ruby/io-wait/pull/25)
https://github.com/ruby/io-wait/commit/e5854b46c7
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7310
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/7330
|
|
Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the
macros bellow:
* `RBIMPL_ATTR_PACKED_STRUCT_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_END`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN`
* `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END`
Notes:
Merged: https://github.com/ruby/ruby/pull/7268
|
|
https://github.com/ruby/io-wait/commit/940ba319d3
|
|
[Misc #18891]
Notes:
Merged: https://github.com/ruby/ruby/pull/6094
|
|
https://github.com/ruby/io-wait/commit/0fa6e3f7ba
|
|
Fix https://github.com/ruby/io-wait/pull/11
https://github.com/ruby/io-wait/commit/845f9a1f55
|
|
defined by Ruby. (https://github.com/ruby/io-wait/pull/19)
* 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
|
|
These were needed before prototype declarations were used.
https://github.com/ruby/io-wait/commit/35f016833a
|
|
|
|
https://github.com/ruby/io-wait/commit/f59d1d12e0
|
|
https://github.com/ruby/io-wait/commit/12e26f574e
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/5474
|
|
https://github.com/ruby/io-wait/commit/7be58cd7f4
|
|
Ref: https://github.com/mikel/mail/pull/1439
Some gems depend on io-wait, but still support older rubies,
so they have to chose between droping support or not listing io-wait.
But io-wait could act a a noop on older rubies.
https://github.com/ruby/io-wait/commit/75fcb74c32
|
|
https://github.com/ruby/io-wait/commit/e15a2486b2
|
|
Even since 0.1.0, other than +true+ or +false+ may be returned.
https://github.com/ruby/io-wait/commit/d0721e300a
|
|
https://github.com/ruby/io-wait/commit/2beb05bd48
|
|
https://github.com/ruby/io-wait/commit/c97ab9a212
|
|
|
|
Reverts https://github.com/ruby/io-wait/commit/2eb3841e9c8f3279955253a93d3db98b80787548
because it fails on "update-deps" check in the ruby/ruby CI.
https://github.com/ruby/ruby/runs/4230891140?check_suite_focus=true
```
diff --git a/ext/io/wait/depend b/ext/io/wait/depend
index 7b314b9..449e9fe 100644
--- a/ext/io/wait/depend
+++ b/ext/io/wait/depend
...
```
Maybe now it does not work on Ruby 2.6. This file must be changed for
each Ruby version. I have no good idea to fix this issue.
|
|
https://github.com/ruby/io-wait/commit/2eb3841e9c
|