From 355cdb45ad393a498fc23f02accb0626de4c9755 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 13 Mar 2002 10:11:09 +0000 Subject: * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced instead, which has the opposite meaning of FNM_PERIOD. * dir.c: Dir::glob now accepts optional FNM_* flags via the second argument, whereas Dir::[] doesn't. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 875120338..f1e100943 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Mar 13 19:05:15 2002 Akinori MUSHA + + * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced + instead, which has the opposite meaning of FNM_PERIOD. + + * dir.c: Dir::glob now accepts optional FNM_* flags via the second + argument, whereas Dir::[] doesn't. + Wed Mar 13 18:36:55 2002 Akinori MUSHA * lib/getopts.rb: single_options can be nil[*], and is not not -- cgit