aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* eval_intern.h: suppress warning by gcc 4.6nobu2014-05-281-1/+1
* test_socket.rb: ignore interface without addressnobu2014-05-281-0/+1
* [DOC] Typo in change log [ci skip]zzak2014-05-281-1/+1
* localeinit.c: fallback filesystem encoding to UTF-8nobu2014-05-281-0/+3
* test_dir_m17n.rb: assert_raw_file_namenobu2014-05-281-4/+4
* envutil.rb: connect caller to backtracenobu2014-05-281-0/+3
* test_thread.rb: move thread switch testnobu2014-05-282-8/+20
* vm.c: remove rb_vm_living_threads_foreach functionnormal2014-05-285-152/+130
* signal: remove window for SignalException on IGNOREnormal2014-05-282-1/+20
* Use Tempfile#close!.akr2014-05-271-3/+3
* * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr2014-05-272-1/+10
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-275-9/+18
* Avoid a shadowing warning.akr2014-05-271-1/+1
* * 2014-05-28svn2014-05-271-2/+2
* * lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr2014-05-272-14/+22
* * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr2014-05-273-5/+10
* parallel.rb: do not split messagesnobu2014-05-271-1/+2
* parse.y: refine error messagenobu2014-05-273-0/+24
* * test/rexml: Avoid fd leaks.akr2014-05-2711-113/+142
* * test/rexml/test_document.rb: Indent.kou2014-05-272-187/+191
* * test/rexml/test_document.rb: Wrap by REXMLTests module.kou2014-05-272-1/+7
* * test/rexml/test_encoding_2.rb: Remove a needless file.kou2014-05-272-59/+4
* * test/rexml/test_contrib.rb: Indent.kou2014-05-2736-4966/+4970
* * ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX.naruse2014-05-272-0/+7
* 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