summaryrefslogtreecommitdiffstats
path: root/ext/digest/digest.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-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, test/digest/test_digest.rb: Merge from trunk:knu2006-10-251-267/+459
* * ext/digest: Merge from trunk; metadata location changed,knu2006-10-111-23/+47
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-11/+19
* * ext/digest: Merge from trunk; apply all changes since theknu2006-10-101-116/+215
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-2/+2
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-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