summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20win32ole.c: remove dead codenobu
2016-05-20exclude non-VALUE in memo from GCnobu
2016-05-20openssl: don't test default session lifetime valuerhe
2016-05-19* 2016-05-20svn
2016-05-19fix a typosorah
2016-05-19fix document of Regexp#match?kazu
2016-05-19openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe
2016-05-19* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa
2016-05-19* properties.svn
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-19fix typonobu
2016-05-19re.c: match? should return nil if no matchnobu
2016-05-18* 2016-05-19svn
2016-05-18* re.c (reg_names_iter): specify capacifynaruse
2016-05-18fix a typo [ci skip]kazu
2016-05-18* thread.c (recursive_list_access): a object id may be a Bignum. so,usa
2016-05-18re.c: fix typenobu
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: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe
2016-05-18openssl/test_random.rb: requires utils.rbnobu
2016-05-18downloader.rb: disable verify if rubygems is oldnobu
2016-05-18string.c: integer overflownobu
2016-05-18* re.c (match_ary_subseq): get subseq of match array without creatingnaruse
2016-05-18ossl_pkey_ec.c: index typesnobu
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18openssl: report errors in OpenSSL error queue when clear itrhe
2016-05-18Describe Enumerable#sum in NEWS [ci skip]mrkn
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-18extension.rdoc: RB_{INTEGER,FLOAT}_TYPE_P [ci skip]nobu
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-18enum.c: fix declaration-after-statementnobu
2016-05-18extension.rdoc: RB_TYPE_P [ci skip]nobu
2016-05-18Optimize each_sum for hashesmrkn
2016-05-18Extract int_range_sum from enum_summrkn
2016-05-17re.c: fix up r55036nobu
2016-05-17vm_core.h: bit flagsnobu
2016-05-17* re.c (match_aref): remove useless condition and call rb_fix2int.naruse
2016-05-17* re.c (match_values_at): MatchData#values_at supports named capturesnaruse
2016-05-17* 2016-05-18svn
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Write document of Enumerable#summrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17add issue number for Array#sum incompatitbility description.akr