| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c | nobu | 2008-09-01 | 1 | -2/+2 |
* | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu | 2006-12-11 | 1 | -0/+0 |
* | * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates. | knu | 2006-10-20 | 1 | -1/+1 |
* | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu | 2006-10-20 | 2 | -5/+78 |
* | * ext/digest/digest.c, ext/digest/digest.h, | knu | 2006-10-13 | 1 | -3/+2 |
* | * ext/digest/digest.c, ext/digest/md5/md5init.c, | knu | 2006-10-13 | 1 | -0/+5 |
* | * ext/digest/digest.c (get_digest_base_metadata): Use an instance | knu | 2006-10-11 | 1 | -2/+2 |
* | * ext/digest/digest.c (rb_digest_base_alloc, | knu | 2006-10-11 | 3 | -25/+0 |
* | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu | 2006-10-11 | 1 | -0/+3 |
* | * ext/digest/sha1/depend, ext/digest/sha2/depend: Remove obsolete | knu | 2006-10-10 | 1 | -2/+0 |
* | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 5 | -282/+10 |
* | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu | 2006-09-27 | 1 | -1/+1 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -1/+2 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -1/+1 |
* | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -7/+1 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -7/+0 |
* | * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated. | nobu | 2004-02-22 | 1 | -1/+1 |
* | * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503] | nobu | 2004-01-07 | 1 | -0/+2 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 1 | -0/+1 |
* | * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wrongly | matz | 2003-07-26 | 1 | -1/+1 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+1 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * ext/digest: add depend file. | nobu | 2002-03-18 | 2 | -0/+8 |
* | * ext/digest/sha2/sha2.c: Merge from rough. Fix a couple of | knu | 2002-02-26 | 1 | -3/+3 |
* | Merge from rough. | knu | 2002-02-24 | 1 | -1/+27 |
* | * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is | nobu | 2002-02-17 | 1 | -2/+2 |
* | * ext/digest/sha2/extconf.rb: fix support for cross-compiling. | eban | 2001-08-20 | 1 | -8/+2 |
* | * ext/digest/*/extconf.rb: really fix so that they build from any | knu | 2001-08-14 | 1 | -4/+4 |
* | * ext/digest/sha2/extconf.rb: fix so that they build from any | knu | 2001-08-14 | 1 | -1/+1 |
* | * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an | knu | 2001-08-14 | 1 | -5/+11 |
* | * ext/digest/sha2/extconf.rb: do not create Makefile when no 64bit | knu | 2001-08-14 | 1 | -0/+8 |
* | * ext/digest/*/extconf.rb: fix so that they build from any | knu | 2001-07-14 | 1 | -1/+1 |
* | Import the "digest" module and the submodules, from the Rough Ruby | knu | 2001-07-13 | 7 | -0/+1370 |