aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a missing parenthesis in the example.naruse2011-08-241-1/+1
* * lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain2011-08-236-4/+22
* * lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain2011-08-232-2/+8
* Imported minitest 2.5.0 (r6557)ryan2011-08-235-169/+764
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-3/+13
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-1/+1
* duplicated statement removed in comment.akr2011-08-161-1/+0
* * lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain2011-08-121-6/+6
* * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of topleveldrbrain2011-08-123-4/+7
* * lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspecdrbrain2011-08-122-3/+8
* * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.drbrain2011-08-112-2/+2
* * lib/mkmf.rb (link_command): use LIBRUBYARG in rbconfig fornobu2011-08-111-2/+5
* * lib/net/pop.rb: fix typo in document.akr2011-08-103-4/+4
* * lib/mkmf.rb (init_mkmf): set $LIBRUBYARG regardless of sharednobu2011-08-101-4/+1
* * lib/net/http.rb: come back autoload. OpenSSL constant is usednaruse2011-08-091-6/+2
* * lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo2011-08-052-12/+12
* * lib/rubygems: Import RubyGems 1.8.7:drbrain2011-08-058-14/+46
* * lib/mkmf.rb (link_command): use static library only for bundlednobu2011-08-031-1/+2
* update doc.akr2011-08-031-0/+9
* * lib/prettyprint.rb: update document. [ruby-core:36776]akr2011-08-021-1/+8
* Correct RubyGems bin check on Windows. Bug #5111luislavena2011-08-011-0/+1
* * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain2011-08-014-8/+15
* Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-1/+4
* * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain2011-07-3119-283/+513
* * lib/securerandom.rb: call OpenSSL::Random.seed at the akr2011-07-291-1/+1
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-281-1/+1
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-271-95/+76
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-271-7/+13
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-2788-549/+79
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-251-1/+1
* * lib/rubygems/specification.rb: Restore behavior ofdrbrain2011-07-231-3/+6
* * lib/cmath.rb: should return a real number if possible.tadf2011-07-231-1/+1
* Fix r32622.naruse2011-07-221-1/+1
* * lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse2011-07-221-2/+2
* * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain2011-07-221-1/+1
* * lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre2011-07-211-1/+1
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse2011-07-211-4/+6
* * lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre2011-07-152-6/+18
* * lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah2011-07-121-21/+14
* * lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah2011-07-101-1/+3
* * lib/test/unit/assertions.rb: Import documentation patch by Justinsorah2011-07-101-3/+106
* Remove duplicated definition.naruse2011-07-091-9/+0
* * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866]xibbar2011-07-091-1/+0
* * lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]marcandre2011-07-091-0/+27
* * lib/rubygems.rb: Reduce requires to improve `make benchmark`.drbrain2011-07-062-5/+6
* * lib/webrick/httpauth/digestauth.rb (_authenticate):naruse2011-07-051-5/+2
* * lib/matrix: Add LUP decompositionmarcandre2011-07-012-0/+236
* * lib/matrix.rb: Allow non integer exponents for Matrix#**marcandre2011-07-011-3/+6
* * lib/matrix: Add Eigenvalue Decompositionmarcandre2011-07-012-0/+908
* * lib/matrix: Add Matrix#roundmarcandre2011-07-011-0/+7