diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-05 01:38:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-05 01:38:52 +0000 |
commit | 38dbbf33b03256df3c290a89254e898ee3ffd3dc (patch) | |
tree | 998702f64c1f4fdfcfd41900ce961d3c1760dfbd /ChangeLog | |
parent | acf1ea1ab4e534794cebbfbabf32e7713af377d1 (diff) |
rmd160/extconf.rb: fix function name
* ext/digest/rmd160/extconf.rb: fix transform function name to
check. [ruby-core:65091] [Bug #10252]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Oct 5 10:39:11 2014 Luiz Angelo Daros de Luca <luizluca@gmail.com> + + * ext/digest/rmd160/extconf.rb: fix transform function name to + check. [ruby-core:65091] [Bug #10252] + Sun Oct 5 05:46:00 2014 Eric Wong <e@80x24.org> * ext/zlib/zlib.c (zstream_mark, zstream_free): update signature |