From ea9c5b437d5485ac48787258b745e140e39ce0f1 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 4 Mar 2009 09:19:31 +0000 Subject: merges r22655,r22658,r22660 and r22661 from trunk into ruby_1_9_1. -- * 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] -- * file.c (file_load_ok): cygwin allows to open directories. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75e06ac6d..68c8d77be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 27 17:45:25 2009 Nobuyoshi Nakada + + * file.c (file_load_ok): checks if regular file, except for the + platform disallows to open directories, e.g. dosish. + [ruby-dev:38097], [Bug #1221] + Wed Feb 25 12:27:59 2009 Nobuyoshi Nakada * string.c (rb_str_force_encoding): should clear coderange at changing -- cgit