From d19ba9bb696824aae6a24bc6d113e0e2182d97ee Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 22 Oct 2008 23:12:02 +0000 Subject: * ext/socket/socket.c (sock_s_getservbyport): port should be network byte order. a patch from Dave Thomas in [ruby-core:19454]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e7c12e583..31ad3a733 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 23 08:06:03 2008 Yukihiro Matsumoto + + * ext/socket/socket.c (sock_s_getservbyport): port should be + network byte order. a patch from Dave Thomas in [ruby-core:19454]. + Thu Oct 23 01:26:25 2008 Yukihiro Matsumoto * string.c (rb_str_conv_enc_opts): new function to convert with -- cgit