summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-14 * lib/erb.rb: Document ERB::Compiler. Patch by Simon Chiang.drbrain
2011-05-14 * lib/yaml/dbm.rb: fix a typo in a comment.nagachika
2011-05-14 * lib/rdoc/context.rb (class RDoc): Fix infinite loop caused bydrbrain
2011-05-14 * lib/yaml/dbm.rb: Add documentation. Patch by Justin Collins.drbrain
2011-05-14 * lib/rdoc.rb: Updated to RDoc 3.6drbrain
2011-05-13 * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain
2011-05-13 * lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch bydrbrain
2011-05-13 * lib/rexml/functions.rb: Add some documentation for REXML::Functions.drbrain
2011-05-13 * lib/resolv.rb: Hide private method and state-tracking constants fromdrbrain
2011-05-13 * lib/logger.rb: format comments to keep 80 columns in a line.nagachika
2011-05-12 * lib/rdoc/rdoc.rb: Output summary after documentation report.drbrain
2011-05-12 * lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darraghdrbrain
2011-05-12 * lib/webrick/httpservlet/erbhandler.rb: Add documentation.drbrain
2011-05-12 * lib/mathn.rb: Fix indentation. Patch by Jason Dew.drbrain
2011-05-12 * lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -drbrain
2011-05-12 * lib/logger.rb (class Logger): Document Logger#datetime_format.drbrain
2011-05-12 * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain
2011-05-12 * lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.drbrain
2011-05-12* lib/mkmf.rb (Logging.postpone): copy only when tmporary logfileusa
2011-05-11 * lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete...drbrain
2011-05-11 * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain
2011-05-11 * Various .document files: Update .document files to match files whichdrbrain
2011-05-11 * lib/forwardable.rb: support 'delegate :foo => :bar' for to meetkeiju
2011-05-11 * lib/csv.rb: fix a typo.nagachika
2011-05-10 * lib/webrick: Add documentation for WEBrick::HTTPAuthdrbrain
2011-05-10 * lib/rss.rb: Add documentation. Patch by Steve Klabnik.drbrain
2011-05-10* lib/test/unit.rb: Add option for hiding skip messages when testsorah
2011-05-10 * lib/webrick: Add Documentationdrbrain
2011-05-09 * lib/webrick/log.rb: Hide copyright info from ridrbrain
2011-05-08 * lib/time.rb (xmlschema): avoid passing any negative numbers.tadf
2011-05-01* lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki
2011-04-27* lib/csv.rb (CSV::open): suppress universal newline decorator.nobu
2011-04-27* lib/csv.rb (CSV.read): no mode is needed.nobu
2011-04-26* strip trailing spaces.nobu
2011-04-24 * lib/time.rb: require 'date'.tadf
2011-04-22Use Float#finite?.naruse
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2011-04-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu
2011-04-15* lib/fileutils.rb (FileUtils#touch): Fix corrupted output whenknu
2011-04-14* lib/test/unit.rb (Test::Unit::Options#setup_options): set possiblenobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): usenobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console maynobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using anobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if workernobu
2011-04-14* lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @innobu
2011-04-14* lib/fileutils.rb (FileUtils#touch): fix corrupted output whenkosaki
2011-04-12* lib/uri/common.rb: avoid race condition. fixes #4572naruse
2011-04-01Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi
2011-03-22* lib/rubygems/test_case.rb: save current dir to @current_dirnaruse
2011-03-22* test/runner.rb: set Gem::TestCase's @@project_dir.naruse