summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-24 09:49:59 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-02-24 09:49:59 +0000
commit1655f6be28c425977bcb97e730d93bb430b77bfb (patch)
tree159a9c148973ec4f57f0e455ac274cba1cc2f5b7 /ChangeLog
parent3eb3af99bfdb03db6e549c0c974502fb36ca56e2 (diff)
downloadruby-1655f6be28c425977bcb97e730d93bb430b77bfb.tar.gz
ruby-1655f6be28c425977bcb97e730d93bb430b77bfb.tar.xz
ruby-1655f6be28c425977bcb97e730d93bb430b77bfb.zip
* dir.c (glob_helper): '**/' should not match leading period
unless File::FNM_DOTMATCH is set. (like '*/') git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20db99c5c..367ae1509 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+Tue Feb 24 18:42:03 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * dir.c (glob_helper): '**/' should not match leading period
+ unless File::FNM_DOTMATCH is set. (like '*/')
+
Tue Feb 24 18:03:14 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108.
Tue Feb 24 17:07:17 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
- * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was broken
+ * dir.c (fnmatch): File.fnmatch with File::FNM_PATHNAME was broken
for the pattern including '*' followed by '/'.
Tue Feb 24 13:22:21 2004 Dave Thomas <dave@pragprog.com>