aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-021-15/+15
* * lib/delegate.rb (Delegator#marshal_dump): excludenobu2010-02-021-2/+2
* * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame2010-02-011-0/+1
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-311-1/+1
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-311-2/+2
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-311-0/+1
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-311-4/+6
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-311-8/+10
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-291-2/+5
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-291-8/+12
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-281-11/+3
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-281-0/+1
* * 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