ruby-changes:40600
From: hsbt <ko1@a...>
Date: Fri, 20 Nov 2015 12:48:21 +0900 (JST)
Subject: [ruby-changes:40600] hsbt:r52679 (trunk): * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo().
hsbt 2015-11-20 12:48:10 +0900 (Fri, 20 Nov 2015) New Revision: 52679 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52679 Log: * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo(). It's typically not a support option. [ci skip][fix GH-990] Patch by @eam Modified files: trunk/ChangeLog trunk/ext/socket/socket.c Index: ChangeLog =================================================================== --- ChangeLog (revision 52678) +++ ChangeLog (revision 52679) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Nov 20 12:48:04 2015 SHIBATA Hiroshi <hsbt@r...> + + * ext/socket/socket.c: remove mention of :UNIX in getaddrinfo(). + It's typically not a support option. + [ci skip][fix GH-990] Patch by @eam + Fri Nov 20 12:44:06 2015 SHIBATA Hiroshi <hsbt@r...> * lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod. Index: ext/socket/socket.c =================================================================== --- ext/socket/socket.c (revision 52678) +++ ext/socket/socket.c (revision 52679) @@ -1123,7 +1123,7 @@ sock_s_getservbyport(int argc, VALUE *ar https://github.com/ruby/ruby/blob/trunk/ext/socket/socket.c#L1123 * * Obtains address information for _nodename_:_servname_. * - * _family_ should be an address family such as: :INET, :INET6, :UNIX, etc. + * _family_ should be an address family such as: :INET, :INET6, etc. * * _socktype_ should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/