aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-181-5/+3
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-171-0/+32
* * bignum.c (Bignum#even?, Bignum#odd?): remove definitionsmrkn2016-03-171-20/+0
* * enum.c (ary_inject_op): Implement the specialized code for sum ofakr2016-03-171-1/+9
* * array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.mame2016-03-172-15/+46
* * enum.c (enum_inject): Implement the specialized code for sum ofakr2016-03-171-0/+36
* assertions.rb: fix result of assert_nothing_raisednobu2016-03-171-1/+0
* test_optimization.rb: tailcallnobu2016-03-171-37/+41
* * enc/unicode.c: Fixed two macro definitions.duerst2016-03-171-0/+6
* test_marshal.rb: assert bad linknobu2016-03-171-5/+4
* * test/-ext-/time/test_new.rb (test_timespec_new): Time#gmtoff valuesodaira2016-03-161-1/+3
* * marshal.c (r_object0): raise ArgumentError when linking to undefineddrbrain2016-03-161-0/+12
* * test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests.mrkn2016-03-161-66/+79
* parse.y: symbol literals for alias/undefnobu2016-03-161-0/+24
* proc.c: fail symbol proc bindingnobu2016-03-161-0/+9
* * test/ruby/enc/test_case_mapping.rb: Fixed and activated a test for Cherokee.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Fixed a logical error.duerst2016-03-161-1/+1
* * test/ruby/enc/test_case_mapping.rb: Adding tests for Cherokee.duerst2016-03-161-0/+8
* * test/ruby/enc/test_case_mapping.rb: Adding tests for actual Unicodeduerst2016-03-161-6/+21
* * enum.c (enum_inject): Consider redefinition of Fixnum#+.akr2016-03-151-0/+12
* test_marshal.rb: use assert_ruby_statusnobu2016-03-151-5/+1
* test_rubyoptions.rb: VERSION_PATTERNnobu2016-03-151-6/+8
* * test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius2016-03-141-0/+2
* * marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain2016-03-141-0/+11
* * test/ruby/test_rubyoptions.rb: make version matching supportheadius2016-03-141-2/+11
* * test/lib/test/unit.rb: describe !/REGEXP/ in the help message.akr2016-03-111-1/+1
* testunit: negative filternobu2016-03-111-4/+26
* node.c: hidden options hashnobu2016-03-101-8/+7
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira2016-03-101-1/+2
* test_hash.rb: tests for to_hnobu2016-03-091-0/+22
* memory_status.rb: independent of MiniTestnobu2016-03-092-12/+19
* memory_status.rb: remove unused valuesnobu2016-03-091-3/+2
* * test/io/wait/test_io_wait.rb (test_wait_readwrite_timeout):odaira2016-03-091-1/+8
* * test/ruby/test_require.rb (test_require_with_loaded_features_pop):headius2016-03-081-1/+1
* vm_method.c: fix aliased original namenobu2016-03-081-0/+28
* test/ruby/test_array.rb: split permute + stack error tests out.headius2016-03-081-2/+8
* * test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira2016-03-071-10/+22
* test_rubyoptions.rb: fix testnobu2016-03-071-2/+3
* * ruby.c (warn_cr_in_shebang): meaningless check on DOSISH platforms.usa2016-03-071-1/+1
* * test/ruby/test_process.rb (test_execopts_gid): Skip a testodaira2016-03-061-1/+10
* * test/socket/test_addrinfo.rb (test_ipv6_address_predicates):odaira2016-03-051-1/+8
* Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira2016-03-053-24/+58
* * test/-ext-/float/test_nextafter.rb: In AIX,odaira2016-03-041-3/+10
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):odaira2016-03-041-0/+10
* ruby.c: warn_cr_in_shebangnobu2016-03-041-1/+1
* test_rubyoptions.rb: encoding optionnobu2016-03-041-4/+3
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.1.hsbt2016-03-0411-20/+279
* * test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bumpheadius2016-03-031-1/+1
* test/unit: not return the cursor if verbosenobu2016-03-031-1/+1
* test/unit: return the cursornobu2016-03-021-3/+4