aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* csv.rb: fix field_size_limit checknobu2017-01-231-1/+1
* lib/tempfile.rb: Specify frozen_string_literal: true.kazu2017-01-211-1/+1
* Remove deprecated rbconfig/datadirkazu2017-01-202-15/+0
* SecureRandom should try /dev/urandom first [Bug #9569]shyouhei2017-01-201-13/+44
* Fix documentation of options for all of methods in FileUtils.hsbt2017-01-191-1/+1
* lib/profiler.rb: Specify frozen_string_literal: true.kazu2017-01-181-1/+1
* uri/generic.rb: fix exception on non-IP formatnobu2017-01-171-2/+2
* lib/pstore.rb: Specify frozen_string_literal: true.kazu2017-01-171-1/+1
* rinda/ring.rb (make_socket): do not keep socket on failuresnormal2017-01-171-1/+5
* lib/profile.rb: Specify frozen_string_literal: true.kazu2017-01-151-1/+1
* resolv.rb: byte buffernobu2017-01-141-6/+6
* Made #decode_rdata client to catch errorsnobu2017-01-141-1/+7
* lib/observer.rb: Specify frozen_string_literal: true.kazu2017-01-131-2/+2
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-121-2/+2
* lib/net/protocol.rb: preserve backtrace informationshugo2017-01-121-2/+1
* lib/net/protocol.rb: Specify frozen_string_literal: true.kazu2017-01-111-5/+5
* lib/net/pop.rb: Specify frozen_string_literal: true.kazu2017-01-101-1/+1
* slex.rb: japanese comment [ci skip]nobu2017-01-091-1/+1
* lib/getoptlong.rb: Specify frozen_string_literal: true.kazu2017-01-081-1/+1
* lib/fileutils.rb: Specify frozen_string_literal: true.kazu2017-01-071-5/+5
* prelude.rb: Binding#irb [ci skip]nobu2017-01-061-0/+1
* lib/delegate.rb: Specify frozen_string_literal: true.kazu2017-01-061-1/+1
* lib/debug.rb: Specify frozen_string_literal: true.kazu2017-01-051-1/+1
* lib/cmath.rb: Specify frozen_string_literal: true.kazu2017-01-041-1/+1
* forwardable.rb: fix branchesnobu2017-01-031-2/+2
* forwardable.rb: use defined?nobu2017-01-031-12/+14
* forwardable.rb: use defined?nobu2017-01-031-3/+3
* lib/benchmark.rb: Specify frozen_string_literal: true.kazu2017-01-031-1/+1
* lib/English.rb: Specify frozen_string_literal: true.kazu2017-01-021-1/+1
* require "irb/output-method" for StdioOutputMethodnobu2016-12-131-0/+1
* Use URI.decode_www_form_component [Bug #10774]naruse2016-12-121-5/+5
* Add missing :nodoc: commentnaruse2016-12-101-2/+2
* ruby-lex.rb: fix for labelnobu2016-12-081-1/+1
* Delay Utils.getservername until needed.shugo2016-12-071-3/+9
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-061-0/+24
* get rid of ambiguous parentheses warningsnobu2016-11-292-6/+6
* get rid of test failures on CI introduced at r56927usa2016-11-291-3/+3
* Suppress warnings.shugo2016-11-291-0/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-2/+14
* net/ftp: close the socket directly when an error occurs during TLS handshake.shugo2016-11-291-1/+1
* net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo2016-11-291-1/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-2/+2
* resolv: use safe navigation operator to avoid extra hash lookupsnormal2016-11-231-3/+1
* webrick/server: use symbol procnormal2016-11-231-1/+1
* Add CR/LF check to Net::FTP#status.shugo2016-11-231-0/+3
* lib/net/ftp: fix typonormal2016-11-231-1/+1
* Disconnect immediately even if Net::FTP#close is called without quit.shugo2016-11-231-0/+16
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-4/+6
* Use `&.` instead of `if` and `? :`kazu2016-11-221-2/+2
* Use `&.` and `||=` instead of if guardsnobu2016-11-221-9/+3