summaryrefslogtreecommitdiff
path: root/ext/digest
AgeCommit message (Expand)Author
2007-02-14* ext/digest/lib/digest.rb (Digest::self.const_missing): Dropknu
2006-12-11This 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 underknu
2006-11-07* ext/digest/lib/digest/hmac.rb: Keep this out of the 1.8 treeknu
2006-11-01* ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minorknu
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-25This 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/hmacknu
2006-10-11* ext/digest: Merge from trunk; metadata location changed,knu
2006-10-11This 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 theknu
2006-10-04This 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 fornobu
2005-12-24* stable version 1.8.4 released.matz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
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 duringmatz
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-15Add a XXX comment.knu
2003-10-15* ext/digest/digest.c (rb_digest_base_alloc): need to initializeusa
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
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-06-01* ext/digest/defs.h: better support for old Cygwin, again.eban
2003-06-01* ext/digest/defs.h: better support for old Cygwin.eban
2003-06-01* ext/digest/defs.h: avoid warnings on Cygwin.eban
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2003-01-06* intern.h (rb_check_array_type): Declare rb_check_array_type().knu
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c,nobu
2002-12-11* ext/digest/digest.c (rb_digest_base_copy): renamed "become".nobu
2002-11-27* ext/digest/test.rb: Switch from RUnit to Test::Unit.knu
2002-09-27Update the MANIFEST files.knu
2002-09-26Add a knob WITH_BUNDLED_ENGINES to test.sh.knu
2002-09-26* ext/digest/sha1: Use OpenSSL's SHA1 engine if available. It isknu
2002-09-26* ext/digest/rmd160: Use OpenSSL's RMD160 engine if available. Itknu
2002-09-26* ext/digest/md5: Use OpenSSL's MD5 engine if available. It isknu
2002-09-26* ext/digest/digest.c (rb_digest_base_s_digest): Fix a doubleknu
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-09-05= should be ==matz
2002-09-04Fix rb_digest_base_become (ruby-core:428)michal
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz