From ef499d9b13fed87a0042d9624c8d07539f4ea702 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 21 Nov 2009 05:45:48 +0000 Subject: * file.c (file_path_convert): delay getting UTF8-MAC encoding while really needed. [ruby-core:26807] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 051eb5715..6da478814 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 21 14:44:16 2009 NARUSE, Yui + + * file.c (file_path_convert): delay getting UTF8-MAC encoding + while really needed. [ruby-core:26807] + Fri Nov 20 21:16:54 2009 Tanaka Akira * vm_eval.c (rb_search_method_entry): avoid trigraph. -- cgit