summaryrefslogtreecommitdiff
path: root/ext/digest
AgeCommit message (Expand)Author
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
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-06-11new platform [bccwin32] merged.H_Konishi
2002-03-21Probably */depend should be added to this file too.knu
2002-03-18* ext/digest: add depend file.nobu
2002-02-26* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu
2002-02-24Merge from rough.knu
2002-02-17* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu
2002-01-16* st.c: primes should be primes.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban
2001-08-14* ext/digest/*/extconf.rb: really fix so that they build from anyknu
2001-08-14* ext/digest/sha2/extconf.rb: fix so that they build from anyknu
2001-08-14* ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu
2001-08-14* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu
2001-07-19Rename *.jp to *.ja, since jp is a region code and ja is a languageknu
2001-07-14* ext/digest/*/extconf.rb: fix so that they build from anyknu
2001-07-13Import the "digest" module and the submodules, from the Rough Rubyknu