summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2014-05-26lib/optionparser.rbnobu
2014-05-25* test/lib/minitest/unit.rb: Show Finished threads line-by-line.akr
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-05-25Show leaked threads line-by-line.akr
2014-05-25* test/lib/minitest/unit.rb: Show leaked tempfiles line-by-line.akr
2014-05-25* test/lib/minitest/unit.rb (MiniTest::Assertions#diff): Removeakr
2014-05-25* test/lib/minitest/unit.rb: Check tempfile leak for each test class.akr
2014-05-25configure.in: do not disable ucontext.hnobu
2014-05-25signal.c: revert part of r46100nobu
2014-05-25* test/lib/minitest/unit.rb: Less ObjectSpace.each_object(Tempfile)akr
2014-05-25* test/lib/minitest/unit.rb: Use Thread.list instead ofakr
2014-05-25* lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killedakr
2014-05-25* lib/webrick/utils.rb: Override the inspect method of the threadakr
2014-05-25* test/openssl: Join threads.akr
2014-05-25report bug with machine regisitersnobu
2014-05-25* ChangeLog: fixed wrong method name [ci skip]hsbt
2014-05-25* test/lib/minitest/unit.rb: Sort leaked threads and tempfiles.akr
2014-05-25Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse
2014-05-25signal.c: fix stack overflow check on Mac OS Xnobu
2014-05-25* enumerator.c: [DOC] Fix example to show Enumerator#peek behaviorzzak