summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-05-30* test/lib/minitest/unit.rb: Check Tempfile leaks for each test methodakr
2014-05-30* lib/delegate.rb: [DOC] Document raise in Delegator classzzak
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-30* test/lib/minitest/unit.rb (check_fd_leak): Sort the inspectedakr
2014-05-30* test/lib/minitest/unit.rb (check_fd_leak): Try GC to delete leakedakr
2014-05-30* test/lib/test/unit/parallel.rb (_run_suite): orig_stdout may be nilnaruse
2014-05-30string.c: reset code rangenobu
2014-05-30erb.rb: ERB#result does not accept a proc.nobu
2014-05-29* ext/-test-/dir: Dir#fileno implemented.akr
2014-05-29remove empty rb_gc_mark_parser functionnormal
2014-05-29signal.c: return proper membernobu
2014-05-29* io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr
2014-05-29* test/lib/minitest/unit.rb (capture_subprocess_io): Close fds.akr
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-29* ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr
2014-05-28include/ruby/ruby.h: hide Symbol internalsnormal
2014-05-28* ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr
2014-05-28* test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-28* ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr
2014-05-28[DOC] Typo in change log [ci skip]zzak
2014-05-28vm.c: remove rb_vm_living_threads_foreach functionnormal
2014-05-28signal: remove window for SignalException on IGNOREnormal
2014-05-27* lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2014-05-27parse.y: refine error messagenobu
2014-05-27* test/rexml: Avoid fd leaks.akr
2014-05-27* test/rexml/test_document.rb: Indent.kou
2014-05-27* test/rexml/test_document.rb: Wrap by REXMLTests module.kou
2014-05-27* test/rexml/test_encoding_2.rb: Remove a needless file.kou
2014-05-27* test/rexml/test_contrib.rb: Indent.kou
2014-05-27* ext/socket/ifaddr.c (ifaddr_inspect_flags): support IFF_SIMPLEX.naruse
2014-05-27* test/rexml/: Use REXMLTests as wrapping module for REXML tests.kou
2014-05-27* test/rexml/test_comment.rb: Remove needless REXML module wrapping.kou
2014-05-27* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou
2014-05-27* test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa
2014-05-27* io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr
2014-05-27* test/openssl/test_pair.rb: Modify TestSSL#test_read_and_writehsbt
2014-05-27* test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt
2014-05-27* test/openssl/test_hmac.rb (test_binary_update): Added Test forhsbt
2014-05-27* test/runner.rb: fixed randomly test failure.hsbt
2014-05-27* test/test_timeout.rb (test_timeout): inverted test condition.hsbt
2014-05-27* test/lib/minitest/unit.rb: Show leaked file descriptors.akr
2014-05-27io.c: no error on frozen IOnobu
2014-05-26insns.def: fix typonobu
2014-05-26fix typos [ci skip]kazu
2014-05-26* test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa