diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-16 23:03:17 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-16 23:03:17 +0000 |
| commit | af61503709667cb380084f48f22c8855d13fcc19 (patch) | |
| tree | d5cf03877443f10c2d0846533fdad64ede925073 /ChangeLog | |
| parent | 82bf119bb1d63d30bd6f39e2e6f464cdaf4bab31 (diff) | |
* error.c (exc_initialize): calling 'to_str' each time just for
type checking is too heavy. [ruby-core:02661]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,6 +14,11 @@ Tue Mar 16 11:14:17 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * dir.c (fnmatch): File.fnmatch('**/.boo', '.foo/.boo', File::FNM_PATHNAME) should return false because of leading period. +Mon Mar 15 17:01:07 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * error.c (exc_initialize): calling 'to_str' each time just for + type checking is too heavy. [ruby-core:02661] + Mon Mar 15 10:14:51 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder): |
