summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-17* lib/fileutils.rb: refactored FileUtil methods to use thetenderlove
2012-02-17* lib/mkmf.rb (create_header): log the content of header.nobu
2012-02-15lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.kazu
2012-02-15* lib/ostruct.rb: Create getters and setters after dup.marcandre
2012-02-15* lib/ostruct.rb: Simplify and fix rdoc.marcandre
2012-02-14* lib/test/unit/assertions.rb (build_message): skip escapednobu
2012-02-08eliminate `shadowing outer local variable - name` warning.tenderlove
2012-02-02* lib/webrick.rb: Moved proxy rewriting to WEBrick::HTTPProxy.drbrain
2012-02-02* lib/rexml/parsers/baseparser.rb: use meaningful name.kou
2012-02-02* lib/rexml/parsers/baseparser.rb, test/rexml/test_namespace.rb:kou
2012-02-01* lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Justknu
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2012-01-26* lib/matrix.rb: Clean up extra whitespace in output documentation.drbrain
2012-01-24* lib/uri/common.rb (URI.encode_www_form_component): initialize onnaruse
2012-01-23Writing entire packet at once to avoid incomplete transmissionshyouhei
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2012-01-20* lib/cgi/util.rb (CGI.escape): support a string with invalid bytemrkn
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2012-01-16* lib/optparse.rb (Regexp): fix incorrect options when casting tonobu
2012-01-12* lib/shellwords.rb (Shellwords#shellescape): shellescape() nowknu
2012-01-12* lib/shellwords.rb: Fix rdoc markups.knu
2012-01-12* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug whereknu
2012-01-12* lib/mkmf.rb: fix r33904 and revert r33905. initialize globalnobu
2012-01-11* lib/mkmf.rb: verbose-mode can use by RM, RMDIRS, etc.kazu
2012-01-09* lib/tempfile.rb (Tempfile#_close): clear @tempfile and @data[1] evennagachika
2012-01-05* lib/uri/common.rb (URI::Parser#initialize_regexp):naruse
2012-01-03* lib/rexml/parsers/baseparser.rb: use private instead of _xxxkou
2012-01-03* lib/rexml/parsers/baseparser.rb: rexml BaseParser usesayumin
2012-01-02* lib/securerandom.rb (random_bytes): use IO#read instead ofakr
2012-01-02* lib/test/unit/parallel.rb: use pack("m0") instead ofkazu
2012-01-02* lib/test/unit.rb (Test::Unit::Runner::Worker#run): usekazu
2012-01-02* lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find maykazu
2012-01-01* lib/shellwords.rb (Shellwords#shellescape): Drop the //n flagknu
2011-12-30* lib/matrix.rb (symmetric?): Trivial optimizationmarcandre
2011-12-29* lib/test/unit.rb (Test::Unit::Runner::Worker#_run_parallels): fixnagachika
2011-12-28* lib/fileutils.rb (FileUtils::Entry_#entries): use utility methodnobu
2011-12-27* lib/test/unit.rb (Worker#close): "closing IO if IO is closed"sorah
2011-12-26* lib/test/unit.rb: Avoid zombie processes on "--separate" optionsorah
2011-12-25* lib/test/unit.rb (_run_parallel):sorah
2011-12-23* lib/tempfile.rb (Tempfile#initialize): warn if a block is given.akr
2011-12-20Cosmetic changes of lib/pstore.rb. Patch by Masaki Matsushita. See #5248.nahi
2011-12-20* PStore content update perf optimization. Patch by Masaki Matsushita.nahi
2011-12-18updating documentation linktenderlove
2011-12-17update doc.akr
2011-12-14* common.mk,Makefile.in,win32/Makefile.sub (ECHO1): move platformusa
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove
2011-12-11* lib/net/imap.rb: includes the sequence number of UID in a errorshugo
2011-12-04* lib/tempfile.rb: don't use lock directory. [ruby-dev:39197]akr
2011-12-04fix a typo.akr