summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-05-25* regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-25* regcomp.c (compile_length_tree): return error code immediatelynaruse
2016-05-24* enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst
2016-05-24openssl: add EC.generaterhe
2016-05-24openssl: rename EC#generate_key to EC#generate_key!rhe
2016-05-24openssl: make Cipher#key= and #iv= reject too long valuesrhe
2016-05-23bigdecimal.c: fix FloatDomainErrornobu
2016-05-22use finalizer trick instead of thread.seki
2016-05-22 * test/ruby/enc/test_case_options.rb: adjust test class nameduerst
2016-05-22 * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst
2016-05-22-test-/integernobu
2016-05-22move duplicate assertionsnobu
2016-05-21just check Integernobu
2016-05-21hash method valuesnobu
2016-05-21openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-20openssl: don't test default session lifetime valuerhe
2016-05-19fix document of Regexp#match?kazu
2016-05-19* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa
2016-05-19openssl: check argument type in OpenSSL::X509::Attribute#value=rhe
2016-05-19assertions.rb: leave timeout to invoke_rubynobu
2016-05-19re.c: fix match?nobu
2016-05-19re.c: match? should return nil if no matchnobu
2016-05-18* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse
2016-05-18openssl: fix test failure due to the previous commitrhe
2016-05-18openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe
2016-05-18test_random.rb: skip old OpenSSLnobu
2016-05-18openssl/test_random.rb: requires utils.rbnobu
2016-05-18string.c: integer overflownobu
2016-05-18* re.c (match_ary_subseq): get subseq of match array without creatingnaruse
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe
2016-05-18openssl: fix equality test methods of OpenSSL::BNrhe
2016-05-18test/win32ole/test_win32ole_variant.rb: use other than Integernobu
2016-05-17re.c: fix up r55036nobu
2016-05-17* re.c (match_values_at): MatchData#values_at supports named capturesnaruse
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-16* test_handle.rb: refine test_fallback_to_ansinobu
2016-05-16configure.in: revert macro namesnobu
2016-05-16* lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt
2016-05-15don't use keeper thread. [Bug #12342]seki
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-13test_rand.rb: tests for seedsnobu
2016-05-11test_minitest_unit.rb: fix "random" sortnobu
2016-05-10* insns.def (defineclass): Also raise an error when redeclaring theeregon