diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-16 02:24:47 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-16 02:24:47 +0000 |
| commit | 63b8d6c9a5acc52661bb067f1cc671d8a0339366 (patch) | |
| tree | 8197bbab42b7e80c607cd5acd4189d05a4f468f9 /ChangeLog | |
| parent | 626ea3ef827145f13ae65d761c3da2f75bd5b190 (diff) | |
| download | ruby-63b8d6c9a5acc52661bb067f1cc671d8a0339366.tar.gz ruby-63b8d6c9a5acc52661bb067f1cc671d8a0339366.tar.xz ruby-63b8d6c9a5acc52661bb067f1cc671d8a0339366.zip | |
* dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true.
(Rev1.112 lost compatiblity)
* 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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Mar 16 11:14:17 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true. + (Rev1.112 lost compatiblity) + + * 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. + Mon Mar 15 10:14:51 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder): |
