| Age | Commit message (Expand) | Author |
| 2010-10-31 | * ext/digest/digest.c (rb_digest_class_init): Define | knu |
| 2010-08-07 | .cvsignore: have not been used already. [Bug #3468] | nobu |
| 2010-04-16 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
| 2010-01-17 | * ext/digest/digest.c (rb_digest_instance_digest) | knu |
| 2009-12-31 | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppress | knu |
| 2009-11-25 | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not | knu |
| 2009-11-24 | * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Add an | knu |
| 2009-08-11 | * ext/digest/sha2/sha2.h: need to include defs.h instead of inttypes.h | usa |
| 2009-08-07 | * ext/digest/sha2/sha2.h: include inttypes.h for uint32_h, etc. | akr |
| 2009-08-06 | * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an | knu |
| 2009-08-06 | * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be | knu |
| 2009-08-06 | * ext/digest/sha2/lib/sha2.eb: should require sha2.so. | knu |
| 2008-08-09 | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu |
| 2008-07-23 | * ext/digest/digest.c (rb_digest_instance_inspect): consitifed. | nobu |
| 2007-07-28 | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | matz |
| 2007-07-15 | * ext/digest/digest.c (rb_digest_instance_update, | nobu |
| 2007-03-06 | * ext/digest/lib/md5.rb (MD5::new, MD5::md5): Do not modify | knu |
| 2007-03-06 | * ext/digest/lib/md5.rb (MD5::md5): Catch up with Digest's API | knu |
| 2007-02-28 | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu |
| 2007-02-27 | * regex.c (calculate_must_string, slow_search, re_search): Silence | knu |
| 2007-02-14 | * ext/digest/lib/digest.rb (Digest::self.const_missing): Drop | knu |
| 2006-12-11 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
| 2006-12-11 | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu |
| 2006-11-07 | * ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 tree | knu |
| 2006-11-01 | * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor | knu |
| 2006-10-26 | * ext/digest/digest.c (Init_digest): typo. | usa |
| 2006-10-25 | * ext/digest, test/digest/test_digest.rb: Merge from trunk: | knu |
| 2006-10-25 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
| 2006-10-13 | * ext/digest/lib/digest/hmac: Back out the addition of digest/hmac | knu |
| 2006-10-11 | * ext/digest: Merge from trunk; metadata location changed, | knu |
| 2006-10-11 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
| 2006-10-10 | * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new): | knu |
| 2006-10-10 | * ext/digest: Merge from trunk; apply all changes since the | knu |
| 2006-10-04 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
| 2006-08-07 | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz |
| 2006-05-25 | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu |
| 2005-12-24 | * stable version 1.8.4 released. | matz |
| 2005-12-12 | * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to | matz |
| 2005-09-06 | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu |
| 2005-08-30 | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo |
| 2004-11-01 | * MANIFEST, ext/**/MANIFEST: removed. | eban |
| 2004-09-18 | * array.c (rb_ary_equal): element size might change during | matz |
| 2004-01-21 | * ext/digest/md5/extconf.rb: have_library appends found library. | nobu |
| 2004-01-21 | * ext/digest/rmd160/extconf.rb: have_library appends found library. | nobu |
| 2003-12-01 | * sample/optparse/opttest.rb: added. | nobu |
| 2003-10-15 | Add a XXX comment. | knu |
| 2003-10-15 | * ext/digest/digest.c (rb_digest_base_alloc): need to initialize | usa |
| 2003-10-14 | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu |
| 2003-09-29 | * eval.c (rb_thread_atfork): wrong format specifier. | matz |
| 2003-08-06 | * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137] | nobu |