From 376c4e8100082b2012306ac87b05033bf9fbfe00 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 Jan 2015 09:52:53 +0000 Subject: dir.c: normalize CIFS too * dir.c (need_normalization): not only HFS+, CIFS (SMB) is also decomposed. [Bug #10704] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc882cc3e2..59af0c7362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Jan 7 18:52:50 2015 Nobuyoshi Nakada + + * dir.c (need_normalization): not only HFS+, CIFS (SMB) is also + decomposed. [Bug #10704] + + * dir.c (NORMALIZE_UTF8PATH): Unicode decomposition seems to + perform in an upper layer than file systems on OSX, as all path + names are always decomposed regardless of file system types. + Tue Jan 6 21:41:04 2015 Tanaka Akira * time.c (timelocalw): Set tm_isdst field -1 if vtm->isdst is -- cgit v1.2.3