aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define aduerst2016-05-221-0/+13
* regenc.h/c: Define new function onigenc_not_support_case_mapduerst2016-05-221-0/+4
* * include/ruby/ruby.h (rb_scan_args): use original rb_scan_argsnaruse2016-05-221-0/+5
* * class.c (rb_scan_args): moved to bottom of the file to make thenaruse2016-05-221-0/+21
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-211-0/+8
* Revert r50102naruse2016-05-211-12/+0
* * include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa2016-05-211-0/+5
* * include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse2016-05-211-0/+7
* * configure.in (ALWAYS_INLINE): force compilers the function inlined.naruse2016-05-211-0/+4
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-211-0/+16
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-211-0/+6
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-0/+9
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-211-0/+6
* ipaddr: fix typo [ci skip]nobu2016-05-211-0/+5
* Restore documentation of ARGFnobu2016-05-211-0/+5
* methods.rdoc: closing tagnobu2016-05-211-0/+5
* configure.in: missing macro definitionnobu2016-05-211-0/+5
* fix build on no-fork-spawnv platformsnobu2016-05-201-0/+6
* openssl: improve handling of password for encrypted PEMrhe2016-05-201-0/+27
* capa should be even number on 64-bit SPARC for 8-byte word alignmentngoto2016-05-201-0/+10
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pngoto2016-05-201-0/+4
* fix typos [ci skip]kazu2016-05-201-0/+5
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-201-0/+16
* win32ole.c: share the contentnobu2016-05-201-0/+5
* exclude non-VALUE in memo from GCnobu2016-05-201-0/+11
* fix document of Regexp#match?kazu2016-05-191-0/+7
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-191-0/+21
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-191-0/+8
* re.c: fix match?nobu2016-05-191-0/+7
* fix typonobu2016-05-191-1/+1
* re.c: match? should return nil if no matchnobu2016-05-191-0/+5
* * re.c (reg_names_iter): specify capacifynaruse2016-05-181-0/+4
* 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-181-0/+6
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-181-0/+5
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-181-0/+6
* downloader.rb: disable verify if rubygems is oldnobu2016-05-181-0/+6
* string.c: integer overflownobu2016-05-181-0/+5
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-181-0/+12
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-0/+26
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-181-0/+24
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-0/+9
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-0/+14
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-0/+6
* Optimize each_sum for hashesmrkn2016-05-181-0/+5
* Extract int_range_sum from enum_summrkn2016-05-181-1/+6
* re.c: fix up r55036nobu2016-05-171-0/+5
* * re.c (match_aref): remove useless condition and call rb_fix2int.naruse2016-05-171-0/+5
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-171-0/+7
* Optimize enum_sum for a range from int to intmrkn2016-05-171-0/+11