summaryrefslogtreecommitdiffstats
path: root/lib/ipaddr.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/ipaddr.rb (in_addr, in6_addr, addr_mask): Make some minorknu2007-10-041-14/+6
* * lib/ipaddr.rb (<=>): Implement IPAddr#<=> and make IPAddrknu2007-10-041-0/+31
* * lib/ipaddr.rb (coerce_other): Support type coercion and make &,knu2007-10-041-34/+55
* Move Example so RDoc picks it up.drbrain2006-08-041-23/+22
* Documentation cleanup.drbrain2006-08-041-15/+15
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * lib/ipaddr.rb (test_s_new): typo.usa2005-01-191-0/+1
* * lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.usa2005-01-191-1/+5
* lib/ipaddr.rb (initialize): rescue StandardError.eban2003-12-181-1/+1
* * lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban2003-12-181-3/+53
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-0/+12
* * lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...nobu2003-04-241-3/+13
* * MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.knu2002-12-231-0/+690