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
/
rmd160
/
extconf.rb
Age
Commit message (
Expand
)
Author
2021-04-28
Removed unused macro HAVE_CONFIG_H
Nobuyoshi Nakada
2021-04-28
NDEBUG is ignored since Ruby 3.0
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
2014-10-05
rmd160/extconf.rb: fix function name
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
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
2004-01-21
* ext/digest/rmd160/extconf.rb: have_library appends found library.
nobu
2004-01-07
* ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]
nobu
2002-09-26
* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. It
knu
2001-08-14
* ext/digest/*/extconf.rb: really fix so that they build from any
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