| Age | Commit message (Collapse) | Author |
|
https://github.com/ruby/io-wait/commit/ae676c9d6d
|
|
https://github.com/ruby/io-console/commit/fbc7e1f31f
|
|
https://github.com/ruby/io-console/commit/379e7c17ed
|
|
https://github.com/ruby/io-console/commit/ae33785820
|
|
https://github.com/ruby/io-console/commit/d2a6c69697
|
|
On windows, IO.console.winsize= now respects the current view area and screen buffer size.
https://github.com/ruby/io-console/commit/817aa65ea3
|
|
https://github.com/ruby/io-console/commit/df444b93f1
|
|
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-nonblock/commit/7285725885
|
|
https://github.com/ruby/io-console/commit/01071a174a
|
|
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
|
|
io-nonblock 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-nonblock/commit/c86d0d37af
|
|
https://github.com/ruby/io-wait/commit/48309d7877
|
|
https://github.com/ruby/io-nonblock/commit/70909f5362
|
|
https://github.com/ruby/io-console/commit/dd013030dd
|
|
https://github.com/ruby/io-console/commit/467508a0c6
|
|
https://github.com/ruby/io-nonblock/commit/16727a8ab3
|
|
https://github.com/ruby/io-console/commit/fdad351501
|
|
https://github.com/ruby/io-console/commit/aa79919f79
|
|
Truffle ruby seems to lack it.
https://github.com/ruby/io-console/commit/839c1e80eb
|
|
Possible fix for recent crashes seen on CI.
[BUG] rb_sys_fail_str(<STDIN>) - errno == 0
rb_io_path() calls rb_obj_dup(), which could call initialize_dup in Ruby
and clobber errno before rb_sys_fail_str() gets to read errno. So
save it out first.
(Using separate statements because order of evaluation in function call
list is unspecified, and order is important here.)
https://github.com/ruby/io-console/commit/0ba400b5e7
|
|
This reverts commit 5bd144c1bb20e22e4d9f5e5e0264820fd3ef8137.
|
|
... to check the return value of ioctl
http://ci.rvm.jp/results/trunk_asan@ruby-sp1/5423172
```
/tmp/ruby/src/trunk_asan/lib/reline/io/ansi.rb:192: [BUG] rb_sys_fail_str(<STDIN>) - errno == 0
```
Notes:
Merged: https://github.com/ruby/ruby/pull/12147
|
|
https://github.com/ruby/io-nonblock/commit/ba445b37d5
|
|
https://github.com/ruby/io-console/commit/8ec27d403e
|
|
https://github.com/ruby/io-console/commit/c9e3f44268
|
|
https://github.com/ruby/io-console/commit/504292b487
|
|
https://github.com/ruby/io-console/commit/cad8169568
|
|
|