summaryrefslogtreecommitdiff
path: root/ext/digest/sha2/extconf.rb
AgeCommit message (Expand)Author
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-02-27* ext/openssl/extconf.rb: suppress useless deprecation warningsnobu
2010-04-21* ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr
2010-02-24* ext/digest/extconf.rb: use OpenSSL only when all transformnobu
2010-02-22* ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2004-02-22* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu
2004-01-07* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban
2001-08-14* ext/digest/*/extconf.rb: really fix so that they build from anyknu
2001-08-14* ext/digest/sha2/extconf.rb: fix so that they build from anyknu
2001-08-14* ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu
2001-08-14* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu
2001-07-14* ext/digest/*/extconf.rb: fix so that they build from anyknu
2001-07-13Import the "digest" module and the submodules, from the Rough Rubyknu