aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * 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
* test_process.rb: remove intermediate child processnobu2015-03-021-62/+12
* signal.c: nil for invalid signumnobu2015-03-021-0/+9
* enum.c: Fixnum onlynobu2015-02-281-0/+12
* enum.c: limit sizenobu2015-02-281-0/+16
* variable.c: preserve name encoding of subclassnobu2015-02-281-0/+2
* test_io.rb: separate platform-specific testsnobu2015-02-261-31/+13
* dir.c: same encoding to the patternnobu2015-02-251-0/+9
* * lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka2015-02-241-3/+3
* * test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...gogotanaka2015-02-241-4/+33
* complex.c: multiply as rotationnobu2015-02-241-0/+7
* * test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)gogotanaka2015-02-241-7/+8
* string.c: smart chompnobu2015-02-241-1/+14
* string.c: proper exceptionnobu2015-02-231-0/+18
* * time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon2015-02-222-3/+7
* * vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj2015-02-221-0/+28
* re.c: RMatch::regexp can be nilnobu2015-02-211-0/+13
* file.c: fix handle leaknobu2015-02-201-0/+2
* test_file_exhaustive.rb: tests for File.identical?nobu2015-02-201-1/+16
* test_file_exhaustive.rb: remove useless assignmentnobu2015-02-201-1/+1
* test_file.rb: just skip assertionnobu2015-02-201-2/+4
* test_rubyoptions.rb: fix for r46355 and r49638nobu2015-02-191-4/+4
* win32/file.c: fix drive letternobu2015-02-181-0/+1
* win32/file.c: fix drive letternobu2015-02-171-0/+6
* * compar.c (cmp_equal): no more error hiding for Comparable#==.eregon2015-02-111-4/+10
* * vm_insnhelper.c (vm_call_method): stop method search when a methodshugo2015-02-101-0/+13