aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/md5
Commit message (Expand)AuthorAgeFilesLines
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-213-3/+3
* md5init.c: fix a typonobu2015-02-111-1/+1
* digest: CommonDigestnobu2015-02-112-0/+14
* digest: define Finish func from Final funcnobu2015-02-112-10/+3
* digest: common configurationsnobu2015-02-112-11/+3
* digest: no ID cachenobu2015-02-101-2/+2
* Update dependencies.akr2014-12-191-1/+1
* Update dependency.akr2014-11-211-4/+7
* Mark auogenerated part.akr2014-11-151-0/+3
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-11/+11
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-2/+11
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-6/+5
* ext/digest: hide metadata objects for internal usenobu2014-09-301-1/+1
* protoize no-arguments functionsnobu2014-09-302-3/+3
* ruby.h: warn untyped Datanobu2014-09-281-0/+2
* Revert r46828nobu2014-07-152-25/+6
* md5ossl.c: indicate the resultnobu2014-07-152-6/+25
* ext/digest: return values of init and finalnobu2014-07-152-4/+6
* Eliminate less-than-zero checks for unsigned variablesnobu2013-09-121-1/+1
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-5/+2
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-011-2/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-011-0/+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
* avoid rdoc's warnings.naruse2012-02-251-0/+3
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu2009-08-061-4/+0
* * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu2008-09-011-2/+2
* * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu2008-08-091-0/+2
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-5/+5
* * ext/digest/digest.c, ext/digest/digest.h,knu2006-10-131-3/+2
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-131-0/+5
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-111-2/+2
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-115-25/+0
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-112-0/+5
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-055-27/+13
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+2
* * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo2005-08-301-0/+1
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-8/+0
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-0/+2
* * sample/optparse/opttest.rb: added.nobu2003-12-011-0/+1
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-061-0/+2
* Update the MANIFEST files.knu2002-09-271-0/+2
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-265-4/+56
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1