diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-28 00:44:08 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-28 00:44:08 +0000 |
| commit | e2b0268f54409bc0ddd75bcfbd263ab7fa32e01e (patch) | |
| tree | e878457ebb704b3a80f1386a9bb5e753cfadb941 /ChangeLog | |
| parent | c135fd1fba81fc7a080236d636ec6fc1084c4161 (diff) | |
| download | ruby-e2b0268f54409bc0ddd75bcfbd263ab7fa32e01e.tar.gz ruby-e2b0268f54409bc0ddd75bcfbd263ab7fa32e01e.tar.xz ruby-e2b0268f54409bc0ddd75bcfbd263ab7fa32e01e.zip | |
* ext/digest/lib/digest.rb (Digest::self.const_missing): avoid
infinite recursive const_missing call. [ruby-talk:262193]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12851 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 @@ +Sat Jul 28 09:35:41 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid + infinite recursive const_missing call. [ruby-talk:262193] + Thu Jul 26 20:40:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * range.c (range_eqq): call_super() in === does not work well |
