summaryrefslogtreecommitdiff
path: root/ext/digest/digest.c
AgeCommit message (Expand)Author
2006-09-13* ext/digest/digest.c (rb_digest_base_inspect): new method.akr
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-28Make RDoc show up.drbrain
2006-08-27Include attributiondrbrain
2005-12-12remove unused variables.akr
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2003-10-15Add a XXX comment.knu
2003-10-15* ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa
2003-09-29* eval.c (rb_thread_atfork): wrong format specifier.matz
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-12-11* ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu
2002-09-26* ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu
2002-09-05= should be ==matz
2002-09-04Fix rb_digest_base_become (ruby-core:428)michal
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-07-13Import the "digest" module and the submodules, from the Rough Rubyknu