diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 19:08:31 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 19:08:31 +0000 |
| commit | cb73f917eeeeaf1ece34a579a77cf8a035918941 (patch) | |
| tree | c8762875749e7cf4af6012b9f950d960002ca514 /ChangeLog | |
| parent | 0a4a9fcffc184562f0577e7dd64465807a31ce02 (diff) | |
| download | ruby-cb73f917eeeeaf1ece34a579a77cf8a035918941.tar.gz ruby-cb73f917eeeeaf1ece34a579a77cf8a035918941.tar.xz ruby-cb73f917eeeeaf1ece34a579a77cf8a035918941.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/branches/ruby_1_8@5814 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:16:35 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> * instruby.rb (DOSISH): embedded path in batch files should not be |
