From e59d5667c7769ffbe77f50687cb4393ca9280b2b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 4 Nov 2012 01:19:11 +0000 Subject: dir.c: FNM_EXTGLOB * dir.c (file_s_fnmatch): match with expanding braces if FNM_EXTGLOB is set. [ruby-core:40037] [Feature #5422] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 17b44b18a2..4190fe7a32 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,11 @@ with all sufficient information, see the ChangeLog file. * aliased method: * ENV.to_h is a new alias for ENV.to_hash + * File: + * extended method: + * File.fnmatch? now expands braces in the pattern if + File::FNM_EXTGLOB option is given. + * Hash * added method: * added Hash#to_h as explicit conversion method, like Array#to_a. -- cgit v1.2.3