1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix wording

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2006-10-11 18:21:35 +00:00
parent 2391385060
commit e85f3debc4

View file

@ -6,8 +6,9 @@ Thu Oct 12 02:12:31 2006 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/digest.c (get_digest_base_metadata): Use an instance
variable of a class object instead of a class variable for
metadata. This change is crucial for ruby 1.8 and applying it
also to the trunk will assure compatibilities.
metadata. This change is only crucial for ruby 1.8 because
class variables are inherited to subclasses prior to 1.9, but
applying it also to 1.9 will assure compatibilities.
* ext/digest/md5/md5init.c (Init_md5): Ditto.