matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9accd03e7
commit
a4fe713cb1
@ -1,3 +1,7 @@
|
||||
Sun Jul 23 12:55:04 2000 Dave Thomas <Dave@Thomases.com>
|
||||
|
||||
* string.c (rb_str_rindex): Support negative end position.
|
||||
|
||||
Fri Jul 21 17:35:01 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
|
||||
|
||||
* parse.y (aref_args): command_call now be permitted as
|
||||
|
@ -105,6 +105,7 @@ Init_md5()
|
||||
cMD5 = rb_define_class("MD5", rb_cObject);
|
||||
|
||||
rb_define_singleton_method(cMD5, "new", md5_new, -1);
|
||||
rb_define_singleton_method(cMD5, "md5", md5_new, -1);
|
||||
|
||||
rb_define_method(cMD5, "update", md5_update, 1);
|
||||
rb_define_method(cMD5, "digest", md5_digest, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user