aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn2012-01-201-2/+3
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-201-2/+31
* * lib/optparse.rb (Regexp): fix incorrect options when casting tonobu2012-01-161-1/+2
* * lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu2012-01-121-2/+12
* * lib/shellwords.rb: Fix rdoc markups.knu2012-01-121-17/+6
* * lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu2012-01-121-1/+1
* * lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu2012-01-121-76/+66
* * lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu2012-01-111-13/+13
* * lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika2012-01-091-4/+7
* * lib/uri/common.rb (URI::Parser#initialize_regexp):naruse2012-01-051-10/+10
* * lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou2012-01-031-2/+3
* * lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin2012-01-031-13/+9
* * lib/securerandom.rb (random_bytes): use IO#read instead ofakr2012-01-021-1/+1
* * lib/test/unit/parallel.rb: use pack("m0") instead ofkazu2012-01-022-5/+5
* * lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu2012-01-021-1/+1
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find maykazu2012-01-021-1/+2
* * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu2012-01-011-3/+9
* * lib/matrix.rb (symmetric?): Trivial optimizationmarcandre2011-12-301-2/+3
* * lib/test/unit.rb (Test::Unit::Runner::Worker#_run_parallels): fixnagachika2011-12-291-1/+3
* * lib/fileutils.rb (FileUtils::Entry_#entries): use utility methodnobu2011-12-281-1/+1
* * lib/test/unit.rb (Worker#close): "closing IO if IO is closed"sorah2011-12-271-1/+1
* * lib/test/unit.rb: Avoid zombie processes on "--separate" optionsorah2011-12-261-1/+4
* * lib/test/unit.rb (_run_parallel):sorah2011-12-252-8/+35
* * lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr2011-12-231-0/+3
* Cosmetic changes of lib/pstore.rb. Patch by Masaki Matsushita. See #5248.nahi2011-12-201-17/+7
* * PStore content update perf optimization. Patch by Masaki Matsushita.nahi2011-12-201-29/+5
* updating documentation linktenderlove2011-12-181-1/+1
* update doc.akr2011-12-171-5/+5
* * common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa2011-12-141-3/+1
* * lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove2011-12-121-1/+1
* * lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove2011-12-121-1/+1
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-3/+3
* * lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr2011-12-041-24/+2
* fix a typo.akr2011-12-041-1/+1
* * lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr2011-12-041-1/+0
* * lib/pp.rb: fix rdoc.ktsj2011-12-041-3/+5
* * lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse2011-12-041-2/+2
* * Makefile.in (CFLAGS): append ARCH_FLAG.nobu2011-12-021-2/+2
* * lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu2011-12-011-1/+1
* Fix r33904.naruse2011-11-301-0/+2
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-1818/+1856
* * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa2011-11-301-0/+1
* Don't break tests.naruse2011-11-291-1919/+1856
* * lib/mkmf.rb: Fix indentations of constants at end of module.drbrain2011-11-291-39/+66
* * lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain2011-11-281-183/+206
* * lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain2011-11-281-1804/+1817
* Fix typo in r33849.naruse2011-11-261-1/+1
* * lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse2011-11-261-8/+19
* * lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse2011-11-261-2/+4
* * lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse2011-11-261-14/+13