summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-05-04* test/net/http/test_httpheader.rb: add missing test ofktsj
2016-05-04* lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj
2016-05-04* test/test_set.rb: add missing test of Set#select!.ktsj
2016-05-03parse.y: trace elsifnobu
2016-05-02* remove trailing spaces.svn
2016-05-02* test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa
2016-05-02* test/ruby/test_refinement.rb (test_inspect): Use Integer instead of Fixnum.akr
2016-05-01* test/ruby/test_numeric.rb (test_step): Use Integer::FIXNUM_MAX.akr
2016-05-01test_name use Integer instead of Fixnum.akr
2016-05-01test/lib/test/unit/assertions.rb defines assert_fixnum and assert_bignum.akr
2016-05-01envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.akr
2016-05-01Fix rb_ary_sum for mathnmrkn
2016-05-01* test/logger/test_logdevice.rb (TestLogDevice#test_shifting_period_suffix):usa
2016-05-01* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.usa
2016-05-01update comments.akr
2016-05-01Fix a test message.akr
2016-04-28* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt
2016-04-27stringio.c: warn block for newnobu
2016-04-26Fix -e script encodingnobu
2016-04-24* test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk
2016-04-23ruby.c: fix command line encoding on cygwinnobu
2016-04-22* test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removedakr
2016-04-22eval_jump.c: restore previous error infonobu
2016-04-20cgi/util.rb: remove CGI::Util#_unescapenobu
2016-04-20assertions.rb: return the exceptionnobu
2016-04-19* lib/time.rb: revert r54167 because it would breaksonots
2016-04-19use more descriptive assertionsnobu
2016-04-18* test/logger/test_logdevice.rb: fix tests to pass on windowssonots
2016-04-18* lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]sonots
2016-04-18Allow specifying logger parameters in constructorsonots
2016-04-18compile.c: fix dangling linknobu
2016-04-18numeric.c: flo_truncatenobu
2016-04-18numeric.c: int_truncatenobu
2016-04-18test_float.rb: assertions for negative floatsnobu
2016-04-16struct.c: unique membersnobu
2016-04-15* array.c (rb_ary_sum): Don't yield same element twice.akr
2016-04-15* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr
2016-04-15array.c (rb_ary_sum): use rb_rational_add directlymrkn
2016-04-15array.c: sum for Rational and Float mixed arraysmrkn
2016-04-15thread.c: defer setting name in initializenobu
2016-04-15thread.c: must be initialized to set namenobu
2016-04-15* test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn
2016-04-15io/console: unknown key code for names with nulnobu
2016-04-15io/console: move conditionsnobu
2016-04-14add assertions.akr
2016-04-14add an assertion.akr
2016-04-14* array.c (rb_ary_sum): Support the optional argument, init, and block.akr
2016-04-13* array.c (rb_ary_sum): Array#sum is implemented.akr
2016-04-13numeric.c: flo_ceilnobu