summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-06-22* lib/fileutils.rb: Fix warningmarcandre
2010-06-22* lib/delegate.rb: Forward #trust, #untrust, #taint and #untaintmarcandre
2010-06-19* lib/irb.rb: remove double exclamation marks. a patch from Diegomatz
2010-06-17* lib/webrick/httpservlet/filehandler.rbmame
2010-06-14raise DRbConnError instead of ArgumentError if too many arguments.seki
2010-06-12* lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]marcandre
2010-06-11* lib/rubygems/install_update_options.rbmame
2010-06-10Revert r28200.naruse
2010-06-07* gem_prelude.rb: load full rubygems at LoadError for activationnobu
2010-06-05* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returningmarcandre
2010-06-05* lib/matrix.rb: trivial optimizationsmarcandre
2010-06-04Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...drbrain
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-31* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr
2010-05-30* lib/delegate: Delegator: combine (public|protected) methods withmarcandre
2010-05-30* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre
2010-05-30* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame
2010-05-29* lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse
2010-05-29* lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu
2010-05-29* lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu
2010-05-29* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr
2010-05-28* lib/mkmf.rb (checking_for): ignore toplevel.nobu
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-17* lib/matrix.rb (determinant): Trivial optimization (thanks to Benoit Daloze)marcandre
2010-05-17* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa
2010-05-12* lib/rdoc/generator/ri.rb (generate): should load existing cacheusa
2010-05-11* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre
2010-05-09* lib/thread.rb (ConditionVariable#wait): ensure to remove the currentmame
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-08* lib/rubygems/user_interaction.rb (Gem::StreamUI#ask_for_password):nobu
2010-05-08* ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir.nobu
2010-05-06* lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-02* lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu
2010-05-02* NEWS: List all changes to lib/matrixmarcandre
2010-05-01* lib/cgi.rb (CGI::NEEDS_BINMODE): check if O_BINARY value insteadnobu
2010-05-01* lib/mkmf.rb (dir_config): should not modify argument arraysnobu
2010-05-01* lib/tempfile.rb (Tempfile#size): stat by path name when it isnobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-05-01Merge fix for gem server, bump RubyGems version to 1.3.7drbrain
2010-05-01Upgrade to RDoc 2.5.8drbrain
2010-05-01* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-30* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* lib/matrix.rb: Improve algorithm for Matrix#determinant and Matrix#rankmarcandre
2010-04-29* lib/matrix.rb (Matrix#singular?, Matrix#regular?): raise on rectangularmarcandre
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc again.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-29* lib/thwait.rb (ThreadsWait#join): refined rdoc. [ruby-core:29863]nobu