summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-30* lib/thread.rb (Queue#pop): fix a race against Thread.wakeup.kosaki
2011-08-27Imported minitest 2.5.1 (r6596)ryan
2011-08-26* lib/rdoc: Import RDoc 3.9.4. Typo and grammar fixes by Luke Gruber.drbrain
2011-08-26* lib/open-uri.rb: Fix indentation of OpenURI::OpenRead#open. Use ++drbrain
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2011-08-26ugh. sorryryan
2011-08-26Added gem activation for minitest/autoload to help users keep currentryan
2011-08-26* lib/rubygems: Update to RubyGems 1.8.10. Fixes security issue indrbrain
2011-08-24Add a missing parenthesis in the example.naruse
2011-08-23* lib/rdoc: Update to RDoc 3.9.3. Fixes RDoc with `ruby -Ku`. Allowsdrbrain
2011-08-23* lib/rubygems: Update to RubyGems 1.8.9. Fixes uninstalling multipledrbrain
2011-08-23Imported minitest 2.5.0 (r6557)ryan
2011-08-19* lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo
2011-08-19* lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo
2011-08-16duplicated statement removed in comment.akr
2011-08-12* lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch bydrbrain
2011-08-12* lib/rake: Update to Rake 0.9.2.2. Prevent pollution of topleveldrbrain
2011-08-12* lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspecdrbrain
2011-08-11 * lib/rdoc: Import RDoc 3.9.2. Fixes TIDYLINK for HTML output.drbrain
2011-08-11* lib/mkmf.rb (link_command): use LIBRUBYARG in rbconfig fornobu
2011-08-10* lib/net/pop.rb: fix typo in document.akr
2011-08-10* lib/mkmf.rb (init_mkmf): set $LIBRUBYARG regardless of sharednobu
2011-08-09* lib/net/http.rb: come back autoload. OpenSSL constant is usednaruse
2011-08-05* lib/xmlrpc/client.rb, lib/xmlrpc/server.rb: should useshugo
2011-08-05 * lib/rubygems: Import RubyGems 1.8.7:drbrain
2011-08-03* lib/mkmf.rb (link_command): use static library only for bundlednobu
2011-08-03update doc.akr
2011-08-02* lib/prettyprint.rb: update document. [ruby-core:36776]akr
2011-08-01Correct RubyGems bin check on Windows. Bug #5111luislavena
2011-08-01 * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markupdrbrain
2011-07-31Forward-ports r32778 from branches/ruby_1_9_3 to trunk.yugui
2011-07-31 * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating andrbrain
2011-07-29* lib/securerandom.rb: call OpenSSL::Random.seed at the akr
2011-07-28* lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa
2011-07-27 * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain
2011-07-27 * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain
2011-07-27 * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain
2011-07-25* lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi
2011-07-23 * lib/rubygems/specification.rb: Restore behavior ofdrbrain
2011-07-23 * lib/cmath.rb: should return a real number if possible.tadf
2011-07-22Fix r32622.naruse
2011-07-22* lib/uri/generic.rb (WFKV_): unroll the loop of regexp.naruse
2011-07-22 * lib/net/http.rb: Net::HTTP#finish is used to manually closedrbrain
2011-07-21* lib/csv.rb: Do not modify CSV.generate's argument [ruby-core:38356]marcandre
2011-07-21* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#each):naruse
2011-07-15* lib/uri/common.rb (module): Remove optional parser argument to Kernel#URImarcandre
2011-07-12* lib/test/unit.rb(Test::Unit::Options#process_args): Fix bug.sorah
2011-07-10* lib/test/unit.rb: Add new class variable `@@testfile_prefix`.sorah
2011-07-10* lib/test/unit/assertions.rb: Import documentation patch by Justinsorah
2011-07-09Remove duplicated definition.naruse