aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha1
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.akr2016-04-111-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* fixup! r52695naruse2015-11-261-1/+1
* * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 isnaruse2015-11-211-1/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-213-3/+3
* digest: CommonDigestnobu2015-02-112-0/+16
* digest: define Finish func from Final funcnobu2015-02-112-11/+3
* digest: common configurationsnobu2015-02-112-11/+3
* digest: no ID cachenobu2015-02-101-2/+2
* Update dependencies.akr2014-12-191-2/+2
* Update dependency.akr2014-11-211-8/+12
* Mark auogenerated part.akr2014-11-151-0/+2
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-20/+20
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-2/+21
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-5/+5
* ext/digest: hide metadata objects for internal usenobu2014-09-301-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* digest: no check for hidden objectsnobu2014-09-291-0/+2
* ext/digest: return values of init and finalnobu2014-07-152-4/+6
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-6/+3
* 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/**/*.[ch]: removed trailing spaces.nobu2010-04-222-4/+4
* * 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
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-271-1/+1
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-7/+7
* * 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/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz2006-10-111-0/+4
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+3
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-101-2/+0
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-057-156/+16
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-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-9/+0
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-4/+1
* * 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
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-1/+0