From d2ad88a9fec4d06675c80f2a2d0c9688baf11169 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 27 May 2001 17:24:24 +0000 Subject: * dir.c (glob_helper): teach has_magic() to handle flags and get glob_helper to properly support FNM_NOESCAPE. * dir.c (fnmatch): fix a bug when FNM_PATHNAME and FNM_PERIOD are specified at the same time. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 289320f88..8765cdf53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon May 28 02:20:38 2001 Akinori MUSHA + + * dir.c (glob_helper): teach has_magic() to handle flags and get + glob_helper to properly support FNM_NOESCAPE. + + * dir.c (fnmatch): fix a bug when FNM_PATHNAME and FNM_PERIOD are + specified at the same time. + Sat May 26 07:05:45 2001 Usaku Nakamura * MANIFEST: add win32/dir.h . -- cgit