aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-26 17:32:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-26 17:32:22 +0000
commitfc9a7983cfee35543b31d36f698d3b10ac9273ac (patch)
treef902785f49a6fcf7189c49d3674a7d6a3e3edc54 /ChangeLog
parent7ae8e804eda74c742fa2c7c8e7c5da5087d7b3be (diff)
downloadruby-fc9a7983cfee35543b31d36f698d3b10ac9273ac.tar.gz
* lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES
occurs. this is a workaround for mswin32. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ca4411e13..cdd2f00d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
+Thu Dec 27 02:25:45 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCES
+ occurs. this is a workaround for mswin32.
+
Wed Dec 26 22:47:31 2007 NARUSE, Yui <naruse@ruby-lang.org>
- * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
+ * lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array of
Resolv::DNS::Label::Str.
* lib/resolv.rb (Resolv::DNS::MessageEncoder#put_label): String#string
is not defined, so replace to_s.
- * lib/resolv.rb (Resolv::IPv6#to_name): ip6.int is obsoleted by ip6.arpa.
+ * lib/resolv.rb (Resolv::IPv6#to_name): ip6.int is obsoleted by
+ ip6.arpa.
Wed Dec 26 21:27:02 2007 Tadayoshi Funaba <tadf@dotrb.org>