From 0820c654b26dd36145d1bd394ea58df80fc54918 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 19 Sep 2009 08:33:01 +0000 Subject: * dir.c (GlobPathValue), file.c (rb_get_path_check): path names must be ASCII compatible. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e60804770..c93345a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 19 17:32:59 2009 Nobuyoshi Nakada + + * dir.c (GlobPathValue), file.c (rb_get_path_check): path names + must be ASCII compatible. + Sat Sep 19 00:02:19 2009 Nobuyoshi Nakada * include/ruby/ruby.h (rb_type): forward declaration to suppress a -- cgit