summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 18:56:32 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-04 18:56:32 +0000
commit97f82f2c5bb991cde4866f0879dbc3cbf61b7848 (patch)
tree6f27e43cbaa0e9d52fe2c1a6171e192b71358331 /ChangeLog
parentc48637df5431625cbd9c89b73da73e1abfa53ff1 (diff)
downloadruby-97f82f2c5bb991cde4866f0879dbc3cbf61b7848.tar.gz
ruby-97f82f2c5bb991cde4866f0879dbc3cbf61b7848.tar.xz
ruby-97f82f2c5bb991cde4866f0879dbc3cbf61b7848.zip
* lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
comparable. * lib/ipaddr.rb (succ): Implement IPAddr#succ. You can now create a range between two IPAddr's, which (Range) object is enumeratable. * lib/ipaddr.rb (to_range): A new method to create a Range object for the (network) address. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2df550e..5b76d4b77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Fri Oct 5 03:25:51 2007 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddr
+ comparable.
+
+ * lib/ipaddr.rb (succ): Implement IPAddr#succ. You can now create
+ a range between two IPAddr's, which (Range) object is
+ enumeratable.
+
+ * lib/ipaddr.rb (to_range): A new method to create a Range object
+ for the (network) address.
+
Fri Oct 5 03:14:45 2007 Akinori MUSHA <knu@iDaemons.org>
* lib/ipaddr.rb (coerce_other): Support type coercion and make &,