aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* missing.h: isfinitenobu2016-05-231-4/+0
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-8/+8
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-2316-82/+78
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-231-1/+1
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-231-7/+5
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-231-0/+4
* tcltklib.c: elimitate dead codenobu2016-05-231-5/+1
* remove unnecessary volatilesnobu2016-05-234-8/+6
* tkutil.c: GC guardsnobu2016-05-231-3/+6
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+6
* -test-/integernobu2016-05-223-20/+1
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-211-4/+2
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-212-11/+8
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-211-4/+4
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-10/+14
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-211-2/+0
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-206-70/+82
* fix typos [ci skip]kazu2016-05-201-3/+3
* win32ole.c: share the contentnobu2016-05-201-2/+2
* win32ole.c: remove dead codenobu2016-05-201-5/+0
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-196-26/+21
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-191-0/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-181-0/+4
* ossl_pkey_ec.c: index typesnobu2016-05-181-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-188-31/+56
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-188-15/+26
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-54/+64
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-13/+77
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-2/+2
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* forgot to commit.akr2016-05-173-0/+48
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-172-7/+32
* extmk.rb: fix skipping messagesnobu2016-05-161-9/+12
* extmk.rb: failures formatnobu2016-05-121-2/+11
* extmk.rb: failed messages at the endnobu2016-05-121-9/+17
* openssl/extconf.rb: NO SSL macros firstnobu2016-05-091-8/+10
* * ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse2016-05-081-0/+2
* win32ole_error.h: add attributesnobu2016-05-081-1/+1
* objspace_dump.c: fix formatnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=format and suppress warnings.naruse2016-05-081-0/+1
* ext/thread: removenobu2016-04-303-11/+0
* pty.c: dry upnobu2016-04-301-5/+1
* pty.c: user shellnobu2016-04-302-2/+9
* pty.c: portabilitiesnobu2016-04-301-11/+19
* stringio.c: warn block for newnobu2016-04-271-0/+14
* tk/extconf.rb: refactornobu2016-04-251-20/+13
* ripper: fix ripper.Enobu2016-04-252-5/+4
* extmk.rb: refactornobu2016-04-251-1/+1
* rbconfig/sizeof: calculate at compilation timenobu2016-04-251-30/+30