aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha1/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* fixup! r52695naruse2015-11-261-1/+1
* * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 isnaruse2015-11-211-1/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-211-1/+0
* digest: common configurationsnobu2015-02-111-10/+2
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-5/+5
* 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/*/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/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+2
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-0/+2
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-1/+0
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-261-5/+11
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-141-2/+2
* * 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