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

* ext/digest/digest.c: Allow subclassing in Ruby.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2006-10-05 19:05:33 +00:00
parent 0ad60d4f28
commit 17398b1960

View file

@ -1,3 +1,7 @@
Fri Oct 6 02:38:42 2006 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/digest.c: Allow subclassing in Ruby.
Fri Oct 6 02:06:10 2006 Akinori MUSHA <knu@iDaemons.org>
* ext/digest/digest.c (hexdigest_str_new): Add a string size check.