aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Use more shorter filenames to avoid sockaddr_un size limitation.akr2015-04-101-1/+1
* Use shorter filenames to avoid sockaddr_un size limitation.akr2015-04-101-4/+4
* * test/ruby/test_file_exhaustive.rb: Test socket.akr2015-04-101-3/+20
* * test/ruby/test_file_exhaustive.rb: Test anonymous pipe.akr2015-04-101-0/+4
* * test/ruby/test_file_exhaustive.rb: Test named pipe.akr2015-04-101-3/+24
* * process.c (rb_execarg_parent_start1): Handle EINTR.akr2015-04-101-0/+37
* * vm.c (vm_exec): check other events when RETURN is thrown.ko12015-04-101-0/+20
* * test/ruby/test_process.rb: unfortunately, windows is not POSIX...usa2015-04-091-2/+2
* * test/ruby/test_process.rb: Use mkfifo command instead of mknodakr2015-04-091-1/+1
* * process.c: Release GVL when opening a file in spawn() to avoid wholeakr2015-04-091-0/+16
* * test/ruby/test_process.rbusa2015-04-091-2/+2
* * internal.h (rb_execarg_parent_end): Declared.akr2015-04-091-0/+22
* * test/ruby/test_symbol.rb: fix syntax error.ko12015-04-081-2/+2
* hash.c: compare symbols by identitiesnobu2015-04-081-0/+19
* * enum.c: Enumerable#chunk and Enumerable#slice_before no longer takesakr2015-04-061-32/+0
* * vm_args.c: protect value stack from calling other methodsko12015-04-061-0/+10
* test_dir.rb: recursive globbingnobu2015-04-011-1/+2
* test_dir.rb: assert_entriesnobu2015-03-311-3/+7
* test_dir.rb: test_entriesnobu2015-03-311-0/+5
* test_dir.rb: fix arguments ordernobu2015-03-311-1/+1
* io.c: use read/write methods if possiblenobu2015-03-301-0/+15
* proc.c: replicate method envnobu2015-03-291-0/+14
* test_proc.rb: test_curry_bindingnobu2015-03-291-1/+1
* dir.c: don't raise after closenobu2015-03-231-0/+1
* marshal.c: register symbol strings firstnobu2015-03-221-0/+11
* * remove trailing spaces.svn2015-03-181-1/+1
* hash.c: same hash values with Float#hashnobu2015-03-181-0/+8
* * math.c (math_log1, math_log2, math_log10): refactoringgogotanaka2015-03-161-0/+3
* * test/ruby/test_lambda.rb: Fix typo yeild -> yieldgogotanaka2015-03-151-1/+1
* * test/ruby/test_proc.rb: Fix typo signle -> singlegogotanaka2015-03-151-1/+1
* * math.c (math_gamma): optimization for passed small integer.gogotanaka2015-03-141-0/+2
* parse.y: empty parennobu2015-03-131-0/+6
* io.c: don't raise after closenobu2015-03-131-0/+9
* test_math.rb: to_f testsnobu2015-03-101-5/+12
* suppress warningsnobu2015-03-091-3/+1
* test_beginendblock.rb: assert_in_out_errnobu2015-03-092-124/+54
* dir.c: glob short namesnobu2015-03-081-1/+5
* test_extlibs.rb: skip excluded librariesnobu2015-03-081-4/+20
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-0/+120
* * test/ruby/test_beginendblock.rb: do not change directory.ko12015-03-061-3/+3
* vm_eval.c: next super class from the originalnobu2015-03-061-0/+11
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_command_line_glob_with_...usa2015-03-051-0/+8
* * vm_eval.c (eval_string_with_cref): A binding should keepshugo2015-03-051-16/+23
* * test/ruby/test_refinement.rb: There is no need anymore to supressshugo2015-03-051-7/+0
* * test/ruby/test_math.rb (assert_float_and_int): Refactor test casesgogotanaka2015-03-041-46/+21
* test_rubyoptions.rb: use assert_in_out_errnobu2015-03-031-11/+2
* test_process.rb: use assert_in_out_errnobu2015-03-031-17/+3
* * test/ruby/test_math.rb: add tests for the above change.gogotanaka2015-03-031-0/+21
* test_rubyoptions.rb: use assert_segvnobu2015-03-031-18/+6
* * test/ruby/test_symbol.rb: avoid a false positive in AIXodaira2015-03-021-1/+1