From f043d2f971d97ba5b2dfdf3f93e00accf8a3d3ad Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 13 Jun 2001 10:51:39 +0000 Subject: * dir.c (Init_Dir): add a new method File::fnmatch? along with File::Constants::FNM_*. While I am here, FNM_NOCASE is renamed to FNM_CASEFOLD which is commonly used by *BSD and GNU libc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbbf0cfbd..748eaf699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 13 19:34:59 2001 Akinori MUSHA + + * dir.c (Init_Dir): add a new method File::fnmatch? along with + File::Constants::FNM_*. While I am here, FNM_NOCASE is renamed + to FNM_CASEFOLD which is commonly used by *BSD and GNU libc. + Tue Jun 12 14:21:28 2001 Nobuyoshi Nakada * lib/mkmf.rb: target_prefix is only for installation, not for -- cgit