aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-221-0/+6
* parse.y: lambda indentation checknobu2016-03-221-0/+1
* test_rubyoptions.rb: other indentation checksnobu2016-03-221-30/+51
* test/unit.rb: defer failures in non-replace modenobu2016-03-221-1/+1
* string.c: skip invalid char gapnobu2016-03-211-0/+5
* test/unit.rb: show crashed filenobu2016-03-211-0/+1
* test/unit.rb: defer failures in verbose modenobu2016-03-191-0/+1
* fix r54193nobu2016-03-191-0/+1
* * numeric.c (int_to_f): raise NotImplementedError when a receivermrkn2016-03-191-1/+1
* * bignum.c (Bignum#<=>): remove it because they are unified withmrkn2016-03-191-0/+22
* SyntaxError message at iseq compilenobu2016-03-191-0/+21
* test_iseq.rb: shortennobu2016-03-191-7/+7
* * test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira2016-03-181-3/+5
* * numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn2016-03-181-0/+26
* test_file_exhaustive.rb: strict check test_dirnamenobu2016-03-181-1/+1
* * 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