aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Fix rb_digest_base_become (ruby-core:428)michal2002-09-041-3/+2
* * class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz2002-09-042-4/+2
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-032-69/+43
* new platform [bccwin32] merged.H_Konishi2002-06-111-0/+2
* Probably */depend should be added to this file too.knu2002-03-211-0/+4
* * ext/digest: add depend file.nobu2002-03-1810-0/+33
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-3/+3
* Merge from rough.knu2002-02-244-4/+64
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-174-8/+8
* * st.c: primes should be primes.matz2002-01-161-1/+2
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-0/+23
* * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu2001-09-061-1/+1
* * ext/digest/digest.c (rb_digest_base_s_digest,knu2001-09-061-0/+12
* * ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban2001-08-201-8/+2
* * ext/digest/*/extconf.rb: really fix so that they build from anyknu2001-08-144-10/+10
* * ext/digest/sha2/extconf.rb: fix so that they build from anyknu2001-08-141-1/+1
* * ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu2001-08-142-6/+12
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-141-0/+8
* Rename *.jp to *.ja, since jp is a region code and ja is a languageknu2001-07-192-2/+2
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-144-4/+4
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-1339-0/+3890