aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-074-0/+8
* * 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