aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reapply r40839 [Fixes GH-316]zzak2013-05-231-14/+24
* revert forwardable rdoc patch for demozzak2013-05-231-24/+14
* reapply r40839 [Fixes GH-313]zzak2013-05-201-14/+24
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): add NameWidth option.nobu2013-05-201-8/+26
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): use TABLE.nobu2013-05-201-10/+19
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): set charset.nobu2013-05-201-1/+7
* * lib/webrick/httpservlet/filehandler.rb (set_dir_list): share title and h1.nobu2013-05-201-2/+5
* Revert r40839 for demozzak2013-05-201-24/+14
* * lib/set.rb (Set#delete_if, Set#keep_if): Avoid blockless call ofknu2013-05-201-3/+3
* * lib/e2mmap.rb: Format of E2MM documentationzzak2013-05-201-6/+10
* * lib/cmath.rb: Remove duplicate RDoc heading from overviewzzak2013-05-201-2/+0
* * lib/securerandom.rb: Update position of overview for RDoczzak2013-05-201-27/+21
* * lib/logger.rb (Logger::Application): show namespace in documentationeregon2013-05-201-3/+3
* * lib/pp.rb: Revert part of r40834 and nodoc PP::ObjectMixinzzak2013-05-201-29/+1
* webrick: fix non-ascii escape bugsnobu2013-05-202-4/+15
* filehandler.rb: revert r20152nobu2013-05-201-4/+2
* * lib/profiler.rb: Document Profiler__ methodszzak2013-05-191-0/+9
* * lib/tempfile.rb: nodoc Tempfile#inspectzzak2013-05-191-1/+1
* * lib/forwardable.rb: Forwardable examples in overview were brokenzzak2013-05-191-14/+24
* * lib/optparse.rb: nodoc Object::Version and SPLAT_PROCzzak2013-05-191-2/+2
* * remove trailing spaces.nobu2013-05-191-5/+5
* * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]zzak2013-05-191-0/+28
* fix typos inspired by r40825kazu2013-05-196-14/+14
* * lib/set.rb (Set#delete_if, Set#keep_if): Add comments.knu2013-05-191-0/+4
* fix typos. Patch by k_takata.ktsj2013-05-1913-20/+20
* * lib/uri/common.rb (URI.decode_www_form): scrub string if decodednaruse2013-05-181-13/+9
* * lib/set.rb (Set#delete_if, Set#keep_if): Make Set#delete_if andknu2013-05-181-2/+2
* * lib/cgi/util.rb: Constant parameter is faster and economy thanxibbar2013-05-161-1/+1
* * lib/cgi/core.rb: Constant parameter is faster and economy thanxibbar2013-05-161-5/+5
* * lib/cgi/util.rb: Use String#b instead of dup.force_encoding("ASCII-8BIT")xibbar2013-05-161-1/+1
* * lib/cgi/session.rb: Fix a typo.xibbar2013-05-051-1/+1
* * lib/cgi/util.rb: class methods modulize for using like a function.xibbar2013-05-031-16/+19
* Imported minitest 4.7.4 (r8483)ryan2013-05-027-336/+446
* * lib/yaml.rb: nodoc EngineManager, add History doc #8344zzak2013-05-021-5/+20
* * lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]zzak2013-05-011-1/+1
* * lib/benchmark.rb: Update Benchmark results on newer CPUzzak2013-04-301-40/+38
* * lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon2013-04-281-22/+11
* * lib/yaml.rb: Use another trick to define the YAML module.eregon2013-04-281-2/+4
* * lib/pp.rb: Update PP module overview by @geopetzzak2013-04-281-13/+26
* * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]zzak2013-04-281-1/+1
* * lib/yaml.rb: add security warning to YAML documentationcharliesome2013-04-271-0/+4
* * lib/yaml.rb: Documentation for YAML module [Bug #8213]zzak2013-04-271-1/+24
* * lib/rexml/text.rb (REXML::Text.normalize): Fix a bug that allkou2013-04-261-1/+1
* * lib/rexml/element.rb (REXML::Attributes#to_a): Supportkou2013-04-261-1/+1
* * lib/rss/atom.rb (RSS::Atom::Entry): Fix indent of document comment.kou2013-04-261-2/+2
* * lib/rss/maker.rb (RSS::Maker): Fix indent of document comment.kou2013-04-261-4/+4
* * lib/rss/atom.rb: Documentation for RSS::Atom based on a patch byzzak2013-04-262-1/+108
* ring.rb: specify multicast interfaceshirosaki2013-04-251-6/+52
* ring.rb: add a socket to @sockets in make_socket()shirosaki2013-04-251-1/+3
* * lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.naruse2013-04-251-30/+272