aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* * ext/digest/digest.c, ext/digest/digest.h,knu2006-10-137-62/+188
* * ext/digest/digest.c: Improve RDoc documentation further more.knu2006-10-131-2/+13
* * ext/digest/digest.c: Improve RDoc documentation.knu2006-10-132-21/+42
* Add .cvsignoreknu2006-10-131-0/+4
* * ext/digest/lib/digest.rb (Digest): Try to auto-load non-standardknu2006-10-131-3/+15
* * ext/digest/digest.c (Init_digest): Digest::Base.new() does noknu2006-10-131-13/+0
* * ext/digest/digest.c, ext/digest/md5/md5init.c,knu2006-10-137-243/+89
* * ext/digest/bubblebabble, ext/digest/digest.c: Rip BubbleBabbleknu2006-10-133-76/+139
* * ext/digest/digest.c (rb_digest_base_equal): Again, should callknu2006-10-131-1/+1
* * ext/digest/digest.c (rb_digest_base_equal): Should call digest()knu2006-10-121-2/+2
* * ext/digest/lib/digest/hmac.rb: Make use of String#bytes.knu2006-10-111-7/+1
* * ext/digest/digest.c (get_digest_base_metadata): Use an instanceknu2006-10-115-10/+10
* * ext/digest/digest.c (rb_digest_base_alloc,knu2006-10-1120-120/+14
* * ext/digest/lib/digest/hmac.rb: Add digest/hmac, which implementsknu2006-10-111-0/+263
* * ext/digest/digest.c (rb_digest_base_reset): Do not makeknu2006-10-111-5/+9
* * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines nomatz2006-10-111-0/+4
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-119-9/+45
* * ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu2006-10-101-4/+12
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-102-4/+0
* * ext/digest/depend: Fix header installation when the buildknu2006-10-061-1/+1
* * ext/digest/depend: Install digest.h.knu2006-10-051-0/+6
* * ext/digest/lib/md5.rb, ext/digest/lib/sha1.rb: Remove thoseknu2006-10-052-28/+0
* * ext/digest/digest.c: Make hexdigest() always call digest() internally.knu2006-10-051-45/+72
* * ext/digest/digest.c: Allow subclassing in Ruby.knu2006-10-051-12/+82
* * ext/digest/digest.c (hexdigest_str_new): Add a string size check.knu2006-10-051-1/+8
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-0527-631/+92
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-291-0/+2
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-274-4/+4
* * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr2006-09-141-1/+1
* add a document for Digest::Base.file.akr2006-09-141-0/+4
* * ext/digest/lib/digest.rb (Digest::Base.file): new method.akr2006-09-141-0/+13
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-131-0/+22
* * ext/digest/lib/digest.rb: new file.akr2006-09-131-0/+8
* * ruby.h (struct RString): embed small strings.matz2006-08-311-9/+9
* Make RDoc show up.drbrain2006-08-281-1/+1
* Include attributiondrbrain2006-08-271-19/+15
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-072-2/+2
* add extconf.h to .cvsignore.akr2006-06-245-0/+5
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-254-4/+8
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* remove unused variables.akr2005-12-121-3/+0
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-122-72/+30
* * 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_delete): element comparison might change arraymatz2004-09-172-11/+8
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * 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
* * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: removenobu2004-01-191-6/+2