aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei2007-08-221-2/+4
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-221-5/+4
* Merge changes from ruby_1_8:knu2007-03-062-8/+26
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-4/+8
* Merge changes between r11871 and r11907 from ruby_1_8.knu2007-02-273-4/+4
* * ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu2007-02-141-8/+10
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-12-111-0/+73
* * ext/digest/sha2/lib/sha2.rb: Moved one level up from underknu2006-12-111-73/+0
* * ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 treeknu2006-11-071-271/+0
* * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu2006-11-012-5/+6
* * ext/digest/digest.c (Init_digest): typo.usa2006-10-261-1/+1
* * ext/digest, test/digest/test_digest.rb: Merge from trunk:knu2006-10-2512-548/+818
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-255-0/+228
* * ext/digest/lib/digest/hmac: Back out the addition of digest/hmacknu2006-10-131-259/+0
* * ext/digest: Merge from trunk; metadata location changed,knu2006-10-1123-146/+86
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-111-0/+257
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-11/+19
* * ext/digest: Merge from trunk; apply all changes since theknu2006-10-1032-747/+288
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-10-041-0/+27
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-072-2/+2
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-254-4/+8
* * stable version 1.8.4 released.matz2005-12-241-1/+1
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-2/+2
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-7/+1
* * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo2005-08-303-0/+3
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-015-44/+0
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-7/+7
* * ext/digest/md5/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * ext/digest/rmd160/extconf.rb: have_library appends found library.nobu2004-01-211-1/+0
* * sample/optparse/opttest.rb: added.nobu2003-12-015-33/+4
* Add a XXX comment.knu2003-10-151-0/+1
* * ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa2003-10-151-1/+1
* * test/digest/test_digest.rb: Moved from ext/digest/test.rb.knu2003-10-142-92/+0
* * eval.c (rb_thread_atfork): wrong format specifier.matz2003-09-291-1/+1
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-1/+0
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * ext/digest/defs.h: better support for old Cygwin, again.eban2003-06-011-1/+1
* * ext/digest/defs.h: better support for old Cygwin.eban2003-06-011-1/+1
* * ext/digest/defs.h: avoid warnings on Cygwin.eban2003-06-011-1/+1
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * intern.h (rb_check_array_type): Declare rb_check_array_type().knu2003-01-061-0/+2
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-1/+2
* * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu2002-12-201-1/+1
* * ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu2002-12-111-2/+2
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-271-11/+2
* Update the MANIFEST files.knu2002-09-274-0/+12
* Add a knob WITH_BUNDLED_ENGINES to test.sh.knu2002-09-261-2/+8
* * ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu2002-09-265-5/+77
* * ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu2002-09-265-5/+81
* * ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu2002-09-265-4/+56