aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fix document of Regexp#match?kazu2016-05-191-0/+3
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* re.c: fix match?nobu2016-05-191-0/+7
* re.c: match? should return nil if no matchnobu2016-05-191-3/+3
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-181-0/+13
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-181-2/+25
* re.c: fix up r55036nobu2016-05-171-0/+1
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-171-0/+7
* Optimize enum_sum for a range from int to intmrkn2016-05-173-10/+16
* Implement Enumerable#summrkn2016-05-173-0/+100
* Use Integer instead of Fixnum and Bignum.akr2016-05-1719-61/+52
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-177-42/+28
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-0/+2
* test_rand.rb: tests for seedsnobu2016-05-131-0/+14
* * insns.def (defineclass): Also raise an error when redeclaring theeregon2016-05-101-0/+19
* random.c: use bytesnobu2016-05-101-0/+11
* file.c: home dir fall backnobu2016-05-081-0/+4
* process.c: argument types over conversionnobu2016-05-061-0/+18
* * test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk2016-05-051-1/+1
* parse.y: trace elsifnobu2016-05-031-0/+19
* * remove trailing spaces.svn2016-05-021-1/+1
* * test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa2016-05-021-88/+217
* * test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr2016-05-021-3/+3
* * test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr2016-05-011-2/+1
* test_name use Integer instead of Fixnum.akr2016-05-011-1/+1
* test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr2016-05-013-23/+23
* envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr2016-05-015-33/+12
* Fix rb_ary_sum for mathnmrkn2016-05-011-0/+4
* Fix a test message.akr2016-05-011-1/+1
* Fix -e script encodingnobu2016-04-261-0/+28
* * test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk2016-04-241-0/+3
* ruby.c: fix command line encoding on cygwinnobu2016-04-231-3/+10
* * test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removedakr2016-04-221-13/+0
* eval_jump.c: restore previous error infonobu2016-04-221-0/+18
* compile.c: fix dangling linknobu2016-04-181-0/+5
* numeric.c: flo_truncatenobu2016-04-181-0/+26
* numeric.c: int_truncatenobu2016-04-181-0/+25
* test_float.rb: assertions for negative floatsnobu2016-04-181-0/+14
* struct.c: unique membersnobu2016-04-161-0/+7
* * array.c (rb_ary_sum): Don't yield same element twice.akr2016-04-151-0/+7
* * array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr2016-04-151-0/+1
* array.c (rb_ary_sum): use rb_rational_add directlymrkn2016-04-151-0/+2
* array.c: sum for Rational and Float mixed arraysmrkn2016-04-151-0/+2
* thread.c: defer setting name in initializenobu2016-04-151-3/+3
* thread.c: must be initialized to set namenobu2016-04-151-0/+6
* * test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn2016-04-151-4/+20
* add assertions.akr2016-04-141-2/+8
* add an assertion.akr2016-04-141-0/+2
* * array.c (rb_ary_sum): Support the optional argument, init, and block.akr2016-04-141-12/+20
* * array.c (rb_ary_sum): Array#sum is implemented.akr2016-04-132-7/+34