From e1124ffa21685ece8854b6e198e47cafadd64d07 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 16 Mar 2004 04:12:50 +0000 Subject: Fix ChangeLog git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47c55a346a..61c1988389 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,8 +6,8 @@ Tue Mar 16 11:14:17 Hirokazu Yamamoto * dir.c (fnmatch_helper): File.fnmatch('\/', '/', File::FNM_PATHNAME) should return true. (Rev1.112 lost compatiblity) - * dir.c (fnmatch): '**/' shouldn't match leading period unless - File::FNM_DOTMATCH is set. + * dir.c (fnmatch): File.fnmatch('**/.boo', '.foo/.boo', + File::FNM_PATHNAME) should return false because of leading period. Mon Mar 15 10:14:51 2004 GOTOU Yuuzou -- cgit v1.2.3