aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-211-4/+1
* digest: common configurationsnobu2015-02-111-11/+2
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-5/+4
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-301-4/+3
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-271-0/+3
* * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr2010-04-211-1/+2
* * ext/digest/extconf.rb: use OpenSSL only when all transformnobu2010-02-241-1/+2
* * ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu2010-02-221-4/+12
* * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu2009-08-061-4/+0
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-1/+0
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+2
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-7/+1
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-0/+2
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-201-8/+2
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-141-4/+4
* * ext/digest/sha2/extconf.rb: fix so that they build from anyknu2001-08-141-1/+1
* * ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu2001-08-141-5/+11
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-141-0/+8
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-141-1/+1
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-131-0/+20