From e24e1979cb38d809e09effecef9d1efb20a06442 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 20 Feb 2015 06:11:20 +0000 Subject: merge revision(s) 49478,49536,49533,49537: [Backport #10819] * dir.c (glob_helper): obtain real name with FindFirstFile API instead of matchin all entries, on Windows. [ruby-core:67954] [Bug #10819] * dir.c (has_magic): always get long path name on Windows even if no tilde is there. [ruby-core:68011] [Bug #10819] * dir.c (replace_real_basename): FindFirstFile ignore redirection character, check if exists before call it. cf. [Bug #8597] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@49656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64a642daf8..2d9235bee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Feb 20 15:08:17 2015 Nobuyoshi Nakada + + * dir.c (has_magic): always get long path name on Windows even if + no tilde is there. [ruby-core:68011] [Bug #10819] + + * dir.c (replace_real_basename): FindFirstFile ignore redirection + character, check if exists before call it. cf. [Bug #8597] + +Fri Feb 20 15:08:17 2015 Nobuyoshi Nakada + + * dir.c (glob_helper): obtain real name with FindFirstFile API + instead of matchin all entries, on Windows. + [ruby-core:67954] [Bug #10819] + Fri Feb 20 14:32:14 2015 Nobuyoshi Nakada * dir.c (dir_initialize): workaround of opendir failure at symlink -- cgit v1.2.3