| Commit message (Expand) | Author | Age | Files | Lines |
* | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 | 2020-05-11 | 1 | -140/+140 |
* | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | 2020-04-08 | 1 | -0/+152 |
* | Hoisted out rb_digest_namespace | Nobuyoshi Nakada | 2019-08-22 | 1 | -3/+1 |
* | Include ruby/assert.h in ruby/ruby.h so that assertions can be there | Nobuyoshi Nakada | 2019-07-14 | 1 | -0/+1 |
* | Prefer relative directory from srcdir to top_srcdir | nobu | 2019-02-14 | 1 | -1/+1 |
* | Use $(hdrdir) for include/ruby.h, as well as r67033 | nobu | 2019-02-11 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2016-10-20 | 1 | -1/+1 |
* | * ext/digest/digest.c: Add documentation for Digest. | hsbt | 2016-10-20 | 1 | -0/+20 |
* | Update dependencies | nobu | 2016-07-06 | 1 | -12/+0 |
* | Local header dependencies | nobu | 2016-07-06 | 1 | -1/+2 |
* | Update dependencies. | akr | 2016-04-11 | 1 | -0/+1 |
* | handle ext/ as r53141 | naruse | 2015-12-16 | 1 | -0/+1 |
* | * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid | naruse | 2015-11-21 | 3 | -3/+3 |
* | digest: define Finish func from Final func | nobu | 2015-02-11 | 2 | -9/+2 |
* | digest: common configurations | nobu | 2015-02-11 | 2 | -11/+3 |
* | digest: no ID cache | nobu | 2015-02-10 | 1 | -2/+2 |
* | Update dependencies. | akr | 2014-12-19 | 1 | -2/+2 |
* | Update dependency. | akr | 2014-11-21 | 1 | -2/+6 |
* | Mark auogenerated part. | akr | 2014-11-15 | 1 | -0/+3 |
* | * common.mk: Remove comments in Dependency lines. | akr | 2014-11-15 | 1 | -20/+20 |
* | * tool/update-deps: Extend to fix dependencies. | akr | 2014-11-15 | 1 | -2/+20 |
* | digest/*/extconf.rb: do not link openssl when using bundled | nobu | 2014-10-05 | 1 | -5/+5 |
* | rmd160/extconf.rb: fix function name | nobu | 2014-10-05 | 1 | -1/+1 |
* | ext/digest: hide metadata objects for internal use | nobu | 2014-09-30 | 1 | -1/+1 |
* | protoize no-arguments functions | nobu | 2014-09-30 | 1 | -1/+1 |
* | digest: no check for hidden objects | nobu | 2014-09-29 | 1 | -0/+2 |
* | ext/digest: return values of init and final | nobu | 2014-07-15 | 2 | -4/+6 |
* | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -5/+2 |
* | extconf.rb: git rid of post-1.8 feature | nobu | 2012-11-27 | 1 | -1/+2 |
* | rmd160.c: fix for huge data | nobu | 2012-05-07 | 1 | -3/+7 |
* | * revert r35510 and r35511 which caused removing the headers everytime. | nobu | 2012-05-01 | 1 | -2/+0 |
* | depends on ext/openssl/deprecation.rb | nobu | 2012-05-01 | 1 | -0/+2 |
* | * ext/digest/*/extconf.rb: use pkg_config to use same library with | nobu | 2012-04-30 | 1 | -4/+3 |
* | * ext/openssl/extconf.rb: suppress useless deprecation warnings | nobu | 2012-02-27 | 1 | -0/+3 |
* | avoid rdoc's warnings. | naruse | 2012-02-25 | 1 | -0/+3 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -1/+1 |
* | * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be | knu | 2009-08-06 | 1 | -4/+0 |
* | * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c | nobu | 2008-09-01 | 1 | -2/+2 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warnings | knu | 2007-02-27 | 1 | -1/+1 |
* | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu | 2006-10-20 | 1 | -9/+6 |
* | * 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 | 5 | -25/+0 |
* | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu | 2006-10-11 | 1 | -0/+3 |
* | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 8 | -141/+8 |
* | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu | 2006-09-27 | 1 | -1/+1 |
* | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -1/+1 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |