summaryrefslogtreecommitdiff
path: root/ext/digest/digest.c
AgeCommit message (Expand)Author
2018-02-16no ID cache in Init functionsnobu
2016-10-20* remove trailing spaces.svn
2016-10-20* ext/digest/digest.c: Add documentation for Digest.hsbt
2016-07-29rb_funcallvnobu
2015-05-21digest.c: GC guardnobu
2015-05-16allocate structs with wrappernobu
2014-12-01use 0 for reservednobu
2014-09-29digest: no check for hidden objectsnobu
2014-09-27digest.c: typed datanobu
2014-07-15digest.c: raise exception on init failurenobu
2014-06-07digest.c: call to_s oncenobu
2014-06-06digest.c: fix #== for non-string argumentseregon
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
2012-08-01ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2011-08-12* ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain
2011-05-18* internal.h: add for internal use only.nobu
2010-10-18* ext/digest/digest.c (rb_digest_class_init): Defineknu
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
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
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-02-28better error messageknu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
2006-10-26* ext/digest/digest.c (Init_digest): typo.usa
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: Improve RDoc documentation further more.knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation.knu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-13* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu
2006-10-13* ext/digest/digest.c (rb_digest_base_equal): Again, should callknu
2006-10-12* ext/digest/digest.c (rb_digest_base_equal): Should call digest()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): Do not makeknu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
2006-10-10* ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu
2006-10-05* ext/digest/digest.c: Make hexdigest() always call digest() internally.knu
2006-10-05* ext/digest/digest.c: Allow subclassing in Ruby.knu
2006-10-05* ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu