aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* re.c: fix match?nobu2016-05-193-13/+24
* fix typonobu2016-05-191-1/+1
* re.c: match? should return nil if no matchnobu2016-05-193-6/+11
* * 2016-05-19svn2016-05-181-1/+1
* * re.c (reg_names_iter): specify capacifynaruse2016-05-182-1/+6
* fix a typo [ci skip]kazu2016-05-181-1/+1
* * thread.c (recursive_list_access): a object id may be a Bignum. so,usa2016-05-182-1/+7
* re.c: fix typenobu2016-05-181-1/+2
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-184-0/+98
* openssl: fix test failure due to the previous commitrhe2016-05-181-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-181-22/+27
* test_random.rb: skip old OpenSSLnobu2016-05-181-1/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-182-0/+10
* openssl/test_random.rb: requires utils.rbnobu2016-05-181-4/+1
* downloader.rb: disable verify if rubygems is oldnobu2016-05-182-6/+20
* string.c: integer overflownobu2016-05-183-0/+17
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-183-28/+105
* ossl_pkey_ec.c: index typesnobu2016-05-181-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-1836-108/+125
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-189-15/+50
* Describe Enumerable#sum in NEWS [ci skip]mrkn2016-05-181-1/+7
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-183-67/+105
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-183-17/+103
* test/win32ole/test_win32ole_variant.rb: use other than Integernobu2016-05-181-2/+2
* extension.rdoc: RB_{INTEGER,FLOAT}_TYPE_P [ci skip]nobu2016-05-182-0/+10
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-188-11/+25
* enum.c: fix declaration-after-statementnobu2016-05-181-1/+2
* extension.rdoc: RB_TYPE_P [ci skip]nobu2016-05-182-0/+5
* Optimize each_sum for hashesmrkn2016-05-182-6/+38
* Extract int_range_sum from enum_summrkn2016-05-182-17/+27
* re.c: fix up r55036nobu2016-05-173-3/+27
* vm_core.h: bit flagsnobu2016-05-171-5/+5
* * re.c (match_aref): remove useless condition and call rb_fix2int.naruse2016-05-172-3/+6
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-174-30/+59
* * 2016-05-18svn2016-05-171-1/+1
* Optimize enum_sum for a range from int to intmrkn2016-05-177-13/+56
* Write document of Enumerable#summrkn2016-05-172-0/+30
* Implement Enumerable#summrkn2016-05-175-0/+258
* add issue number for Array#sum incompatitbility description.akr2016-05-171-2/+3
* Describe Fixnum and Bignum integration in NEWS.akr2016-05-171-0/+13
* Use Integer instead of Fixnum and Bignum.akr2016-05-1743-109/+122
* fix alignmentkazu2016-05-171-7/+7
* fix typos [ci skip]kazu2016-05-171-2/+2
* * properties.svn2016-05-170-0/+0
* forgot to commit.akr2016-05-173-0/+48
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-1725-146/+159
* configure.in: declare as NORETURNnobu2016-05-172-0/+9
* * 2016-05-17svn2016-05-171-1/+1
* configure.in: RUBY_CHECK_SETJMPnobu2016-05-172-7/+20
* * enc/unicode.h: Additional uses of ONIG_CASE_MAPPING compilation switchduerst2016-05-162-0/+8