aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-271-1/+4
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-271-14/+30
* * lib/matrix.rb (determinant): fix name error.mame2010-01-271-2/+2
* * lib/drb/eq.rb: fix circular requrie in drb.seki2010-01-261-2/+0
* * lib/matrix.rb: suppress warnings.akr2010-01-252-27/+31
* * lib/rdoc/parser/ruby.rb: fix typo.naruse2010-01-231-1/+1
* * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse2010-01-231-1/+1
* * lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse2010-01-231-0/+4
* * lib/resolv.rb (Resolv::Config.default_config_hash): return annobu2010-01-191-1/+1
* * lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu2010-01-191-1/+1
* * lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu2010-01-181-2/+2
* * lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu2010-01-181-2/+2
* Add call-seq for Net::HTTP.start.naruse2010-01-181-0/+4
* * lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu2010-01-172-2/+3
* * ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu2010-01-171-4/+37
* * lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu2010-01-171-2/+2
* * lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse2010-01-121-2/+2
* * lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou2010-01-121-5/+42
* * lib/net/http.rb (Net::HTTP.start): options may not be given.nobu2010-01-121-6/+8
* * lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse2010-01-121-3/+33
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-57/+2
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu2010-01-112-4/+5
* * lib/webrick/accesslog.rb : Escape needed.shyouhei2010-01-104-22/+31
* * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu2010-01-091-1/+1
* * lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu2010-01-091-2/+2
* * lib/net/http, lib/net/https: move content from net/https tonaruse2010-01-082-46/+29
* Imported minitest 1.5.0 r5596ryan2010-01-062-40/+66
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-16/+5
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-5/+16
* * lib/rexml/text.rb: String no longer has #each.yugui2010-01-031-1/+1
* rdoc update.akr2010-01-021-2/+2
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect):akr2010-01-021-2/+9
* * lib/resolv.rb (Resolv::DNS#initialize): new option :nameserver_port.akr2010-01-021-17/+39
* * lib/uri/common.rb (initialize_regexp): allow leadingnaruse2010-01-011-2/+2
* * lib/uri/generic.rb (URI#normalize!): normalize case ofnaruse2010-01-011-0/+3
* * tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr2009-12-311-3/+1
* * gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu2009-12-302-21/+8
* * lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu2009-12-301-3/+4
* * lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu2009-12-302-1/+7
* * lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu2009-12-301-22/+2
* * lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre2009-12-291-4/+9
* * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu2009-12-292-2/+2
* * lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre2009-12-241-0/+1
* * lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre2009-12-241-1/+7
* * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz2009-12-191-1/+1
* * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre2009-12-191-3/+3
* * lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre2009-12-191-2/+9
* * lib/un.rb (httpd): try to convert port number to integer.nobu2009-12-161-0/+1
* * lib/find.rb (Find.find): rescue more exceptions which is possible toakr2009-12-151-2/+2
* * lib/find.rb (Find.find): get rid of race condition.nobu2009-12-151-1/+1