summaryrefslogtreecommitdiff
path: root/ext/digest/rmd160
AgeCommit message (Expand)Author
2015-02-11digest: define Finish func from Final funcnobu
2015-02-11digest: common configurationsnobu
2015-02-10digest: no ID cachenobu
2014-12-19Update dependencies.akr
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-10-05digest/*/extconf.rb: do not link openssl when using bundlednobu
2014-10-05rmd160/extconf.rb: fix function namenobu
2014-09-30ext/digest: hide metadata objects for internal usenobu
2014-09-30protoize no-arguments functionsnobu
2014-09-29digest: no check for hidden objectsnobu
2014-07-15ext/digest: return values of init and finalnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-05-07rmd160.c: fix for huge datanobu
2012-05-01* revert r35510 and r35511 which caused removing the headers everytime.nobu
2012-05-01depends on ext/openssl/deprecation.rbnobu
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
2012-02-25avoid rdoc's warnings.naruse
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2008-09-01* ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-13* ext/digest/digest.c, ext/digest/digest.h,knu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-11* ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu
2006-10-11* ext/digest/digest.c (rb_digest_base_alloc,knu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
2006-09-27* ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-06-24add extconf.h to .cvsignore.akr
2006-05-25* ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
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
2003-12-01* sample/optparse/opttest.rb: added.nobu
2002-09-27Update the MANIFEST files.knu
2002-09-26* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-03-18* ext/digest: add depend file.nobu
2002-02-24Merge from rough.knu
2002-02-17* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu
2001-08-14* ext/digest/*/extconf.rb: really fix so that they build from anyknu