aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko12014-06-101-0/+18
* envutil.rb: avoid error on OS X 10.10nobu2014-06-101-1/+1
* envutil.rb: use keyword argumentnobu2014-06-102-5/+5
* * numeric.c (do_coerce): Add a warning when an exception is raisederegon2014-06-071-0/+17
* io.c: truncate before appendingnobu2014-06-071-0/+13
* * object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr2014-06-071-0/+6
* compile.c, parse.y: private op assignnobu2014-06-061-0/+18
* test_assignment.rb: assignment to private attributenobu2014-06-061-0/+23
* test_assignment.rb: split test_assignnobu2014-06-061-0/+14
* io.c: not shorten buffer unless succeedednobu2014-06-061-0/+8
* re.c: consider name encodingnobu2014-06-041-0/+9
* re.c: fix name with NULnobu2014-06-041-0/+16
* vm.c: return the result hashnobu2014-06-031-0/+11
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-031-1/+2
* * test/ruby/memory_status.rb: add $LOAD_PATH to load test/unitko12014-06-031-0/+1
* * test/ruby/envutil.rb (default_warning): New method.akr2014-06-012-2/+10
* Use EnvUtil.suppress_warning.akr2014-06-011-32/+28
* Suppress a warning.akr2014-06-011-0/+5
* Suppress a warning.akr2014-06-011-0/+5
* Join threads before close pipes.akr2014-05-311-10/+8
* Join threads.akr2014-05-312-2/+4
* Join threads.akr2014-05-311-2/+6
* add --disable-gemnaruse2014-05-301-2/+2
* test_string.rb: move and add assertionsnobu2014-05-301-2/+5
* string.c: reset code rangenobu2014-05-301-0/+2
* test_beginendblock.rb: avoid leaking threadsnobu2014-05-301-1/+1
* * io.c (pipe_open): Close pipes when rb_execarg_fixup() raisesakr2014-05-291-22/+33
* * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr2014-05-292-65/+82
* * test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr2014-05-281-1/+6
* 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-281-0/+18
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-4/+4
* parse.y: refine error messagenobu2014-05-271-0/+9
* * test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa2014-05-271-2/+3
* * io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr2014-05-271-0/+7
* io.c: no error on frozen IOnobu2014-05-271-0/+10
* Use Tempfile.create instead of Tempfile.new.akr2014-05-261-25/+24
* * test/ruby/test_file.rb: skip the test of atime on Windows, becauseusa2014-05-261-0/+1
* thread.c: preserve encodingnobu2014-05-261-0/+7
* test/ruby: fix leaked threadsnobu2014-05-261-0/+1
* test/ruby: fix leaked threadsnobu2014-05-264-4/+12
* Remove tempfiles.akr2014-05-251-0/+2
* test_file.rb: fix ctime on Windowsnobu2014-05-231-3/+3
* test_file.rb: estimate birthtimenobu2014-05-231-1/+3
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+25
* I suspect such early wakeup is because of automatic time correctionnaruse2014-05-221-10/+3
* revert File::Statfs [Feature #9772]naruse2014-05-222-49/+16
* vm.c: rewind cfpnobu2014-05-211-0/+7
* test_backtrace.rb: r18554 testsnobu2014-05-211-0/+20