summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2014-05-25vsnprintf.c: fix string precisionnobu
2014-05-25* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak
2014-05-25* doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolexzzak
2014-05-25* enum.c: [DOC] Use #find in example to clarify alias by @rachellogiezzak
2014-05-25* cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjohazzak
2014-05-25* lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak
2014-05-25* test/fileutils/test_fileutils.rb (test_chown_R): Add tests forhsbt
2014-05-25* test/fileutils/test_fileutils.rb: Added recursively chmod tests.hsbt
2014-05-25* class.c: [DOC] Fixed grammar and examples of instance_methods.zzak
2014-05-25* test/lib/minitest/unit.rb: Show leakes threads and tempfiles.akr
2014-05-25* test/openssl/test_partial_record_read.rb: Testing read_nonblock onhsbt
2014-05-24* lib/logger.rb: refactored to include Logger::Period.hsbt
2014-05-24* vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given azzak
2014-05-24* array.c: [DOC] Clarify default argument for Array.new.zzak
2014-05-24* array.c: [DOC] Add more documents to shuffle! and shuffle.hsbt