aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou2013-06-131-0/+7
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-131-3/+9
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou2013-06-131-7/+7
* fileutils.rb: fix traversal loopnobu2013-06-131-0/+1
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-131-3/+3
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-121-3/+6
* Update rdoc for pkg_config() and move :stopdoc: below to enable it.knu2013-06-121-3/+7
* Update documentation for pkg_config().knu2013-06-111-4/+14
* * lib/rubygems/specification.rb (Gem::Specification#to_yaml):naruse2013-06-071-1/+1
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+1
* * lib/rubygems: Update to RubyGems 2.0.3drbrain2013-06-046-11/+25
* * lib/irb/lc/ja/help-message: update help messages.ayumin2013-06-041-4/+16
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-041-21/+19
* FileUtils.rmdir use remove_tailing_slashkazu2013-06-031-1/+1
* * lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin2013-06-031-2/+7
* * lib/cgi/cookie.rb (inspect): add inspect for debug.xibbar2013-06-031-0/+5
* * lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znzzzak2013-06-022-3/+3
* * lib/irb/lc/help-message: Apply english updates for irb --help #7510zzak2013-06-021-8/+18
* * lib/set.rb (Set#freeze, taint, untaint): Save a "self" byknu2013-06-011-6/+3
* * lib/cgi.rb: Add a document.xibbar2013-05-301-0/+19
* 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