summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-01-23* lib/rdoc/parser/ruby.rb: fix typo.naruse
2010-01-23* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.naruse
2010-01-23* lib/rdoc/generator/html.rb (RDoc::Generator::HTML#gen_into):naruse
2010-01-19* lib/resolv.rb (Resolv::Config.default_config_hash): return annobu
2010-01-19* lib/resolv.rb (Resolv::DNS::Config#lazy_initialize): fixed thenobu
2010-01-18* lib/webrick/httpservlet/filehandler.rb (make_partial_content):nobu
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-17* lib/webrick/https.rb (parse_uri, meta_vars): suppress warnings.nobu
2010-01-17* ext/iconv/iconv.c (iconv_convert): suppress a warning.nobu
2010-01-17* lib/mkmf.rb (have_header, create_header): use String#tr_cpp.nobu
2010-01-12* lib/shell/command-processor.rb: fix typo by Sho Hashimoto.naruse
2010-01-12* lib/rss/maker/base.rb, test/rss/test_maker_0.9.rb:kou
2010-01-12* lib/net/http.rb (Net::HTTP.start): options may not be given.nobu
2010-01-12* lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2010-01-11* lib/webrick/accesslog.rb (WEBrick::AccessLog#format): fixed typo.nobu
2010-01-10 * lib/webrick/accesslog.rb : Escape needed.shyouhei
2010-01-09* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu
2010-01-09* lib/mkmf.rb (configuration): needs ARCH_FLAG.nobu
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2010-01-06Imported minitest 1.5.0 r5596ryan
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2010-01-03* lib/rexml/text.rb: String no longer has #each.yugui
2010-01-02rdoc update.akr
2010-01-02* lib/resolv.rb (Resolv::DNS::Message::MessageDecoder#inspect):akr
2010-01-02* lib/resolv.rb (Resolv::DNS#initialize): new option :nameserver_port.akr
2010-01-01* lib/uri/common.rb (initialize_regexp): allow leadingnaruse
2010-01-01* lib/uri/generic.rb (URI#normalize!): normalize case ofnaruse
2009-12-31* tool/mkconfig.rb: generate RbConfig.ruby in rbconfig.rb.akr
2009-12-30* gem_prelude.rb (push_all_highest_version_gems_on_load_path):nobu
2009-12-30* lib/rubygems/command_manager.rb (Gem#load_and_instantiate):nobu
2009-12-30* lib/rubygems/source_index.rb (Gem#load_specification): don't usenobu
2009-12-30* lib/rubygems.rb: Kernel#gem is already defined, and workaroundnobu
2009-12-29* lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-24* lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre
2009-12-24* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre
2009-12-19* lib/webrick/config.rb (WEBrick::Config): typo fixed. a patchmatz
2009-12-19* lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]marcandre
2009-12-19* lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]marcandre
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-15* lib/find.rb (Find.find): rescue more exceptions which is possible toakr
2009-12-15* lib/find.rb (Find.find): get rid of race condition.nobu
2009-12-14* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr
2009-12-14* lib/find.rb (Find.find): narrow rescue region.akr
2009-12-14* lib/find.rb (Find.find): removed already unnecessary code.nobu
2009-12-13* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr
2009-12-10* lib/un.rb (httpd): easy WEBrick HTTP server.nobu