summaryrefslogtreecommitdiff
path: root/ext/digest/digest.c
AgeCommit message (Expand)Author
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-10-16* ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse
2008-07-01 * ext/digest/digest.c (rb_digest_instance_inspect): constified.shyouhei
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-02-28better error messageknu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
2006-10-26* ext/digest/digest.c (Init_digest): typo.usa
2006-10-20* ext/digest: Prefix C constants with RUBY_ and C type names withknu
2006-10-13* ext/digest/digest.c, ext/digest/digest.h,knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation further more.knu
2006-10-13* ext/digest/digest.c: Improve RDoc documentation.knu
2006-10-13* ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu
2006-10-13* ext/digest/digest.c, ext/digest/md5/md5init.c,knu
2006-10-13* ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu
2006-10-13* ext/digest/digest.c (rb_digest_base_equal): Again, should callknu
2006-10-12* ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu
2006-10-11* ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu
2006-10-11* ext/digest/digest.c (rb_digest_base_alloc,knu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset): Do not makeknu
2006-10-11* ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu
2006-10-10* ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu
2006-10-05* ext/digest/digest.c: Make hexdigest() always call digest() internally.knu
2006-10-05* ext/digest/digest.c: Allow subclassing in Ruby.knu
2006-10-05* ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu
2006-10-05* ext/digest/digest.[ch]: Since the argument order ofknu
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