diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-17 12:43:44 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-17 12:43:44 +0000 |
| commit | 019b631bdf2750f6d01de08672a14b50a0b2a423 (patch) | |
| tree | 9e6114edbfbfeb04d5f02f3d64a2fb7c23503147 /ChangeLog | |
| parent | 7dcd6ef83ea82b4179792d6a2f578e3e49de322c (diff) | |
| download | ruby-019b631bdf2750f6d01de08672a14b50a0b2a423.tar.gz ruby-019b631bdf2750f6d01de08672a14b50a0b2a423.tar.xz ruby-019b631bdf2750f6d01de08672a14b50a0b2a423.zip | |
* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is
replaced by rb_cvar_set().
* ext/digest/rmd160/rmd160init.c (Init_rmd160): ditto.
* ext/digest/sha1/sha1init.c (Init_sha1): ditto.
* ext/digest/sha2/sha2init.c (Init_sha2): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Feb 17 21:39:24 2002 Tetsuya Watanabe <tetsuya.watanabe@nifty.com> + + * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is + replaced by rb_cvar_set(). + + * ext/digest/rmd160/rmd160init.c (Init_rmd160): ditto. + + * ext/digest/sha1/sha1init.c (Init_sha1): ditto. + + * ext/digest/sha2/sha2init.c (Init_sha2): ditto. + Fri Feb 15 14:40:38 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set(). |
