aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-014-23/+31
* envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr2016-05-016-33/+18
* Fix rb_ary_sum for mathnmrkn2016-05-011-0/+4
* * test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):usa2016-05-011-1/+0
* * test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa2016-05-011-1/+1
* update comments.akr2016-05-013-3/+3
* Fix a test message.akr2016-05-011-1/+1
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-284-4/+56
* stringio.c: warn block for newnobu2016-04-271-0/+6
* 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
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-201-0/+17
* assertions.rb: return the exceptionnobu2016-04-201-0/+1
* * lib/time.rb: revert r54167 because it would breaksonots2016-04-191-32/+0
* use more descriptive assertionsnobu2016-04-191-57/+57
* * test/logger/test_logdevice.rb: fix tests to pass on windowssonots2016-04-181-4/+6
* * lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]sonots2016-04-181-0/+28
* Allow specifying logger parameters in constructorsonots2016-04-181-0/+42
* 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-162-0/+29
* * 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
* io/console: unknown key code for names with nulnobu2016-04-151-0/+15
* io/console: move conditionsnobu2016-04-151-4/+7
* 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
* date_core.c: preserve timezonenobu2016-04-121-0/+17