diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-14 10:04:35 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-14 10:04:35 +0000 |
| commit | 24788ea7f6f3ec9d911ac1fce3411a2629f57934 (patch) | |
| tree | 762f5da440a2026f5dd80d752604b00c1920c9c9 /ChangeLog | |
| parent | b6d2004e9d573a4d039b0311e1ddad8d66983f7e (diff) | |
| download | ruby-24788ea7f6f3ec9d911ac1fce3411a2629f57934.tar.gz ruby-24788ea7f6f3ec9d911ac1fce3411a2629f57934.tar.xz ruby-24788ea7f6f3ec9d911ac1fce3411a2629f57934.zip | |
* ext/socket/socket.c (Init_socket): IPv6 is not supported although
AF_INET6 is defined on MinGW.
* lib/ipaddr.rb (AF_INET6): workaround in the environment which does
not support IPv6.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Dec 14 18:46:48 2003 WATANABE Hirofumi <eban@ruby-lang.org> + + * ext/socket/socket.c (Init_socket): IPv6 is not supported although + AF_INET6 is defined on MinGW. + + * lib/ipaddr.rb (AF_INET6): workaround in the environment which does + not support IPv6. + Sat Dec 13 18:55:16 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/iconv/charset_alias.rb: preserve original order. |
