ruby-changes:33073
From: akr <ko1@a...>
Date: Sun, 23 Feb 2014 14:17:57 +0900 (JST)
Subject: [ruby-changes:33073] akr:r45152 (trunk): Fix filename and function name.
akr 2014-02-23 14:17:51 +0900 (Sun, 23 Feb 2014) New Revision: 45152 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45152 Log: Fix filename and function name. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 45151) +++ ChangeLog (revision 45152) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Sun Feb 23 12:18:54 2014 Nobuyoshi Nakada <nobu@r...> - * ext/socket/option.c (inet_pton): use rb_w32_inet_pton, instead of - inet_ntop directly, which is unavailable on older version Windows. + * ext/socket/raddrinfo.c (inet_pton): use rb_w32_inet_pton, instead of + inet_pton directly, which is unavailable on older version Windows. * include/ruby/win32.h, win32/win32.c (rb_w32_inet_pton): add a wrapper function for inet_pton minimum supported client is -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/