aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-15/+11
* * lib/fileutils.rb (FileUtils#touch): Fix corrupted output whenknu2011-04-151-1/+1
* * lib/test/unit.rb (Test::Unit::Options#setup_options): set possiblenobu2011-04-141-3/+4
* * lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): usenobu2011-04-141-5/+5
* * lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console maynobu2011-04-141-6/+10
* * lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using anobu2011-04-141-4/+4
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if workernobu2011-04-141-3/+4
* * lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @innobu2011-04-141-2/+1
* * lib/fileutils.rb (FileUtils#touch): fix corrupted output whenkosaki2011-04-141-1/+1
* * lib/uri/common.rb: avoid race condition. fixes #4572naruse2011-04-121-9/+19
* Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2011-04-011-1/+1
* * lib/rubygems/test_case.rb: save current dir to @current_dirnaruse2011-03-221-1/+2
* * test/runner.rb: set Gem::TestCase's @@project_dir.naruse2011-03-221-1/+1
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-1/+1