1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
kosaki 7104a473ea * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom
for initialize OpenSSL's rand.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-30 20:29:22 +00:00
..
cgi
drb
irb
matrix
net fixup! * lib/net/http.rb (connect): detect closed connection and reconnect If the server closes a keep-alive http connection, the client socket reaches EOF. To avoid an EOFError, detect the closed connection and reconnect. Added test to ensure HTTP#post succeeds even if the keep-alive-connection has been closed by the server. by Kristian Hanekamp <kris.hanekamp@gmail.com> https://github.com/ruby/ruby/pull/1089 fix GH-1089 2015-11-27 15:03:24 +00:00
optparse
racc
rbconfig
rdoc
rexml
rinda
rss * lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod. 2015-11-20 03:44:12 +00:00
rubygems * lib/rubygems/installer.rb: Fix two double-word typos. 2015-11-24 01:00:15 +00:00
shell
unicode_normalize
uri
webrick
xmlrpc
yaml
abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cmath.rb * lib/cmath.rb: methods which has suffix '!' are now deprecated. 2015-11-22 13:09:41 +00:00
csv.rb
debug.rb
delegate.rb
drb.rb
e2mmap.rb
English.rb
erb.rb
fileutils.rb
find.rb
forwardable.rb
getoptlong.rb
ipaddr.rb
irb.rb
logger.rb * lib/logger.rb: expose logger mutex 2015-11-20 14:16:56 +00:00
mathn.rb
matrix.rb
mkmf.rb Drop support for BeOS 2015-11-24 00:17:11 +00:00
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb
optionparser.rb
optparse.rb
ostruct.rb
pp.rb
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb
rdoc.rb
resolv-replace.rb
resolv.rb
rss.rb
rubygems.rb
scanf.rb
securerandom.rb * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom 2015-11-30 20:29:22 +00:00
set.rb
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb
thwait.rb
time.rb
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb
unicode_normalize.rb
uri.rb
weakref.rb
webrick.rb
xmlrpc.rb
yaml.rb