aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb: revert a line modified accidentally at r34669.shirosaki2012-02-201-1/+1
* * lib/fileutils.rb: refactored FileUtil methods to use thetenderlove2012-02-171-190/+189
* * lib/mkmf.rb (create_header): log the content of header.nobu2012-02-171-3/+4
* lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu2012-02-151-1/+1
* * lib/ostruct.rb: Create getters and setters after dup.marcandre2012-02-151-0/+1
* * lib/ostruct.rb: Simplify and fix rdoc.marcandre2012-02-151-15/+3
* * lib/test/unit/assertions.rb (build_message): skip escapednobu2012-02-141-1/+1
* eliminate `shadowing outer local variable - name` warning.tenderlove2012-02-081-4/+4
* * lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain2012-02-022-4/+31
* * lib/rexml/parsers/baseparser.rb: use meaningful name.kou2012-02-021-13/+13
* * lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou2012-02-021-1/+1
* * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu2012-02-011-16/+17
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-2/+6
* * lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain2012-01-261-93/+93
* * lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse2012-01-241-28/+15
* Writing entire packet at once to avoid incomplete transmissionshyouhei2012-01-231-5/+5
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-1/+1
* * 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