summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-05-18openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe
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-18openssl: clear OpenSSL error queue before return to Rubyrhe
2016-05-18openssl: report errors in OpenSSL error queue when clear itrhe
2016-05-18ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe
2016-05-18openssl: fix equality test methods of OpenSSL::BNrhe
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
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-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-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Write document of Enumerable#summrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-17fix typos [ci skip]kazu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-17configure.in: declare as NORETURNnobu
2016-05-17configure.in: RUBY_CHECK_SETJMPnobu
2016-05-16* enc/unicode.h: Additional uses of ONIG_CASE_MAPPING compilation switchduerst
2016-05-16* include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilationduerst
2016-05-16* gems/bundled_gems: Update xmlrpc-0.1.1. xmlrpc-0.1.0 didn't allowhsbt
2016-05-16configure.in: revert macro namesnobu
2016-05-16* lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt
2016-05-15proc.c: fix RDoc of Proc#===/call/yield/[]normal
2016-05-15don't use keeper thread. [Bug #12342]seki
2016-05-15* array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditionsnaruse
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-14* iseq.h (struct iseq_compile_data): use struct rb_id_tablenaruse
2016-05-14ChangeLog: GitHub referencenobu
2016-05-14lib/mkmf.rb: use xsystem to pkg-config --existsnobu
2016-05-13random.c: no local copy of the seednobu
2016-05-13fix typos [ci skip]kazu
2016-05-12drop FreeBSD < 4 supportnobu
2016-05-12include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse
2016-05-12Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse
2016-05-12* configurein: use alternative keywordnaruse
2016-05-12fix a typo [ci skip]kazu
2016-05-11mkmf.rb: fix conflict in have_librarynobu
2016-05-11* win32/Makefile.sub (HAVE_QSORT_S): use qsort_s only for Visual Studiousa
2016-05-11fix typo at ChangeLogtarui
2016-05-11 * vm_insnhelper.c (vm_getivar): describe fast-path explicittarui
2016-05-11 * compile.c (iseq_compile_each): share InlineCache during sametarui
2016-05-11util.c: qsort_snobu
2016-05-11fix file name [ci skip]nobu
2016-05-11* ChangeLog: Remove trailing-whitespaces.hsbt
2016-05-10* insns.def (defineclass): Also raise an error when redeclaring theeregon