summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-01Append "//" if empty host for file or postgres URInaruse
2017-12-01Replace Kernel#pp after PP class is defined.akr
2017-12-01prelude.rb: suppress redefinition warningsnobu
2017-12-01lib/pp.rb (Kernel#pp): Fix a race conditionmame
2017-11-30prelude.rb: Add Kernel#pp, a trigger for lib/pp.rbmame
2017-11-28Merge rubygems-2.7.3.hsbt
2017-11-27* remove trailing spaces.svn
2017-11-27Merge rdoc-6.0.0.beta4 from upstream.hsbt
2017-11-24Fix TOCTTOU and avoid to read existing unreadable filekazu
2017-11-24workspace.rb: one more spacenobu
2017-11-24workspace.rb: fix SCRIPT_LINES__nobu
2017-11-24irb.rb: show source around binding.irb on startk0kubun
2017-11-22lib/set.rb: [DOC] remove empty commentsstomar
2017-11-22set.rb: improve docs for Setstomar
2017-11-20[DOC] Fix example result [ci skip]kazu
2017-11-20lib/matrix: Add hadamard_product/entrywise_product.marcandre
2017-11-20lib/matrix: Add Matrix{.|#}combinemarcandre
2017-11-20lib/matrix: accept vectors in {h|v}stackmarcandre
2017-11-20lib/matrix: Add explicit coercion #to_matrixmarcandre
2017-11-17Fix typo in `Timeout` doc [ci skip]kazu
2017-11-17Add examples to Set documentation [ci skip]knu
2017-11-15tmpdir.rb: merged make_tmpname to createnobu
2017-11-09lib/matrix: Remove method catalog [doc] [ci-skip]marcandre
2017-11-09Merge rubygems-2.7.2.hsbt
2017-11-07http.rb: improve docsstomar
2017-11-06Merge RubyGems 2.7.1.hsbt
2017-11-02rexml: improve docsstomar
2017-11-02Merge release version of Rubygems 2.7.0.hsbt
2017-11-01Update bundled bundler to 1.16.0.hsbt
2017-10-31webrick/httpresponse: minor cleanups to reduce memory usenormal
2017-10-30webrick: support Proc objects as body responsesnormal
2017-10-29lib/set.rb: improve docs for Set#===stomar
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-25securerandom.rb: fix an example of choose [ci skip]nobu
2017-10-24lib/ostruct.rb: Use frozen literals.marcandre
2017-10-24lib/weakref: Remove incorrect example [DOC] [Bug #14031]marcandre
2017-10-24net/http: use require_relative to reduce syscallsnormal
2017-10-22rss itunes: fix a bug that <itunes:explicit> value isn't fully supportedkou
2017-10-22Add `Set#reset`knu
2017-10-22Fixed misspelling words.hsbt
2017-10-21Avoid use of `self.class.new(self)` in Set#collect!knu
2017-10-21Fix comparison methods of Set to check if `@hash` is actually comparableknu
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2017-10-21less random generations in Random::Formatter#choose.akr
2017-10-21Use a mutex to make SortedSet.setup thread-safeknu
2017-10-21Remove redundant use of module_evalknu
2017-10-21Allow a SortedSet to be frozen and still functional [Bug #12091]knu
2017-10-21SecureRandom.alphanumeric implemented.akr
2017-10-21erb.rb: specify frozen_string_literal: truek0kubun
2017-10-21Use caller with length to reduce unused stringskazu