summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-27 08:45:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-27 08:45:26 +0000
commit12331d4939f431e84ed7ca26efc53d7dcf861cf0 (patch)
treed0fde81060e1c6b4c5207c7d2fc0d5c50e4f05dd /ChangeLog
parentc660a9c466dc6368bae07f2c3b1451b8102fa3c0 (diff)
* file.c (file_load_ok): checks if regular file, except for the
platform disallows to open directories, e.g. cygwin. [ruby-dev:38097], [Bug #1221] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc001e1795..77ea2dfd7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
-Fri Feb 27 15:49:41 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Feb 27 17:45:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
- * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]
+ * file.c (file_load_ok): checks if regular file, except for the
+ platform disallows to open directories, e.g. cygwin.
+ [ruby-dev:38097], [Bug #1221]
Fri Feb 27 14:39:40 2009 NAKAMURA Usaku <usa@ruby-lang.org>