aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rubygems: fix variable namenobu2014-12-252-4/+3
* lib/uri: performance improvements [misc #10628]normal2014-12-242-53/+63
* * lib/open-uri.rb (OpenURI.open_http): refactoring of r48941.usa2014-12-241-2/+1
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-1/+1
* * lib/open-uri.rb (OpenURI.open_http): accept multiple certs path inusa2014-12-231-5/+8
* * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^naruse2014-12-231-1/+1
* * lib/tmpdir.rb (Dir.mktmpdir): Accept nil again, as Ruby 2.1.akr2014-12-201-2/+2
* erb: set variables from the command linenobu2014-12-121-2/+5
* erb: lineno and location settersnobu2014-12-121-2/+12
* * lib/prime.rb: Remove useless loop and block capture.marcandre2014-12-101-16/+14
* known_classes.rb: remove DLnobu2014-12-071-1/+0
* * remove trailing spaces.svn2014-12-073-109/+109
* * lib/rdoc: Update to RDoc 4.2.0.drbrain2014-12-0717-128/+426
* * remove trailing spaces.svn2014-12-071-4/+4
* * lib/rubygems: Update to RubyGems 2.4.5.drbrain2014-12-0720-65/+183
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-061-8/+37
* * lib/rake: Update to rake 10.4.2hsbt2014-12-063-13/+16
* * lib/pp.rb (File::Stat#pritty_print): some platforms (such as Windows)usa2014-12-051-2/+4
* * lib/uri/generic.rb (URI::Generic.build):naruse2014-12-011-1/+1
* * lib.matrix.rb: Fix typo. Patch by Dimitrios Zorbas. [GH-772]marcandre2014-11-271-3/+3
* * lib/tsort.rb: Returns an enumerator if no block is given.akr2014-11-261-6/+8
* use clock_gettime to avoid object creationnaruse2014-11-261-1/+1
* * lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain2014-11-251-1/+4
* * append newline at EOF.svn2014-11-251-0/+1
* * lib/rake: Update to rake 10.4.0drbrain2014-11-258-12/+33
* elementdecl.rb: suppress warningsnobu2014-11-231-2/+2
* * lib/resolv.rb: fall back if canonicalization fails.tenderlove2014-11-211-0/+4
* * lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa2014-11-201-3/+3
* * lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa2014-11-201-1/+1
* * lib/matrix.rb: Vector#independent? and associated class methodmarcandre2014-11-191-1/+40
* * lib/matrix.rb: Add Vector#angle_withmarcandre2014-11-191-0/+15
* * lib/rubygems/*, test/rubygems/*: Update to RubyGems 2.4.4hsbt2014-11-1710-11/+24
* timeout.rb: same object across fibernobu2014-11-171-2/+1
* timeout.rb: use UncaughtThrowErrornobu2014-11-161-2/+1
* * lib/mkmf.rb (depend_rules): support comments during a line.usa2014-11-151-1/+4
* revert previous commit.usa2014-11-152-6/+3
* * lib/mkmf.rb (depend_rules): support comments during a line.usa2014-11-152-3/+6
* * remove trailing spaces.svn2014-11-131-1/+1
* * lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo2014-11-131-1/+8
* * lib/rexml/document.rb: add REXML::Document#document.nagachika2014-11-132-0/+5
* * lib/rubygems/*: Update to RubyGems 2.4.3 master (7b1f684).hsbt2014-11-123-1/+58
* tables.rb: addnobu2014-11-111-0/+1163
* * lib/rubygems/commands/contents_command.rb (files_in_default_gem):naruse2014-11-111-1/+1
* * lib/rdoc/known_classes.rb: reverted regression changes ofhsbt2014-11-111-1/+0
* * lib/webrick/server.rb: Setup shutdown pipe in listen method.akr2014-11-102-1/+9
* * lib/rubygems/*.rb: Update to RubyGems master(3e36528).hsbt2014-11-102-22/+24
* * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c)hsbt2014-11-102-2/+3
* * lib/webrick/server.rb: Less instance variables.akr2014-11-101-17/+24
* * lib/webrick/server.rb (shutdown): Use close() on @shutdown_pipe_w toakr2014-11-101-4/+6
* * lib/webrick/server.rb (initialize): Initialize shutdown pipe hereakr2014-11-091-40/+39