-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* dir.c (glob_helper): '**/' should not match leading period
unless File::FNM_DOTMATCH is set. (like '*/') git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
ocean
committed
Feb 24, 2004
1 parent
9af2f9e
commit b381815
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
Tue Feb 24 18:42:03 Hirokazu Yamamoto <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* test/ruby/test_file.rb (test_fnmatch): test for dir.c:1.108. | ||
|
||
Tue Feb 24 17:07:17 Hirokazu Yamamoto <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters