aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* numeric.c: flo_ceilnobu2016-04-131-0/+21
* numeric.c: flo_floornobu2016-04-131-0/+22
* numeric.c: int_ceilnobu2016-04-131-0/+25
* numeric.c: int_floornobu2016-04-131-0/+25
* file.c: File.empty?nobu2016-04-131-0/+7
* parse.y: massign in condnobu2016-04-132-1/+6
* * test/ruby/test_basicinstructions.rb: add a test to check accessko12016-04-131-0/+22
* test_optimization.rb: disasmnobu2016-04-121-4/+10
* compile.c: disable tco with rescuenobu2016-04-111-0/+24
* test_whileuntil.rb: fix old behaviornobu2016-04-111-1/+1