aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/md5/md5init.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+3
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-051-2/+1
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-261-0/+4
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-041-2/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-5/+2
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-2/+2
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-131-0/+34