diff options
author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-12 22:03:53 +0000 |
---|---|---|
committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-03-12 22:03:53 +0000 |
commit | ddf2558a167652cfec6a901b2116b832221e6e83 (patch) | |
tree | d5c9bc4522fb8893406d0142d0b76133fc489030 /ChangeLog | |
parent | 6014e76a4088472bb8d2b08e40c690feb548b701 (diff) |
ext/openssl/ossl_ssl.c: predefine wait_*able symbols
This leads to a size reduction in openssl.so and reduces the
chance of bugs due to typos.
text data bss dec hex
before: 333022 13164 3312 349498 5553a
after: 332790 13164 3232 349186 55402
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Fri Mar 13 07:01:38 2015 Eric Wong <e@80x24.org> + + * ext/openssl/ossl_ssl.c: predefine wait_*able symbols + Thu Mar 12 22:59:53 2015 Tanaka Akira <akr@fsij.org> * test/lib/leakchecker.rb: Check environment variables. |