aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use Socket.getifaddrs to show interface names and so onnaruse2014-05-271-7/+9
* * test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou2014-05-2740-39/+47
* * test/rexml/test_comment.rb: Remove needless REXML module wrapping.kou2014-05-272-2/+4
* * test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou2014-05-272-6/+10
* * test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa2014-05-272-2/+8
* * tool/merger.rb: unlink temporary file explicitly.usa2014-05-271-1/+1
* Wrap REXML test classes by REXML module.akr2014-05-2739-3/+78
* * io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr2014-05-274-8/+21
* * test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt2014-05-273-4/+18
* * remove trailing spaces.svn2014-05-271-6/+6
* * test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt2014-05-272-0/+146
* * test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt2014-05-272-0/+14
* * test/runner.rb: fixed randomly test failure.hsbt2014-05-272-0/+6
* * test/test_timeout.rb (test_timeout): inverted test condition.hsbt2014-05-272-4/+9
* * test/lib/minitest/unit.rb: Show leaked file descriptors.akr2014-05-272-0/+61
* io.c: no error on frozen IOnobu2014-05-273-3/+18
* * 2014-05-27svn2014-05-261-2/+2
* insns.def: fix typonobu2014-05-262-1/+6
* Use Tempfile.create instead of Tempfile.new.akr2014-05-261-25/+24
* test/unit.rb: reduce error messagesnobu2014-05-261-0/+3
* ext_conf_builder.rb: fix tempfile leaknobu2014-05-261-1/+1
* test/rdoc: avoid tempfile leaksnobu2014-05-263-6/+6
* test/rubygems: remove tempfilesnobu2014-05-264-1/+19
* test/rdoc: avoid tempfile leaksnobu2014-05-263-5/+5
* test/rdoc: remove tempfilesnobu2014-05-268-8/+14
* fix typos [ci skip]kazu2014-05-261-3/+3
* test_rinda.rb: revert stop_servicenobu2014-05-261-1/+0
* test_rinda.rb: fix leaked threadsnobu2014-05-261-4/+24
* test_monitor.rb: fix leaked threadsnobu2014-05-261-0/+3
* thread.c: inspect locationnobu2014-05-261-1/+13
* * test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa2014-05-262-0/+8
* thread.c: preserve encodingnobu2014-05-262-2/+9
* test_imap.rb: fix leaked threadsnobu2014-05-261-12/+25
* test_http.rb: fix leaked threadsnobu2014-05-261-0/+4
* test/ruby: fix leaked threadsnobu2014-05-261-0/+1
* test/ruby: fix leaked threadsnobu2014-05-264-4/+12
* test/thread: fix leaked threadsnobu2014-05-262-0/+15
* pty.c: do nothing if terminated alreadynobu2014-05-261-0/+5
* win32/Makefile.sub: copy enc/jis/props.hnobu2014-05-261-0/+5
* minitest/unit.rb: fix leaking tempfilenobu2014-05-261-2/+2
* lib/optionparser.rbnobu2014-05-263-0/+8
* test_features.rb: fix up r46123nobu2014-05-261-6/+8
* * test/lib/minitest/unit.rb: Show Finished threads line-by-line.akr2014-05-252-2/+8
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-253-0/+15
* Show leaked threads line-by-line.akr2014-05-252-5/+8
* * 2014-05-26svn2014-05-251-2/+2
* * test/lib/minitest/unit.rb: Show leaked tempfiles line-by-line.akr2014-05-252-2/+8
* Remove tempfiles.akr2014-05-252-0/+4
* * test/lib/minitest/unit.rb (MiniTest::Assertions#diff): Removeakr2014-05-252-0/+13
* Avoid tempfile leaks using Tempfile.create instead of Tempfile.open.akr2014-05-252-2/+2