index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
digest
/
sha2
/
extconf.rb
Age
Commit message (
Expand
)
Author
2021-04-28
Removed unused macro HAVE_CONFIG_H
Nobuyoshi Nakada
2020-12-02
digest: remove OpenSSL engine
Kazuki Yamaguchi
2015-12-16
handle ext/ as r53141
naruse
2015-11-21
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
naruse
2015-02-11
digest: common configurations
nobu
2014-10-05
digest/*/extconf.rb: do not link openssl when using bundled
nobu
2012-11-27
extconf.rb: git rid of post-1.8 feature
nobu
2012-04-30
* ext/digest/*/extconf.rb: use pkg_config to use same library with
nobu
2012-02-27
* ext/openssl/extconf.rb: suppress useless deprecation warnings
nobu
2010-04-21
* ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fix
akr
2010-02-24
* ext/digest/extconf.rb: use OpenSSL only when all transform
nobu
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 be
knu
2006-10-05
* ext/digest/digest.[ch]: Since the argument order of
knu
2006-05-25
* ruby.h, lib/mkmf.rb (create_header): clear command line options for
nobu
2005-09-06
* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load
nobu
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 any
knu
2001-08-14
* ext/digest/sha2/extconf.rb: fix so that they build from any
knu
2001-08-14
* ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
knu
2001-08-14
* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit
knu
2001-07-14
* ext/digest/*/extconf.rb: fix so that they build from any
knu
2001-07-13
Import the "digest" module and the submodules, from the Rough Ruby
knu