summaryrefslogtreecommitdiffstats
path: root/ext/digest/digest.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Include attributiondrbrain2006-08-271-19/+15
* remove unused variables.akr2005-12-121-3/+0
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-67/+25
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-7/+7
* Add a XXX comment.knu2003-10-151-0/+1
* * ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa2003-10-151-1/+1
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-1/+2
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-111-2/+2
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-5/+2
* = should be ==matz2002-09-051-1/+1
* Fix rb_digest_base_become (ruby-core:428)michal2002-09-041-3/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-2/+0
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-64/+41
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-061-1/+1
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-061-0/+12
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-131-0/+331