aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/http.rb: Improve documentation of proxy configurationdrbrain2011-05-161-4/+12
* * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain2011-05-162-0/+22
* * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch bydrbrain2011-05-161-2/+1
* * lib/optparse.rb: Add link to make_switch to improve documentation.drbrain2011-05-161-1/+2
* * lib/observer.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-32/+41
* * lib/logger.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-48/+83
* * lib/gserver.rb: Improve documentation. Patch by David Copeland.drbrain2011-05-161-13/+69
* * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain2011-05-165-205/+244
* * lib/abbrev.rb: Hide copyright and revision information from RDoc.drbrain2011-05-161-3/+2
* * lib/timeout.rb (module Timeout): Hide internal constants. Patch bydrbrain2011-05-161-0/+2
* * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain2011-05-152-13/+26
* * lib/drb/acl.rb: Add documentation.drbrain2011-05-151-2/+106
* * remove trailing spaces.nobu2011-05-1523-64/+64
* * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.drbrain2011-05-141-6/+91
* * lib/yaml/dbm.rb: fix a typo in a comment.nagachika2011-05-141-1/+1
* * lib/rdoc/context.rb (class RDoc): Fix infinite loop caused bydrbrain2011-05-141-0/+13
* * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain2011-05-142-7/+153
* * lib/rdoc.rb: Updated to RDoc 3.6drbrain2011-05-1416-88/+198
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-139-13/+110
* * lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch bydrbrain2011-05-131-0/+3
* * lib/rexml/functions.rb: Add some documentation for REXML::Functions.drbrain2011-05-131-0/+7
* * lib/resolv.rb: Hide private method and state-tracking constants fromdrbrain2011-05-131-3/+3
* * lib/logger.rb: format comments to keep 80 columns in a line.nagachika2011-05-134-8/+11
* * lib/rdoc/rdoc.rb: Output summary after documentation report.drbrain2011-05-122-24/+21
* * lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darraghdrbrain2011-05-121-5/+5
* * lib/webrick/httpservlet/erbhandler.rb: Add documentation.drbrain2011-05-121-0/+33
* * lib/mathn.rb: Fix indentation. Patch by Jason Dew.drbrain2011-05-121-47/+50
* * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -drbrain2011-05-121-6/+29
* * lib/logger.rb (class Logger): Document Logger#datetime_format.drbrain2011-05-121-0/+1
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-128-6/+678
* * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.drbrain2011-05-122-0/+38
* * lib/mkmf.rb (Logging.postpone): copy only when tmporary logfileusa2011-05-121-1/+1
* * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete...drbrain2011-05-111-2/+2
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-114-0/+30
* * Various .document files: Update .document files to match files whichdrbrain2011-05-116-115/+1
* * lib/forwardable.rb: support 'delegate :foo => :bar' for to meetkeiju2011-05-111-2/+2
* * lib/csv.rb: fix a typo.nagachika2011-05-114-4/+4
* * lib/webrick: Add documentation for WEBrick::HTTPAuthdrbrain2011-05-109-17/+281
* * lib/rss.rb: Add documentation. Patch by Steve Klabnik.drbrain2011-05-101-4/+76
* * lib/test/unit.rb: Add option for hiding skip messages when testsorah2011-05-101-0/+5
* * lib/webrick: Add Documentationdrbrain2011-05-1011-18/+587
* * lib/webrick/log.rb: Hide copyright info from ridrbrain2011-05-098-8/+8
* * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf2011-05-081-1/+1
* * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki2011-05-011-2/+90
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-4/+12
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-271-5/+2
* * strip trailing spaces.nobu2011-04-261-4/+4
* * lib/time.rb: require 'date'.tadf2011-04-241-1/+1
* Use Float#finite?.naruse2011-04-221-2/+1
* * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse2011-04-221-4/+4