aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Append "//" if empty host for file or postgres URInaruse2017-12-011-1/+1
* Replace Kernel#pp after PP class is defined.akr2017-12-011-26/+27
* prelude.rb: suppress redefinition warningsnobu2017-12-011-1/+0
* lib/pp.rb (Kernel#pp): Fix a race conditionmame2017-12-011-1/+2
* prelude.rb: Add Kernel#pp, a trigger for lib/pp.rbmame2017-11-301-0/+1
* Merge rubygems-2.7.3.hsbt2017-11-284-18/+67
* * remove trailing spaces.svn2017-11-272-108/+108
* Merge rdoc-6.0.0.beta4 from upstream.hsbt2017-11-27115-1019/+1254
* Fix TOCTTOU and avoid to read existing unreadable filekazu2017-11-241-2/+5
* workspace.rb: one more spacenobu2017-11-241-1/+1
* workspace.rb: fix SCRIPT_LINES__nobu2017-11-241-9/+7
* irb.rb: show source around binding.irb on startk0kubun2017-11-242-1/+24
* lib/set.rb: [DOC] remove empty commentsstomar2017-11-221-4/+4
* set.rb: improve docs for Setstomar2017-11-221-33/+28
* [DOC] Fix example result [ci skip]kazu2017-11-201-1/+1
* lib/matrix: Add hadamard_product/entrywise_product.marcandre2017-11-201-0/+11
* lib/matrix: Add Matrix{.|#}combinemarcandre2017-11-201-0/+29
* lib/matrix: accept vectors in {h|v}stackmarcandre2017-11-201-5/+5
* lib/matrix: Add explicit coercion #to_matrixmarcandre2017-11-201-0/+18
* Fix typo in `Timeout` doc [ci skip]kazu2017-11-171-2/+2
* Add examples to Set documentation [ci skip]knu2017-11-171-7/+47
* tmpdir.rb: merged make_tmpname to createnobu2017-11-151-13/+9
* lib/matrix: Remove method catalog [doc] [ci-skip]marcandre2017-11-091-104/+2
* Merge rubygems-2.7.2.hsbt2017-11-092-1/+25
* http.rb: improve docsstomar2017-11-071-5/+5
* Merge RubyGems 2.7.1.hsbt2017-11-062-2/+6
* rexml: improve docsstomar2017-11-021-2/+1
* Merge release version of Rubygems 2.7.0.hsbt2017-11-022-2/+5
* Update bundled bundler to 1.16.0.hsbt2017-11-01156-1512/+5231
* webrick/httpresponse: minor cleanups to reduce memory usenormal2017-10-311-16/+15
* webrick: support Proc objects as body responsesnormal2017-10-301-0/+35
* lib/set.rb: improve docs for Set#===stomar2017-10-291-6/+11
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-5/+4
* securerandom.rb: fix an example of choose [ci skip]nobu2017-10-251-1/+1
* lib/ostruct.rb: Use frozen literals.marcandre2017-10-241-16/+11
* lib/weakref: Remove incorrect example [DOC] [Bug #14031]marcandre2017-10-241-47/+0
* net/http: use require_relative to reduce syscallsnormal2017-10-241-10/+10
* rss itunes: fix a bug that <itunes:explicit> value isn't fully supportedkou2017-10-224-15/+15
* Add `Set#reset`knu2017-10-221-0/+18
* Fixed misspelling words.hsbt2017-10-222-3/+3
* Avoid use of `self.class.new(self)` in Set#collect!knu2017-10-211-1/+3
* Fix comparison methods of Set to check if `@hash` is actually comparableknu2017-10-211-4/+4
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+10
* less random generations in Random::Formatter#choose.akr2017-10-211-1/+25
* Use a mutex to make SortedSet.setup thread-safeknu2017-10-211-90/+92
* Remove redundant use of module_evalknu2017-10-211-8/+6
* Allow a SortedSet to be frozen and still functional [Bug #12091]knu2017-10-211-0/+5
* SecureRandom.alphanumeric implemented.akr2017-10-211-2/+42
* erb.rb: specify frozen_string_literal: truek0kubun2017-10-211-7/+7
* Use caller with length to reduce unused stringskazu2017-10-215-18/+18