aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/digest.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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