summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2011-12-04* lib/tempfile.rb (Tempfile::MAX_TRY): remove unused constant.akr
2011-12-04* lib/pp.rb: fix rdoc.ktsj
2011-12-04* lib/delegate.rb (Delegator#methods): Kernel#methods receivesnaruse
2011-12-02* Makefile.in (CFLAGS): append ARCH_FLAG.nobu
2011-12-01* lib/mkmf.rb (MakeMakefile#try_func): fix broken patch at r33834.nobu
2011-11-30Fix r33904.naruse
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
2011-11-30* lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline charsusa
2011-11-29Don't break tests.naruse
2011-11-29* lib/mkmf.rb: Fix indentations of constants at end of module.drbrain
2011-11-28* lib/mkmf.rb: Wrap comments to 78 columns and clean up formatting.drbrain
2011-11-28* lib/mkmf.rb: Wrap mkmf.rb in module MakeMakefile to clean up Objectdrbrain
2011-11-26Fix typo in r33849.naruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_IVNAMES): rerefix 33701.naruse
2011-11-26* lib/net/http.rb (Net::HTTP.get_response): enable use_sslnaruse
2011-11-26* lib/net/http.rb (Net::HTTP::SSL_ATTRIBUTES): refix 33701.naruse
2011-11-24* lib/mkmf.rb: get rid of warnings of mkmf.rb if -Wmissing-declarationskosaki
2011-11-22Use proc to delay making exception_details.naruse
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-20* lib/set.rb (SortedSet.setup): remove old_init after initializeakr
2011-11-20* lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr
2011-11-18* test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa
2011-11-17Imported minitest 2.8.1ryan
2011-11-16Refix r33766.naruse