From adc8130ca269ace7ef49139b6b9fc7f5fd622759 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 24 Jun 2004 23:10:55 +0000 Subject: * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() should give us packed address, not struct sockaddr. [ruby-core:03053] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d33851af3..fdf23c92c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,12 @@ Thu Jun 24 01:25:21 2004 Shugo Maeda * version.h: added declarations of ruby_version, ruby_release_date, ruby_platform. +Thu Jun 24 01:07:15 2004 Yukihiro Matsumoto + + * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() + should give us packed address, not struct sockaddr. + [ruby-core:03053] + Wed Jun 23 22:19:10 2004 Dave Thomas * ext/socket/socket.c (sock_s_gethostbyaddr): Work around problem -- cgit