aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* test_minitest_unit.rb: invoke by array formnobu2014-05-251-2/+2
* * test/lib/minitest/unit.rb: Check tempfile leak for each test class.akr2014-05-252-19/+39
* configure.in: do not disable ucontext.hnobu2014-05-252-1/+8
* signal.c: revert part of r46100nobu2014-05-252-1/+7
* * test/lib/minitest/unit.rb: Less ObjectSpace.each_object(Tempfile)akr2014-05-252-5/+11
* * test/lib/minitest/unit.rb: Use Thread.list instead ofakr2014-05-252-1/+6
* * lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killedakr2014-05-252-0/+7
* * lib/webrick/utils.rb: Override the inspect method of the threadakr2014-05-252-0/+8
* * test/openssl: Join threads.akr2014-05-253-5/+21
* * test/fileutils/test_fileutils.rb (test_chown_dir_group_ownership_not_recurs...nagachika2014-05-251-2/+2
* report bug with machine regisitersnobu2014-05-256-37/+233
* * ChangeLog: fixed wrong method name [ci skip]hsbt2014-05-251-1/+1
* * test/lib/minitest/unit.rb: Sort leaked threads and tempfiles.akr2014-05-252-3/+10
* * properties.svn2014-05-250-0/+0
* Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse2014-05-256-8/+85
* vm_dump.c: adjust stylenobu2014-05-251-1/+3
* signal.c: fix stack overflow check on Mac OS Xnobu2014-05-252-4/+11
* * enumerator.c: [DOC] Fix example to show Enumerator#peek behaviorzzak2014-05-252-1/+6
* vsnprintf.c: fix string precisionnobu2014-05-254-6/+29
* * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak2014-05-256-85/+8
* * doc/regexp.rdoc: [DOC] Clarify whitespace matching by @allolexzzak2014-05-252-2/+10
* * enum.c: [DOC] Use #find in example to clarify alias by @rachellogiezzak2014-05-252-2/+7
* * cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjohazzak2014-05-252-1/+6
* * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak2014-05-252-1/+6
* * test/fileutils/test_fileutils.rb (test_chown_R): Add tests forhsbt2014-05-252-5/+110
* * test/fileutils/test_fileutils.rb: Added recursively chmod tests.hsbt2014-05-252-0/+40
* * class.c: [DOC] Fixed grammar and examples of instance_methods.zzak2014-05-252-17/+22
* * test/lib/minitest/unit.rb: Show leakes threads and tempfiles.akr2014-05-252-0/+39
* * properties.svn2014-05-250-0/+0
* * test/openssl/test_partial_record_read.rb: Testing read_nonblock onhsbt2014-05-252-0/+33
* * lib/logger.rb: refactored to include Logger::Period.hsbt2014-05-242-43/+43
* * vm_eval.c: [DOC] [ci skip] Improve instance_eval description when given azzak2014-05-242-6/+21
* * 2014-05-25svn2014-05-241-2/+2