aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* dir.c: fix escaping multibyte charnobu2015-02-071-0/+10
* test_dir_m17n.rb: fix testsnobu2015-02-061-5/+10
* dir.c: preserve encodingnobu2015-02-061-0/+44
* test_gc.rb: read binarynobu2015-02-051-1/+1
* test_inadvertent_creation.rb: move testsnobu2015-02-051-65/+0
* * vm_insnhelper.c: Revert r49500 (6ae6a8c7bc86e97)marcandre2015-02-041-2/+2
* * vm_eval.c: Fix symbol leak with non optimized +send+ and method_missing [#1...marcandre2015-02-041-0/+29
* * vm_insnhelper.c: Fix symbol leak with +send+ and method_missing [#10828]marcandre2015-02-041-0/+16
* * vm_insnhelper.c: Fix one type of symbol leak with +send+marcandre2015-02-041-0/+20
* * class.c (method_entry_i, class_instance_method_list,shugo2015-02-041-0/+25
* * vm_method.c (remove_method): When remove refinedshugo2015-02-031-0/+52
* dir.c: glob legacy short namenobu2015-02-031-0/+12
* test_backtrace.rb: add testsnobu2015-02-011-0/+22
* test_backtrace.rb: add testnobu2015-01-311-0/+10
* test_backtrace.rb: split testnobu2015-01-311-3/+12
* test_backtrace.rb: add testnobu2015-01-311-0/+13
* array.c: reduce to_ary callnobu2015-01-251-0/+26
* test_array.rb split flatten testsnobu2015-01-251-0/+10
* test_module.rb: more testsnobu2015-01-201-8/+18
* class.c: prepend for each classesnobu2015-01-191-0/+11
* vm_method.c: method defined should not use refinements.nobu2015-01-181-0/+75
* * eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj2015-01-161-0/+21
* * remove trailing spaces.svn2015-01-151-1/+1
* * io.c (rb_io_close_m): Don't raise when the IO object is closed.akr2015-01-151-0/+13
* proc.c: singleton_method should not use refinementsnobu2015-01-151-0/+18
* array.c: linear performancenobu2015-01-151-2/+2
* range.c: class name encodingnobu2015-01-131-0/+4