From a3992d65fb3597fd34f7eaed6ea18a4c140d3850 Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 22 Aug 2008 03:32:13 +0000 Subject: * dir.c (dir_enc_str_new): set US-ASCII to the path when the path is 7bit string and encoding is ASCII compatible. * dir.c (push_glob): set file system encoding when argument encoding is US-ASCII. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 05e115af8..c6933f231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 22 11:36:31 2008 NARUSE, Yui + + * dir.c (dir_enc_str_new): set US-ASCII to the path + when the path is 7bit string and encoding is ASCII compatible. + + * dir.c (push_glob): set file system encoding when argument encoding + is US-ASCII. + Fri Aug 22 11:30:38 2008 NARUSE, Yui * dir.c (dir_enc_str_new): renamed from dir_enc_str. -- cgit