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

add ML ref.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2006-09-14 00:39:37 +00:00
parent be02cb10f8
commit 29d0396012

View file

@ -1,6 +1,7 @@
Thu Sep 14 08:30:02 2006 Tanaka Akira <akr@fsij.org>
* ext/digest/digest.c (rb_digest_base_inspect): new method.
[ruby-dev:29573]
Thu Sep 14 01:13:56 2006 NAKAMURA Usaku <usa@ruby-lang.org>
@ -10,6 +11,7 @@ Thu Sep 14 01:13:56 2006 NAKAMURA Usaku <usa@ruby-lang.org>
Thu Sep 14 01:02:25 2006 Tanaka Akira <akr@fsij.org>
* ext/digest/lib/digest.rb: new file.
[ruby-dev:28689]
Wed Sep 13 18:43:05 2006 Yukihiro Matsumoto <matz@ruby-lang.org>