aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 07:34:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-26 07:34:50 +0000
commit075ca923a4b3bb4a47250ffe957906b8047eb47f (patch)
tree05cef34ae8118dfa94aa80ea519dd8492160ef83 /ChangeLog
parent2c23bf741f6cde803c5232c02fd4f79ef51dc5b1 (diff)
downloadruby-075ca923a4b3bb4a47250ffe957906b8047eb47f.tar.gz
* test/ruby/test_file.rb: skip the test of atime on Windows, because
Windows delays updating atime about 1 hour. see more details: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724290%28v=vs.85%29.aspx git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb57343cd..3ebfcd908b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 26 16:33:15 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * test/ruby/test_file.rb: skip the test of atime on Windows, because
+ Windows delays updating atime about 1 hour.
+ see more details:
+ http://msdn.microsoft.com/en-us/library/windows/desktop/ms724290%28v=vs.85%29.aspx
+
Mon May 26 12:25:36 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/optionparser.rb, lib/optparse.rb (OptParse): aliases.