From c03edd092ab6d67f5263406d26000bce0ce80dc5 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 19 Jan 2005 09:08:39 +0000 Subject: * lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases. (backported from CVS HEAD) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e45e477c..48fdbc29d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +Wed Jan 19 18:06:40 2005 NAKAMURA Usaku + + * lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases. + (backported from CVS HEAD) + Wed Jan 19 01:16:30 2005 Tanaka Akira - * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignore - domain and search directive without an argument. + * lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignore + domain and search directive without an argument. reported by Sam Roberts. [ruby-talk:126781] Tue Jan 18 15:03:05 2005 GOTOU Yuuzou -- cgit