aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/sha2
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Addknu2006-10-111-0/+3
* * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsoleteknu2006-10-101-2/+0
* * ext/digest/digest.[ch]: Since the argument order ofknu2006-10-055-282/+10
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-1/+1
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * ruby.h, lib/mkmf.rb (create_header): clear command line options fornobu2006-05-251-1/+2
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-7/+1
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-7/+0
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-0/+2
* * sample/optparse/opttest.rb: added.nobu2003-12-011-0/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-1/+1
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-1/+1
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-0/+1
* * ext/digest: add depend file.nobu2002-03-182-0/+8
* * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple ofknu2002-02-261-3/+3
* Merge from rough.knu2002-02-241-1/+27
* * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() isnobu2002-02-171-2/+2
* * 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-141-4/+4
* * 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-141-5/+11
* * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu2001-08-141-0/+8
* * ext/digest/*/extconf.rb: fix so that they build from anyknu2001-07-141-1/+1
* Import the "digest" module and the submodules, from the Rough Rubyknu2001-07-137-0/+1370