summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-05-18 * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain
2011-05-18 * lib/mkmf.rb: Fix indentation of EOM for heredoc.drbrain
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-18 * lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.drbrain
2011-05-18 * lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clintondrbrain
2011-05-18* lib: remove trailing spaces.nobu
2011-05-18* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"kosaki
2011-05-17 * lib/cmath.rb: Add some examples and improve documentation. Patch bydrbrain
2011-05-17 * lib/benchmark.rb: Remove nodoc from Benchmark::Job anddrbrain
2011-05-17 * lib/webrick/compat.rb: Improve documentation. Patch by Sandordrbrain
2011-05-17 * lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.drbrain
2011-05-17 * lib/cmath.rb: Improve documentation. Patch by Jason Dew.drbrain
2011-05-17 * lib/net/ftp.rb (module Net):drbrain
2011-05-17 * lib/singleton.rb: Improve documentation. Patch by Pete Higgins.drbrain
2011-05-16 * lib/net/http.rb: Improve documentation of proxy configurationdrbrain
2011-05-16 * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-16 * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch bydrbrain
2011-05-16 * lib/optparse.rb: Add link to make_switch to improve documentation.drbrain
2011-05-16 * lib/observer.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/logger.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/gserver.rb: Improve documentation. Patch by David Copeland.drbrain
2011-05-16 * lib/cgi.rb: Add toplevel documentation to class CGIdrbrain
2011-05-16 * lib/abbrev.rb: Hide copyright and revision information from RDoc.drbrain
2011-05-16 * lib/timeout.rb (module Timeout): Hide internal constants. Patch bydrbrain
2011-05-15 * lib/rdoc.rb: Update to RDoc 3.6.1, allows OpenSSL::Digest to bedrbrain
2011-05-15 * lib/drb/acl.rb: Add documentation.drbrain
2011-05-15* remove trailing spaces.nobu
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