summaryrefslogtreecommitdiff
path: root/ext/digest
AgeCommit message (Expand)Author
2013-11-21* ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak
2013-11-13* ext/digest/*: [DOC] Fix several typos and broken http links.zzak
2013-09-26* ext/digest/digest.c: [DOC] typo in overview by @chastellzzak
2013-09-12Eliminate less-than-zero checks for unsigned variablesnobu
2013-05-21* ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-01sha2.c: suppress warningsnobu
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-08-01ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon
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/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain
2012-02-27* ext/openssl/extconf.rb: suppress useless deprecation warningsnobu
2012-02-25avoid rdoc's warnings.naruse
2011-08-12* ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain
2011-08-07* ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-05-18* internal.h: add for internal use only.nobu
2011-05-16 * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain
2010-10-18* ext/digest/digest.c (rb_digest_class_init): Defineknu
2010-09-10 * ext/digest/lib/digest.rb: removed unused exception variablenahi
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-21* ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr
2010-02-24* ext/digest/extconf.rb: use OpenSSL only when all transformnobu
2010-02-22* ext/digest/sha2/sha2init.c: test OpenSSL more strictly.akr
2010-02-22* ext/digest/sha2: Use OpenSSL's SHA1 engine if available.nobu
2010-01-17* ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu
2010-01-17* ext/digest/digest.c (rb_digest_instance_digest)knu
2009-12-31* ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2009-08-14* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): fasternobu
2009-08-06* ext/digest/sha2/sha2.c: The ULL suffix is not supported byknu
2009-08-06* ext/digest/*/extconf.rb: inttypes.h and unistd.h need not beknu
2009-08-06 * ext/digest/sha2/lib/sha2.eb: should require sha2.so.usa
2009-08-06 * ext/digest/sha2/sha2.c (*_Final): typos.usa
2009-08-06* ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER asknu
2009-08-05* ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes anknu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-01* ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.cnobu
2008-08-09* configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),nobu
2008-07-01 * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1