From 158da4e8000a6c26651c3ce9a4fd5e01addb6eec Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 16 Feb 2004 01:33:12 +0000 Subject: * dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance in Win32. This is achived by calling downcase() for single-byte characters. CharLower() is only called for multi-byte characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c2d322214..735dede03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Feb 16 10:29:52 2004 Hirokazu Yamamoto + + * dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance + in Win32. This is achived by calling downcase() for single-byte + characters. CharLower() is only called for multi-byte characters. + Mon Feb 16 02:14:29 2004 Hirokazu Yamamoto * bcc32/Makefile.sub: should warn suspicious pointer conversion. -- cgit