diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 18:45:41 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 18:45:41 +0000 |
commit | 3c79223591115cf5cc7417c005894ca456262937 (patch) | |
tree | 43bdc1302978d1710a08cdd4515d6f65b2fb7793 /ChangeLog | |
parent | 8178f56f5b93b541776a7bf5a1abd1aed0fdfa3f (diff) | |
download | ruby-3c79223591115cf5cc7417c005894ca456262937.tar.gz ruby-3c79223591115cf5cc7417c005894ca456262937.tar.xz ruby-3c79223591115cf5cc7417c005894ca456262937.zip |
* ext/openssl/ossl_config.c (ossl_config_each): add new method
OpenSSL::Config#each. it iterates with section name, field name
and value.
* ext/openssl/ossl_config.c (Init_ossl_config): include Enumerable.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Feb 24 03:45:06 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_config.c (ossl_config_each): add new method + OpenSSL::Config#each. it iterates with section name, field name + and value. + + * ext/openssl/ossl_config.c (Init_ossl_config): include Enumerable. + Mon Feb 23 09:09:44 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * instruby.rb (parse_args): use optparse instead of getopts. |