From 7a796ddefc977dabe6f1415bcbe3e5310191b0c6 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 4 Oct 2007 18:23:22 +0000 Subject: * lib/ipaddr.rb (coerce_other): Support type coercion and make &, |, == and include? accept a string or an integer instead of an IPAddr object as the argument. * lib/ipaddr.rb (initialize): Give better error messages. * lib/ipaddr.rb: Improve documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a33ec9fef7..5d2df550ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri Oct 5 03:14:45 2007 Akinori MUSHA + + * lib/ipaddr.rb (coerce_other): Support type coercion and make &, + |, == and include? accept a string or an integer instead of an + IPAddr object as the argument. + + * lib/ipaddr.rb (initialize): Give better error messages. + + * lib/ipaddr.rb: Improve documentation. + Thu Oct 4 20:45:53 2007 NAKAMURA Usaku * process.c (Init_process): win32 has our own WNOHANG definition, so -- cgit v1.2.3