From db642ba82ed08e2585e4f09f961db0e759c9cb0a Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 12 Mar 2004 15:00:39 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@5944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04b36b162..96bd32f96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Fri Mar 12 23:52:56 Hirokazu Yamamoto + + * 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 * configure.in (rb_cv_noreturn): default for platforms not support -- cgit