summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-22 00:58:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-22 00:58:04 +0000
commit34b365b1e71d36185141125c84120623276fad92 (patch)
treedf82d5077ae1da979acd74e349ccdefc7da2bfbb /ChangeLog
parent408728d75dd12fc21d6246a9473fd08a26d75a22 (diff)
* file.c (eaccess): workaround for recent msvcrt's behavior.
[ruby-core:16460] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3dd0e10f..241493557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 22 09:56:51 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * file.c (eaccess): workaround for recent msvcrt's behavior.
+ [ruby-core:16460]
+
Mon Apr 21 19:08:32 2008 Tanaka Akira <akr@fsij.org>
* io.c (copy_stream_body): call rb_io_check_readable and