aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+16
* * lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika2011-09-031-0/+1
* * lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki2011-08-301-1/+3
* Imported minitest 2.5.1 (r6596)ryan2011-08-272-6/+27
* * lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain2011-08-263-18/+17
* * lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain2011-08-261-27/+35
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-267-46/+44
* ugh. sorryryan2011-08-261-0/+1
* Added gem activation for minitest/autoload to help users keep currentryan2011-08-261-0/+6
* * lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain2011-08-265-21/+27
* 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