aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/digest.c
Commit message (Expand)AuthorAgeFilesLines
* digest.c: GC guardnobu2015-05-211-0/+3
* allocate structs with wrappernobu2015-05-161-3/+2
* use 0 for reservednobu2014-12-011-1/+1
* digest: no check for hidden objectsnobu2014-09-291-0/+2
* digest.c: typed datanobu2014-09-271-6/+15
* digest.c: raise exception on init failurenobu2014-07-151-4/+12
* digest.c: call to_s oncenobu2014-06-071-4/+3
* digest.c: fix #== for non-string argumentseregon2014-06-061-1/+3
* * ext/digest/*: [DOC] Fix several typos and broken http links.zzak2013-11-131-18/+35
* * ext/digest/digest.c: [DOC] typo in overview by @chastellzzak2013-09-261-2/+1
* ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon2012-08-011-1/+1
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+8
* * ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain2011-08-121-0/+47
* * internal.h: add for internal use only.nobu2011-05-181-2/+2
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+8
* * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fixknu2010-01-171-2/+2
* * ext/digest/digest.c (rb_digest_instance_digest)knu2010-01-171-8/+2
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu2009-12-311-2/+2
* * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu2009-11-251-4/+13
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-1/+1
* * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei2008-07-011-1/+1
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-1/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-5/+4
* better error messageknu2007-02-281-1/+1
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-271-2/+2
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-011-4/+4
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-261-1/+1
* * ext/digest: Prefix C constants with RUBY_ and C type names withknu2006-10-201-324/+412
* * ext/digest/digest.c, ext/digest/digest.h,knu2006-10-131-2/+117
* * ext/digest/digest.c: Improve RDoc documentation further more.knu2006-10-131-2/+13
* * ext/digest/digest.c: Improve RDoc documentation.knu2006-10-131-16/+33
* * ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu2006-10-131-13/+0
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-131-19/+69
* * ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu2006-10-131-76/+0
* * ext/digest/digest.c (rb_digest_base_equal): Again, should callknu2006-10-131-1/+1
* * ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu2006-10-121-2/+2
* * 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-111-18/+14
* * ext/digest/digest.c (rb_digest_base_reset): Do not makeknu2006-10-111-5/+9
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-1/+25
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-4/+12
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-051-45/+72
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-12/+82
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-051-1/+8
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-21/+43
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-131-0/+22
* * ruby.h (struct RString): embed small strings.matz2006-08-311-9/+9
* Make RDoc show up.drbrain2006-08-281-1/+1