diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-31 08:52:56 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-31 08:52:56 +0000 |
| commit | 75fc7cf2de0278f047fe4479cb0ac52678b5d4cf (patch) | |
| tree | 1b7c90ec992d13b27d3b5a3de06d82c532cf7fb9 /ChangeLog | |
| parent | 4bd53beeb35133841dc33ba822545cc0ece342a4 (diff) | |
* lib/mkmf.rb (try_func, try_var, have_struct_member),
(scalar_ptr_type?, scalar_type?): use MAIN_DOES_NOTHING.
* lib/mkmf.rb (MAIN_DOES_NOTHING): defaults to ordinary main.
* win32/Makefile.sub (config): for MAIN_DOES_NOTHING for wince.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun Aug 31 17:52:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/mkmf.rb (try_func, try_var, have_struct_member), + (scalar_ptr_type?, scalar_type?): use MAIN_DOES_NOTHING. + + * lib/mkmf.rb (MAIN_DOES_NOTHING): defaults to ordinary main. + + * win32/Makefile.sub (config): for MAIN_DOES_NOTHING for wince. + Sun Aug 31 13:45:41 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix for |
