summaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * 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
* * ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu2002-09-261-5/+2
* * configure.in: modify program_prefix only if specifiedeban2002-09-085-0/+5
* = should be ==matz2002-09-051-1/+1