summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-05-21* ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse
2016-05-21Revert r50102naruse
2016-05-21* include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa
2016-05-21* include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse
2016-05-21* configure.in (ALWAYS_INLINE): force compilers the function inlined.naruse
2016-05-21openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe
2016-05-21openssl: fix SSL client example in documentation [ci skip]rhe
2016-05-21openssl: add OpenSSL::PKey::EC#private? and #public?rhe
2016-05-21openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe
2016-05-21ipaddr: fix typo [ci skip]nobu
2016-05-21Restore documentation of ARGFnobu
2016-05-21methods.rdoc: closing tagnobu
2016-05-21configure.in: missing macro definitionnobu
2016-05-20fix build on no-fork-spawnv platformsnobu
2016-05-20openssl: improve handling of password for encrypted PEMrhe
2016-05-20capa should be even number on 64-bit SPARC for 8-byte word alignmentngoto
2016-05-20Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pngoto
2016-05-20fix typos [ci skip]kazu
2016-05-20Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto
2016-05-20win32ole.c: share the contentnobu
2016-05-20exclude non-VALUE in memo from GCnobu
2016-05-19fix document of Regexp#match?kazu
2016-05-19openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe
2016-05-19openssl: check argument type in OpenSSL::X509::Attribute#value=rhe
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* 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-18* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse
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