aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2016-06-06svn2016-06-051-1/+1
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-0514-233/+447
* configure.in: Fix the timing to detect the appropriate C++ compiler in OS Xmrkn2016-06-052-10/+18
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-059-12/+73
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-054-1/+19
* * NEWS: Add news about Unicode-wide case mapping forduerst2016-06-052-0/+22
* optparse.rb: fix quote [ci skip]nobu2016-06-051-1/+1
* * test/ruby/enc/test_case_comprehensive.rb:duerst2016-06-052-3/+8
* * 2016-06-05svn2016-06-051-1/+1
* * string.c: Remove :lithuanian guard for Unicode case mapping.duerst2016-06-052-17/+25
* gmake.mk: update timestamp of des_tables.cnobu2016-06-041-1/+2
* gmake.mk: des_tables.c conditionnobu2016-06-041-3/+4
* des_tables.c: generation rulenobu2016-06-044-12/+28
* openssl: avoid deprecated BN_*prime* functionsrhe2016-06-041-9/+15
* crypt.h: remove initializednobu2016-06-046-16/+38
* * 2016-06-04svn2016-06-041-1/+1
* win32.c: use PATH_MAXnobu2016-06-042-18/+28
* win32.c: fail before getting ITEMIDLISTnobu2016-06-031-1/+2
* ruby.c: refix r55260nobu2016-06-032-1/+10
* * ruby.c (process_options): need to duplicate path before passing it tousa2016-06-032-1/+7
* * win32/win32.c (get_special_folder): typo.usa2016-06-031-1/+1
* mkmf.rb: sort lists of source and object filesnobu2016-06-032-3/+13
* * 2016-06-03svn2016-06-021-1/+1
* dln_find.c: MAXPATHLEN is not used alreadynobu2016-06-021-7/+0
* etc.c: retry with allocated string buffernobu2016-06-021-0/+6
* win32.c: use SHGetPathFromIDListExnobu2016-06-022-6/+26
* ruby.c: no MAXPATHLEN for loadpathnobu2016-06-022-6/+40
* ruby-mode.el: squiggly heredocnobu2016-06-022-4/+10
* common.mk: des_tables.cnobu2016-06-021-2/+10
* crypt.c: suppress warningsnobu2016-06-022-262/+262
* crypt.c: fix syntax error on mswinnobu2016-06-021-1/+1
* * 2016-06-02svn2016-06-021-1/+1
* ruby.h: reduce repeated calcuationsnobu2016-06-021-3/+8
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-025-9/+46
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* crypt.c: unused functionsnobu2016-06-011-1/+9
* string.c: fallback to crypt_rnobu2016-06-011-2/+5
* openssl: fix the Year 2038 problemrhe2016-06-019-27/+97
* revert r55246nobu2016-06-011-0/+1
* crypt.h: get rid of conflictnobu2016-06-011-0/+0
* workaround: don't check crypt_rnaruse2016-06-011-1/+0
* use system cryptnobu2016-06-016-6/+82
* des_tables.cnobu2016-06-012-5/+1723
* crypt_r.c: fix out of bounds accessnobu2016-06-012-10/+21
* crypt_r.c: DES tablesnobu2016-06-012-31/+45
* crypt_r.c: remove castsnobu2016-06-012-47/+33
* common.mk: add dependencynobu2016-06-011-0/+1
* * win32/Makefile.sub (MISSING): fixed build error introduced at r55237.usa2016-06-012-1/+5
* crypt_r.c: adjust stylenobu2016-06-011-5/+5
* use crypt_rnobu2016-06-015-50/+14