summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-12 15:00:39 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-12 15:00:39 +0000
commitc6e5374aae7aeb3a047361410c6fa86e57c9d640 (patch)
tree2a7510de502d12dd460af109a89187fa08f91e0e /ChangeLog
parente8ec668627b845ab25dbda9e575dcfb138a9ee67 (diff)
* dir.c (fnmatch):
directory recursion '**/' can be used with File::FNM_PATHNAME. [ruby-dev:22901] * dir.c (fnmatch_helper): only '/' is accepted as path separator even in DOSISH environment. [ruby-dev:22974] [ruby-list:39337] * dir.c (fnmatch_helper): faster '*' matching. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04b36b162c..96bd32f966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Fri Mar 12 23:52:56 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
+
+ * dir.c (fnmatch):
+ directory recursion '**/' can be used with File::FNM_PATHNAME.
+ [ruby-dev:22901]
+
+ * dir.c (fnmatch_helper):
+ only '/' is accepted as path separator even in DOSISH environment.
+ [ruby-dev:22974] [ruby-list:39337]
+
+ * dir.c (fnmatch_helper):
+ faster '*' matching.
+
Fri Mar 12 20:19:16 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (rb_cv_noreturn): default for platforms not support