summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 18:23:22 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 18:23:22 +0000
commitc48637df5431625cbd9c89b73da73e1abfa53ff1 (patch)
treed1509d5a00fbe90223e12eb292287514e1527e19 /ChangeLog
parentedb09afda4f65a2a87599323c71668d48f28c1c4 (diff)
downloadruby-c48637df5431625cbd9c89b73da73e1abfa53ff1.tar.gz
ruby-c48637df5431625cbd9c89b73da73e1abfa53ff1.tar.xz
ruby-c48637df5431625cbd9c89b73da73e1abfa53ff1.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@13627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a33ec9fef..5d2df550e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Fri Oct 5 03:14:45 2007 Akinori MUSHA <knu@iDaemons.org>
+
+ * 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 <usa@ruby-lang.org>
* process.c (Init_process): win32 has our own WNOHANG definition, so