index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2017-01-21
lib/tempfile.rb: Specify frozen_string_literal: true.
kazu
2017-01-20
Remove deprecated rbconfig/datadir
kazu
2017-01-20
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2017-01-19
Fix documentation of options for all of methods in FileUtils.
hsbt
2017-01-18
lib/profiler.rb: Specify frozen_string_literal: true.
kazu
2017-01-17
uri/generic.rb: fix exception on non-IP format
nobu
2017-01-17
lib/pstore.rb: Specify frozen_string_literal: true.
kazu
2017-01-17
rinda/ring.rb (make_socket): do not keep socket on failures
normal
2017-01-15
lib/profile.rb: Specify frozen_string_literal: true.
kazu
2017-01-14
resolv.rb: byte buffer
nobu
2017-01-14
Made #decode_rdata client to catch errors
nobu
2017-01-13
lib/observer.rb: Specify frozen_string_literal: true.
kazu
2017-01-12
lib/net/smtp.rb: Specify frozen_string_literal: true.
kazu
2017-01-12
lib/net/protocol.rb: preserve backtrace information
shugo
2017-01-11
lib/net/protocol.rb: Specify frozen_string_literal: true.
kazu
2017-01-10
lib/net/pop.rb: Specify frozen_string_literal: true.
kazu
2017-01-09
slex.rb: japanese comment [ci skip]
nobu
2017-01-08
lib/getoptlong.rb: Specify frozen_string_literal: true.
kazu
2017-01-07
lib/fileutils.rb: Specify frozen_string_literal: true.
kazu
2017-01-06
prelude.rb: Binding#irb [ci skip]
nobu
2017-01-06
lib/delegate.rb: Specify frozen_string_literal: true.
kazu
2017-01-05
lib/debug.rb: Specify frozen_string_literal: true.
kazu
2017-01-04
lib/cmath.rb: Specify frozen_string_literal: true.
kazu
2017-01-03
forwardable.rb: fix branches
nobu
2017-01-03
forwardable.rb: use defined?
nobu
2017-01-03
forwardable.rb: use defined?
nobu
2017-01-03
lib/benchmark.rb: Specify frozen_string_literal: true.
kazu
2017-01-02
lib/English.rb: Specify frozen_string_literal: true.
kazu
2016-12-13
require "irb/output-method" for StdioOutputMethod
nobu
2016-12-12
Use URI.decode_www_form_component [Bug #10774]
naruse
2016-12-10
Add missing :nodoc: comment
naruse
2016-12-08
ruby-lex.rb: fix for label
nobu
2016-12-07
Delay Utils.getservername until needed.
shugo
2016-12-06
rexml: REXML::Element#[] accepts String or Symbol as attribute name
kou
2016-11-29
get rid of ambiguous parentheses warnings
nobu
2016-11-29
get rid of test failures on CI introduced at r56927
usa
2016-11-29
Suppress warnings.
shugo
2016-11-29
net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
shugo
2016-11-29
net/ftp: close the socket directly when an error occurs during TLS handshake.
shugo
2016-11-29
net/ftp: close the connection if the TLS handshake timeout is exceeded.
shugo
2016-11-26
net/ftp: support timeout for TLS handshake.
shugo
2016-11-23
resolv: use safe navigation operator to avoid extra hash lookups
normal
2016-11-23
webrick/server: use symbol proc
normal
2016-11-23
Add CR/LF check to Net::FTP#status.
shugo
2016-11-23
lib/net/ftp: fix typo
normal
2016-11-23
Disconnect immediately even if Net::FTP#close is called without quit.
shugo
2016-11-23
Add a new optinal argument pathname to FTP#stat.
shugo
2016-11-22
Use `&.` instead of `if` and `? :`
kazu
2016-11-22
Use `&.` and `||=` instead of if guards
nobu
2016-11-22
IOError does not happen
kazu
[next]