aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (warnflags): add -Werror=implicit-function-declarationnobu2011-01-151-6/+11
* * lib/net/imap.rb: use bytesize for binary strings.naruse2011-01-141-2/+2
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-19/+4
* update comment.akr2011-01-121-1/+5
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-121-14/+20
* * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui2011-01-091-10/+8
* * lib/mkmf.rb (configuration): backref needs to capture.nobu2011-01-071-3/+1
* * lib/mkmf.rb (create_makefile): ignore rest from first dot fromusa2011-01-061-1/+1
* * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove2011-01-061-0/+4
* * lib/mkmf.rb (configuration): fixing gsub when multiple error flagstenderlove2011-01-061-1/+3
* * lib/net/http.rb (Net::HTTP#get): A header hash given should notknu2011-01-051-1/+3
* * lib/irb/locale.rb (IRB::Locale#search_file): make it possibleyugui2011-01-051-42/+31
* * configure.in (warnflags), lib/mkmf.rb (configuration): turnnobu2010-12-311-1/+5
* 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