From 370647ac58e0997839a030eb69b5354a5bd7cf70 Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 6 Feb 2005 17:03:35 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c7cecb3eae..9160263625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Feb 7 01:56:20 2005 NAKAMURA Usaku + + * 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 * ext/socket/extconf.rb: check if getaddrinfo() works fine only when -- cgit v1.2.3