ruby/ext
Jean Boussier 7d42010fad [ruby/openssl] read: don't clear buffer when nothing can be read
To be consistent with regular Ruby IOs:

```ruby
r, _ = IO.pipe
buf = "garbage".b
r.read_nonblock(10, buf, exception: false) # => :wait_readable
p buf # => "garbage"
```

Ref: 98b8944460

08452993d6
2024-05-05 08:00:00 +00:00
..
-test- ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
cgi/escape ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
continuation ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
coverage ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
date ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
digest ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
erb/escape [ruby/erb] Skip building a native extension for JRuby 2024-01-04 22:33:16 +00:00
etc ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
fcntl ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
fiddle ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
io ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
json ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
monitor ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
objspace ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
openssl [ruby/openssl] read: don't clear buffer when nothing can be read 2024-05-05 08:00:00 +00:00
pathname ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
psych ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
pty ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
rbconfig/sizeof ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
ripper Change return value of gets function to be rb_parser_string_t * instead of VALUE 2024-05-04 11:59:10 +09:00
rubyvm
socket ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
stringio ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
strscan ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
win32 win32/registry: Shorten with safe navigation operator 2024-05-03 14:49:29 +09:00
win32ole [ruby/win32ole] Refine pathspecs for spec.files 2024-03-23 13:06:40 +00:00
zlib ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
.document [ruby/io-console] [DOC] Split .document files to sync with ruby/ruby 2023-10-22 11:09:06 +09:00
extmk.rb Remove UPDATE_LIBRARIES 2024-04-19 14:12:42 +09:00
Setup Clean up removed directories in ext/Setup* [ci skip] 2023-01-18 12:02:27 +09:00
Setup.atheos racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00
Setup.nt racc/cparse is extracted from ruby/ruby repository 2023-06-08 18:05:07 +09:00