aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: use EVP_CIPHER_CTX_{new,free} to allocate EVP_CIPHER_CTXKazuki Yamaguchi2016-04-274-22/+51
* ext/openssl: d2i_ASN1_BOOLEAN is removedKazuki Yamaguchi2016-04-271-6/+7
* ext/openssl: disable OpenSSL::Random.pseudo_bytes if deprecatedKazuki Yamaguchi2016-04-272-0/+5
* ext/openssl: avoid deprecated BN primes functionsKazuki Yamaguchi2016-04-271-3/+3
* ext/openssl: simplify extconf.rbKazuki Yamaguchi2016-04-272-54/+34
* ext/openssl: include openssl/asn1.h instead of openssl/asn1_mac.hKazuki Yamaguchi2016-04-271-1/+1
* ext/openssl: drop support for OPENSSL_NO_HMACKazuki Yamaguchi2016-04-272-16/+1
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-2725-810/+120
* ext/openssl: always use our implementation of SSL_SESSION_cmp()Kazuki Yamaguchi2016-04-274-5/+26
* ext/openssl: check if SSL_CTX_clear_options() is availableKazuki Yamaguchi2016-04-272-0/+6
* [Doc] Add Document-method: directives.akr2016-04-271-0/+24
* Update rdoc of Integer#[] (fix -> int)kazu2016-04-271-2/+2
* [DOC] move rdoc comments.akr2016-04-271-137/+151
* {Fixnum,Bignum}#[] is unified into Integer.akr2016-04-274-40/+44
* * tool/instruction.rb: fix to follow current implementation.naruse2016-04-272-10/+21
* setdynamic is obsoletednaruse2016-04-271-2/+0
* stringio.c: warn block for newnobu2016-04-273-0/+25
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-276-9/+22
* internal.h: adjust stylenobu2016-04-271-3/+6
* * 2016-04-27svn2016-04-261-1/+1
* fix typos [ci skip]kazu2016-04-263-3/+3
* * tool/redmine-backporter.rb (rel): should not raise exceptions even ifusa2016-04-262-1/+6
* Fix -e script encodingnobu2016-04-263-2/+53
* [DOC] update Integer#<< doc.akr2016-04-262-9/+2
* {Fixnum,Bignum}#<< is unified into Integer.akr2016-04-263-9/+29
* {Fixnum,Bignum}#>> is unified into Integer.akr2016-04-263-17/+29
* {Fixnum,Bignum}#size is unified into Integer.akr2016-04-264-18/+29
* forgot to remove Bignum#bit_length.akr2016-04-261-1/+0
* {Fixnum,Bignum}#bit_length is unified into Integer.akr2016-04-264-48/+45
* * numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.akr2016-04-264-26/+35
* * 2016-04-26svn2016-04-261-1/+1
* compile.c: true conditionsnobu2016-04-261-0/+12
* tk/extconf.rb: refactornobu2016-04-251-20/+13
* net/http/header.rb: refactornobu2016-04-251-12/+8
* ripper: fix ripper.Enobu2016-04-252-5/+4
* extmk.rb: refactornobu2016-04-251-1/+1
* rbconfig/sizeof: calculate at compilation timenobu2016-04-253-31/+58
* sizes.c.tmpl: extra semicolonnobu2016-04-251-1/+1
* configure.in: do not create unnecessary verconf.hnobu2016-04-251-2/+0
* * doc/extension.rdoc: Improvements to english grammers.hsbt2016-04-252-24/+29
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-253-2/+8
* * 2016-04-25svn2016-04-241-1/+1
* Revert "common.mk: timestamp file for verconf.h"naruse2016-04-241-5/+3
* Revert "vm_insnhelper.c: INLINE condition" [Bug #12316]naruse2016-04-241-1/+1
* * configure.in: add missing -lm for AIX.odaira2016-04-242-1/+5
* fix typos [ci skip]kazu2016-04-241-2/+2
* common.mk: timestamp file for verconf.hnobu2016-04-241-3/+5
* vm_insnhelper.c: INLINE conditionnobu2016-04-241-1/+1
* * vm_insnhelper.c (INLINE): cosmetic change.ktsj2016-04-241-1/+1
* * vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.ktsj2016-04-242-1/+6