| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/digest/digest.c (rb_digest_instance_inspect): constified. | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -5/+4 |
* | better error message | knu | 2007-02-28 | 1 | -1/+1 |
* | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu | 2007-02-28 | 1 | -4/+8 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warnings | knu | 2007-02-27 | 1 | -2/+2 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor | knu | 2006-11-01 | 1 | -4/+4 |
* | * ext/digest/digest.c (Init_digest): typo. | usa | 2006-10-26 | 1 | -1/+1 |
* | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu | 2006-10-20 | 1 | -324/+412 |
* | * ext/digest/digest.c, ext/digest/digest.h, | knu | 2006-10-13 | 1 | -2/+117 |
* | * ext/digest/digest.c: Improve RDoc documentation further more. | knu | 2006-10-13 | 1 | -2/+13 |
* | * ext/digest/digest.c: Improve RDoc documentation. | knu | 2006-10-13 | 1 | -16/+33 |
* | * ext/digest/digest.c (Init_digest): Digest::Base.new() does no | knu | 2006-10-13 | 1 | -13/+0 |
* | * ext/digest/digest.c, ext/digest/md5/md5init.c, | knu | 2006-10-13 | 1 | -19/+69 |
* | * ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabble | knu | 2006-10-13 | 1 | -76/+0 |
* | * ext/digest/digest.c (rb_digest_base_equal): Again, should call | knu | 2006-10-13 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_equal): Should call digest() | knu | 2006-10-12 | 1 | -2/+2 |
* | * ext/digest/digest.c (get_digest_base_metadata): Use an instance | knu | 2006-10-11 | 1 | -2/+2 |
* | * ext/digest/digest.c (rb_digest_base_alloc, | knu | 2006-10-11 | 1 | -18/+14 |
* | * ext/digest/digest.c (rb_digest_base_reset): Do not make | knu | 2006-10-11 | 1 | -5/+9 |
* | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu | 2006-10-11 | 1 | -1/+25 |
* | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu | 2006-10-10 | 1 | -4/+12 |
* | * ext/digest/digest.c: Make hexdigest() always call digest() internally. | knu | 2006-10-05 | 1 | -45/+72 |
* | * ext/digest/digest.c: Allow subclassing in Ruby. | knu | 2006-10-05 | 1 | -12/+82 |
* | * ext/digest/digest.c (hexdigest_str_new): Add a string size check. | knu | 2006-10-05 | 1 | -1/+8 |
* | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 1 | -21/+43 |
* | * ext/digest/digest.c (rb_digest_base_inspect): new method. | akr | 2006-09-13 | 1 | -0/+22 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -9/+9 |
* | Make RDoc show up. | drbrain | 2006-08-28 | 1 | -1/+1 |
* | Include attribution | drbrain | 2006-08-27 | 1 | -19/+15 |
* | remove unused variables. | akr | 2005-12-12 | 1 | -3/+0 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz | 2005-12-12 | 1 | -67/+25 |
* | * array.c (rb_ary_delete): element comparison might change array | matz | 2004-09-17 | 1 | -7/+7 |
* | Add a XXX comment. | knu | 2003-10-15 | 1 | -0/+1 |
* | * ext/digest/digest.c (rb_digest_base_alloc): need to initialize | usa | 2003-10-15 | 1 | -1/+1 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -1/+2 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_copy): renamed "become". | nobu | 2002-12-11 | 1 | -2/+2 |
* | * ext/digest/digest.c (rb_digest_base_s_digest): Fix a double | knu | 2002-09-26 | 1 | -5/+2 |
* | = should be == | matz | 2002-09-05 | 1 | -1/+1 |
* | Fix rb_digest_base_become (ruby-core:428) | michal | 2002-09-04 | 1 | -3/+2 |
* | * class.c (rb_make_metaclass): obj.meta.super.meta should be equal | matz | 2002-09-04 | 1 | -2/+0 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -64/+41 |
* | * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug | knu | 2001-09-06 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_s_digest, | knu | 2001-09-06 | 1 | -0/+12 |
* | Import the "digest" module and the submodules, from the Rough Ruby | knu | 2001-07-13 | 1 | -0/+331 |