aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* assertions.rb: set default internal encodingnobu2016-04-0913-78/+53
* test_io_m17n.rb: nil default internal encodingnobu2016-04-091-2/+2
* bignum.c: rb_cstr_parse_inumnobu2016-04-081-0/+2
* test_ssl.rb: skip unsupported ciphersnobu2016-04-071-1/+6
* * ext/coverage/coverage.c: Fully reset coverage to not persist global state.eregon2016-04-061-7/+6
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3.hsbt2016-04-069-14/+69
* test_ssl.rb: skip unavailable pkeysnobu2016-04-061-2/+3
* math.c: fix lgammanobu2016-04-051-0/+5
* math.c: fix tgammanobu2016-04-051-0/+4
* test_get_ephemeral_key: use assert_instance_ofnobu2016-04-041-1/+1
* openssl: Access to ephemeral TLS session keynobu2016-04-042-0/+24
* at_exit listnobu2016-04-041-0/+19
* * enc/unicode/case-folding.rb, casefold.h: Data generation to implementduerst2016-04-011-0/+13
* openssl: accept moving write buffer for write_nonblocknormal2016-03-311-0/+29
* * lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt2016-03-301-0/+36
* * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6duerst2016-03-291-6/+11
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-0/+10
* * lib/rubygems.rb: Fix `Gem.find_spec_for_exe` picks oldest gem.hsbt2016-03-281-0/+14
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.2.hsbt2016-03-285-1/+108
* sprintf.c: fix buffer overflownobu2016-03-271-0/+4
* test_integer.rb: refine test_roundnobu2016-03-261-19/+29
* * test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst2016-03-251-0/+9
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-251-1/+3
* mkmf: Unquote directory stringsnobu2016-03-241-0/+7
* test_find_executable.rb: each_extsnobu2016-03-241-13/+13
* strftime.c: Bignum conversionnobu2016-03-241-0/+9
* strftime.c: set buffer lengthnobu2016-03-241-1/+1
* strftime.c: fix FMTVnobu2016-03-241-0/+3
* strftime.c: case conversionnobu2016-03-241-0/+7
* strftime.c: fix false failurenobu2016-03-241-0/+2
* * enum.c (ary_inject_op): Use Kahan's compensated summation algorithmmrkn2016-03-231-0/+7
* strftime.c: format in Stringnobu2016-03-231-2/+1
* * 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