diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 18:23:22 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 18:23:22 +0000 |
| commit | c48637df5431625cbd9c89b73da73e1abfa53ff1 (patch) | |
| tree | d1509d5a00fbe90223e12eb292287514e1527e19 /ChangeLog | |
| parent | edb09afda4f65a2a87599323c71668d48f28c1c4 (diff) | |
| download | ruby-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
