aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain2010-12-281-206/+2
* Import RDoc 3.1drbrain2010-12-2815-40/+159
* * lib/optparse.rb (OptionParser#compsys): escape brackets too.kazu2010-12-261-1/+1
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu2010-12-261-6/+1
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-251-7/+12
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-251-38/+4
* * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.nobu2010-12-251-3/+10
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-251-5/+3
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-251-7/+7
* Fixed a minor warning in 1.9.3ryan2010-12-251-2/+2
* Imported minitest 2.0.2 r6093ryan2010-12-253-6/+64
* adding more tests for Net::SMTP::Response classtenderlove2010-12-221-1/+1
* passing nil to split is not necessarytenderlove2010-12-221-1/+1
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-9/+3
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-2/+14
* There is no Perl parser in RDoc 3 ☹drbrain2010-12-201-1/+0
* Import RDoc 3drbrain2010-12-2068-3212/+6229
* Imported minitest 2.0.1 r6079.ryan2010-12-151-5/+14
* * lib/test/unit.rb (process_args): need to setup @help to print options.usa2010-12-151-0/+3
* * lib/test/unit.rb: help messages.usa2010-12-141-3/+3
* * lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse2010-12-141-0/+1
* fix wrong argument.naruse2010-12-141-1/+1
* * lib/minitest/unit.rb (Minitest::Unit#_run_suite): split testnaruse2010-12-141-1/+2
* * lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse2010-12-132-1/+138
* * misc/rb_optparse.zsh: update how to install.kazu2010-12-121-1/+2
* * lib/mkmf.rb (check_signedness): should use the prelude code.nobu2010-12-101-2/+2
* * lib/mkmf.rb (Logging.log_close): separate from Logging.logfile.nobu2010-12-101-0/+4
* Add doc to warn the userinfo for auth. [ruby-core:33255]naruse2010-12-101-0/+2
* * lib/net/http.rb: remove version 1.1 features.naruse2010-12-101-92/+12
* * lib/webrick/accesslog.rb (WEBrick::AccessLog#format): supportakr2010-12-091-0/+7
* * lib/optparse.rb (OptionParser::Officious): separate completionnobu2010-12-071-11/+19
* * lib/optparse.rb (OptionParser::Completion#candidate),nobu2010-12-071-2/+1
* * lib/rexml/light/node.rb: remove circular require.kou2010-12-071-1/+0
* * lib/rexml/doctype.rb, test/rexml/test_doctype.rb: suppress warnings.kou2010-12-071-5/+5
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-071-1/+33
* * configure.in, win32/Makefile.sub (WERRORFLAG): flag to treatnobu2010-12-061-17/+40
* * lib/optparse.rb (OptionParser#candidate): skip separators.nobu2010-12-061-0/+1
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-1/+1
* * lib/uri/common.rb (URI::Parser#initialize_pattern):naruse2010-12-061-5/+6
* * lib/mkmf.rb (check_signedness): rename unused variable prelude.naruse2010-12-061-1/+1
* * lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu2010-12-051-1/+1
* * lib/mkmf.rb (String#tr_cpp): substitute * with P like asnobu2010-12-031-1/+1
* * lib/mkmf.rb (convertible_int): define printf format prefix too.nobu2010-12-031-8/+10
* * lib/mkmf.rb (convertible_int): detect convertible integer type.nobu2010-12-031-12/+68
* * lib/mkmf.rb (check_sizeof): should return integer always.nobu2010-12-031-8/+1
* * lib/uri/common.rb (URI.encode_www_form):naruse2010-12-021-3/+21
* * lib/net/http.rb (Net::HTTP#set_form_data):naruse2010-12-021-11/+3
* * lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stressnobu2010-12-011-0/+27
* * lib/test/unit.rb (Test::Unit::Mini#_run_suites): show the resultnobu2010-12-011-2/+18
* Fix positional wording in lib/net/http.rb to match revised orderdrbrain2010-12-011-11/+9