summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-10 18:31:36 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-10 18:31:36 +0000
commit2f0b2d2db2a5b6e1c1f9b622a939899a62746b8c (patch)
tree150e2eefc4a2351ea65cb62604e85e2eaa403b3e /ChangeLog
parentdd70c6ce2bda35a9fbf3ffec01ca5d4a872b6bcf (diff)
downloadruby-2f0b2d2db2a5b6e1c1f9b622a939899a62746b8c.tar.gz
ruby-2f0b2d2db2a5b6e1c1f9b622a939899a62746b8c.tar.xz
ruby-2f0b2d2db2a5b6e1c1f9b622a939899a62746b8c.zip
* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
if the specified value doesn't exist. * lib/ext/openssl/ossl_conf.c (ossl_config_get_section): return a empty hash if the specified section doesn't exist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d5cfb83f..8ee4dc4a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Nov 11 03:30:43 JST 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
+
+ * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
+ if the specified value doesn't exist.
+
+ * lib/ext/openssl/ossl_conf.c (ossl_config_get_section): return
+ a empty hash if the specified section doesn't exist.
+
Mon Nov 10 11:40:29 2003 Shugo Maeda <shugo@ruby-lang.org>
* lib/monitor.rb (wait): return true on signal/broadcastfalse and