1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
2015-11-27 15:03:24 +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 * tool/mkconfig.rb: remove not to require rbconfig/obsolete.rb. 2014-07-07 02:07:01 +00:00
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 * lib/webrick/httpauth/basicauth.rb: fix a typo. 2015-11-16 03:11:20 +00:00
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 OpenStruct#dig 2015-11-17 05:36:03 +00:00
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 [DOC] 2015-11-16 03:34:53 +00:00
set.rb * lib/set.rb: Enable frozen_string_literal. 2015-11-16 07:41:30 +00:00
shell.rb
shellwords.rb
singleton.rb
sync.rb
tempfile.rb
thwait.rb
time.rb * lib/time.rb: Use "<<" to reduce string allocation. 2015-11-14 12:45:30 +00:00
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