diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-06 17:03:35 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-06 17:03:35 +0000 |
| commit | 97975b51118d554f7049c175dfc8e67e1700fbfb (patch) | |
| tree | df3d0b8577940c651cb007d40645f396638a13e7 /ChangeLog | |
| parent | 623896e8916afc72b86a44a83227afa6cebe973f (diff) | |
| download | ruby-97975b51118d554f7049c175dfc8e67e1700fbfb.tar.gz ruby-97975b51118d554f7049c175dfc8e67e1700fbfb.tar.xz ruby-97975b51118d554f7049c175dfc8e67e1700fbfb.zip | |
* instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into
rbconfig.rb. (backported from CVS HEAD)
* ext/socket/extconf.rb (sockaddr_storage): winsock2.h have the
definition of struct sockaddr_storage, but socket.c doesn't
include it because this version of ruby still has binary level
compatibility with winsock1.
* lib/mkmf.rb (create_makefile): should support header files in
depend file.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Mon Feb 7 01:56:20 2005 NAKAMURA Usaku <usa@ruby-lang.org> + + * instruby.rb, rubytest.rb (srcdir): no longer embed srcdir into + rbconfig.rb. (backported from CVS HEAD) + + * ext/socket/extconf.rb (sockaddr_storage): winsock2.h have the + definition of struct sockaddr_storage, but socket.c doesn't + include it because this version of ruby still has binary level + compatibility with winsock1. + + * lib/mkmf.rb (create_makefile): should support header files in + depend file. + Mon Feb 7 01:21:50 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/socket/extconf.rb: check if getaddrinfo() works fine only when |
