1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
NARUSE, Yui f832d957b8 ext/socket/init.c: do not return uninitialized buffer
BasicSocket#read_nonblock and some methods changes the size of a buffer
string, but when no data is available, the buffer is returned as
uninitialized.

Co-Authored-By: Samuel Williams <samuel.williams@oriontransfer.co.nz>
2020-03-31 19:26:10 +09:00
..
-test- Clear all trace events during teardown 2020-03-30 19:15:11 +09:00
bigdecimal Update the version of bigdecimal to 2.0.0 (#2784) 2019-12-25 15:21:50 +09:00
cgi/escape Deprecate taint/trust and related methods, and make the methods no-ops 2019-11-18 01:00:25 +02:00
continuation
coverage Update dependencies 2019-11-18 23:16:22 +09:00
date [ruby/date] Bump version to 3.0.0 2019-11-30 14:48:44 +09:00
dbm [ruby/dbm] Bump version to 1.1.0 2019-11-30 18:01:54 +09:00
digest Suppress deprecation warnings of MD5 from Xcode 11.1 2019-10-12 18:47:06 +09:00
etc [ruby/etc] Bump version to 1.1.0 2019-11-30 18:11:01 +09:00
fcntl
fiber Update dependencies 2019-11-18 23:16:22 +09:00
fiddle Use osuosl instead of GitHub releases 2020-03-13 22:23:12 +09:00
gdbm [ruby/gdbm] Bump version to 2.1.0 2019-11-30 18:14:38 +09:00
io Ruby 2.7 backport about IRB (#2990) 2020-03-30 19:09:50 +09:00
json Import json-2.3.0 from flori/json 2019-12-12 09:14:09 +09:00
monitor new_cond before mon_initialize 2019-12-04 13:36:41 +09:00
nkf Deprecate taint/trust and related methods, and make the methods no-ops 2019-11-18 01:00:25 +02:00
objspace Update dependencies 2019-11-18 23:16:22 +09:00
openssl ext/openssl/extconf.rb: check with -Werror=deprecated-declarations 2019-12-05 18:23:01 +09:00
pathname Remove unnecessary double bangs from Pathname#root? 2019-12-17 14:14:54 +09:00
psych ext/psych/extconf.rb: braced VPATH is for nmake only 2019-12-05 17:57:56 +09:00
pty
racc/cparse Update the latest versions from upstream repository of racc 2019-10-30 21:36:59 +09:00
rbconfig/sizeof
readline Ruby 2.7 backport about IRB (#2990) 2020-03-30 19:09:50 +09:00
ripper Allow $10 and more in the Ripper DSL 2019-11-26 21:57:00 +09:00
rubyvm
sdbm
socket ext/socket/init.c: do not return uninitialized buffer 2020-03-31 19:26:10 +09:00
stringio [ruby/stringio] StringIO#initialize default to the source string encoding 2020-03-15 20:53:14 +09:00
strscan Update dependencies 2019-11-18 23:16:22 +09:00
syslog Warn on access/modify of $SAFE, and remove effects of modifying $SAFE 2019-11-18 01:00:25 +02:00
win32
win32ole Warn on access/modify of $SAFE, and remove effects of modifying $SAFE 2019-11-18 01:00:25 +02:00
zlib [ruby/zlib] Bump version to 1.1.0 2019-11-30 18:21:52 +09:00
.document
extmk.rb Configure static extensions only if in charge 2019-11-19 15:11:41 +09:00
Setup
Setup.atheos
Setup.nt