From 98fd5f5caef38b2349588537a2061452479f6ea1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 2 Sep 2003 05:12:39 +0000 Subject: * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). the patch is submitted by nmu . * ext/socket/getaddrinfo.c (getaddrinfo): should use in6_addr8 on some platforms. * ext/socket/getnameinfo.c (getnameinfo): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e617126c..2051ae112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 2 14:09:20 2003 Yukihiro Matsumoto + + * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). + the patch is submitted by nmu . + + * ext/socket/getaddrinfo.c (getaddrinfo): should use in6_addr8 on + some platforms. + + * ext/socket/getnameinfo.c (getnameinfo): ditto. + Tue Sep 2 14:02:19 2003 * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception @@ -141,8 +151,8 @@ Thu Aug 28 17:30:24 2003 Yukihiro Matsumoto included modules, if klass is Object. [ruby-talk:79302] * numeric.c (check_uint): check should be done using UINT_MAX, not - INT_MAX. this fix is submitted by in - [ruby-core:01486] + INT_MAX. this fix is submitted by Lyle Johnson + in [ruby-core:01486] Thu Aug 28 05:02:52 2003 Yukihiro Matsumoto -- cgit