mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a missed entry.
* ext/md5/md5init.c: add an instance method "<<" as an alias for "update". (inspired by Steve Coltrin's ruby-sha1) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f84f4aa6b3
commit
8bd77e8db4
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed May 16 18:05:52 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* ext/md5/md5init.c: add an instance method "<<" as an alias for
|
||||
"update". (inspired by Steve Coltrin's ruby-sha1)
|
||||
|
||||
Tue May 15 17:46:37 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* array.c (rb_ary_and): should not push frozen key string.
|
||||
|
|
Loading…
Reference in a new issue