summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bc001e179..77ea2dfd7 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>