aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-32/+4
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-4/+32
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-141-2/+2
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-141-12/+21
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-119-21/+17
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-071-4/+16
* fix doc again.akr2010-07-021-3/+3
* fix doc.akr2010-07-021-3/+3
* * lib/csv.rb: Improving documentation.jeg22010-07-011-0/+8
* * lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter): should use bsmame2010-06-271-3/+3
* * lib/rubygems/require_paths_builder.rb (write_require_paths_file_if_needed):nobu2010-06-271-9/+5
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-251-2/+8
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-241-2/+5
* Clean warnings: unused variables.naruse2010-06-233-10/+4
* * lib/fileutils.rb: Fix warningmarcandre2010-06-221-1/+1
* * lib/delegate.rb: Forward #trust, #untrust, #taint and #untaintmarcandre2010-06-221-4/+37
* * lib/irb.rb: remove double exclamation marks. a patch from Diegomatz2010-06-191-4/+4
* * lib/webrick/httpservlet/filehandler.rbmame2010-06-171-2/+6
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-141-1/+1
* * lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]marcandre2010-06-121-2/+14
* * lib/rubygems/install_update_options.rbmame2010-06-111-3/+2
* Revert r28200.naruse2010-06-102-33/+9
* * gem_prelude.rb: load full rubygems at LoadError for activationnobu2010-06-072-9/+33
* * lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre2010-06-051-3/+5
* * lib/matrix.rb: trivial optimizationsmarcandre2010-06-051-20/+16
* Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain2010-06-041-5/+0
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-011-10/+32
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr2010-05-311-1/+2
* * lib/delegate: Delegator: combine (public|protected) methods withmarcandre2010-05-301-4/+34
* * lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre2010-05-301-0/+25
* * lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame2010-05-301-1/+1
* * lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse2010-05-291-1/+1
* * lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu2010-05-291-3/+5
* * lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu2010-05-291-0/+2
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr2010-05-291-1/+7
* * lib/mkmf.rb (checking_for): ignore toplevel.nobu2010-05-281-1/+1
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-235-5/+5
* * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo2010-05-191-1/+5
* * lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre2010-05-171-2/+2
* * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa2010-05-171-1/+3
* * lib/rdoc/generator/ri.rb (generate): should load existing cacheusa2010-05-121-0/+2
* * lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre2010-05-111-1/+1
* * lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame2010-05-091-0/+4
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-1/+7
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu2010-05-081-31/+3
* * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu2010-05-082-12/+6
* * lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr2010-05-061-2/+1
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-031-2/+6
* * lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu2010-05-022-228/+4