aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu2014-04-101-6/+6
* * lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.knu2014-04-081-7/+22
* * lib/xmlrpc/client.rb (do_rpc): don't check body length.naruse2014-04-061-2/+0
* * lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre2014-04-061-0/+17
* * lib/matrix.rb: Add first_minor [fix GH-568]marcandre2014-04-061-0/+29
* * lib/matrix: Handle empty diagonal matrix case [fix GH-576]marcandre2014-04-061-0/+1
* * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt2014-04-031-1/+1
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-011-2/+2
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-011-0/+1
* lib/rubygem.rb: Weirichnobu2014-03-251-1/+1
* cgi/util.rb: use aliasnobu2014-03-211-12/+4
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-2/+1
* * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak2014-03-161-1/+1
* * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip]zzak2014-03-151-6/+6
* * lib/find.rb (Find#find): should pass ignore_error option to enumerators.ktsj2014-03-031-1/+1
* find.rb: add ignore_errornobu2014-03-021-1/+3
* * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr2014-03-011-3/+12
* assertions.rb: assert_all? assert_not_all?nobu2014-03-011-0/+20
* * lib/optparse.rb: [DOC] Add example of generating help with optparse.zzak2014-02-271-0/+37
* * lib/rexml/xmltokens.rb: Add missing non ASCII valid characterskou2014-02-231-5/+71
* * lib/resolv.rb (bind_random_port): Rescue EPERM for FreeBSD whichakr2014-02-221-1/+3
* * lib/rexml/xpath_parser.rb: Fix indent.kou2014-02-221-10/+10
* logger.rb: DSTnobu2014-02-211-10/+7
* logger.rb: fix midnight log rotation missnobu2014-02-211-7/+34
* * lib/test/unit.rb: Requires minitest < 5.0.0 if Gem is available.sorah2014-02-181-0/+1
* * lib/test/unit/test-unit.gemspec: Add minitest < 5.0.0 dependencysorah2014-02-181-0/+4
* minor rdoc typoryan2014-02-151-1/+1
* httpservlet/filehandler.rb: pass queriesnobu2014-02-121-1/+2
* * lib/logger.rb: [DOC] Fix arg name for Logger.new by @ryotarai [ci skip] [fi...hsbt2014-02-111-2/+2
* * lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501]zzak2014-02-081-1/+5
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#get_labels):akr2014-02-081-8/+11
* * lib/resolv.rb: Don't set CLOEXEC flag explicitly. (Ruby set it byakr2014-02-081-4/+0
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder): Raiseakr2014-02-081-0/+3
* * lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT onakr2014-02-071-4/+12
* * lib/open-uri.rb: [DOC] use lower case version of core classes, samezzak2014-02-071-2/+3
* * lib/rubygems: Update to RubyGems 2.2.2. Complete history at:drbrain2014-02-053-23/+25
* assertions.rb: remove extra periodnobu2014-02-051-1/+1
* * lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524]hsbt2014-02-051-1/+1
* dir.c: glob cases on case-insensitive systemnobu2014-02-041-1/+1
* * lib/rubygems: Update to RubyGems 2.2.2 prerelease to check fixes todrbrain2014-02-0422-28/+175
* * lib/drb/drb.rb: [DOC] Add note about start_service for each processzzak2014-01-311-0/+3
* * lib/securerandom.rb: [DOC] Add note on require for exampleszzak2014-01-311-0/+6
* * lib/set.rb: [DOC] Add examples for Set#intersect? and Set#disjoint?zzak2014-01-281-0/+13
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typoszzak2014-01-241-44/+37
* assertions.rb: allow procnobu2014-01-231-2/+30
* * lib/fileutils.rb: [DOC] Fix typo in options_of() example [Bug #9392]zzak2014-01-231-1/+1
* * fix typo by @rrrene [fix GH-510]hsbt2014-01-221-1/+1
* * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip]zzak2014-01-211-1/+1
* * lib/rubygems/version.rb: [DOC] Use gender-neutral pronouns [ci skip]zzak2014-01-202-14/+13
* * ext/psych/lib/psych.rb: fix typo by @jwworth [fix GH-500]hsbt2014-01-191-1/+1