summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-01Prepare to make CSV module to default gem.hsbt
2017-01-31Initial commit for gem release of webrick.hsbt
2017-01-31mkmf.rb: message format stringnobu
2017-01-28mkmf.rb: fix script installationnobu
2017-01-26[DOC] Use Integer instead of Fixnum [ci skip]kazu
2017-01-26lib/weakref.rb: Specify frozen_string_literal: true.kazu
2017-01-26Add document for lib/rss/atom.rbkou
2017-01-24Update Rubygems 2.6.10hsbt
2017-01-23Fix typo of URI#escape [Bug #13147]naruse
2017-01-23csv.rb: fix field_size_limit checknobu
2017-01-21lib/tempfile.rb: Specify frozen_string_literal: true.kazu
2017-01-20Remove deprecated rbconfig/datadirkazu
2017-01-20SecureRandom should try /dev/urandom first [Bug #9569]shyouhei
2017-01-19Fix documentation of options for all of methods in FileUtils.hsbt
2017-01-18lib/profiler.rb: Specify frozen_string_literal: true.kazu
2017-01-17uri/generic.rb: fix exception on non-IP formatnobu
2017-01-17lib/pstore.rb: Specify frozen_string_literal: true.kazu
2017-01-17rinda/ring.rb (make_socket): do not keep socket on failuresnormal
2017-01-15lib/profile.rb: Specify frozen_string_literal: true.kazu
2017-01-14resolv.rb: byte buffernobu
2017-01-14Made #decode_rdata client to catch errorsnobu
2017-01-13lib/observer.rb: Specify frozen_string_literal: true.kazu
2017-01-12lib/net/smtp.rb: Specify frozen_string_literal: true.kazu
2017-01-12lib/net/protocol.rb: preserve backtrace informationshugo
2017-01-11lib/net/protocol.rb: Specify frozen_string_literal: true.kazu
2017-01-10lib/net/pop.rb: Specify frozen_string_literal: true.kazu
2017-01-09slex.rb: japanese comment [ci skip]nobu
2017-01-08lib/getoptlong.rb: Specify frozen_string_literal: true.kazu
2017-01-07lib/fileutils.rb: Specify frozen_string_literal: true.kazu
2017-01-06prelude.rb: Binding#irb [ci skip]nobu
2017-01-06lib/delegate.rb: Specify frozen_string_literal: true.kazu
2017-01-05lib/debug.rb: Specify frozen_string_literal: true.kazu
2017-01-04lib/cmath.rb: Specify frozen_string_literal: true.kazu
2017-01-03forwardable.rb: fix branchesnobu
2017-01-03forwardable.rb: use defined?nobu
2017-01-03forwardable.rb: use defined?nobu
2017-01-03lib/benchmark.rb: Specify frozen_string_literal: true.kazu
2017-01-02lib/English.rb: Specify frozen_string_literal: true.kazu
2016-12-13require "irb/output-method" for StdioOutputMethodnobu
2016-12-12Use URI.decode_www_form_component [Bug #10774]naruse
2016-12-10Add missing :nodoc: commentnaruse
2016-12-08ruby-lex.rb: fix for labelnobu
2016-12-07Delay Utils.getservername until needed.shugo
2016-12-06rexml: REXML::Element#[] accepts String or Symbol as attribute namekou
2016-11-29get rid of ambiguous parentheses warningsnobu
2016-11-29get rid of test failures on CI introduced at r56927usa
2016-11-29Suppress warnings.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-29net/ftp: close the socket directly when an error occurs during TLS handshake.shugo
2016-11-29net/ftp: close the connection if the TLS handshake timeout is exceeded.shugo