From dc6075844d95c40001a0ec6ef4f8af19c0da58d9 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 13 Mar 2010 14:50:26 +0000 Subject: * file.c (file_expand_path): should not just copy the encoding from fname. [ruby-core:28635] * file.c (EXPAND_PATH_BUFFER): set filesystem_encoding, not usascii for path buffer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 296da1bdf6..f77871d28f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Mar 13 23:48:27 2010 Yukihiro Matsumoto + + * file.c (file_expand_path): should not just copy the encoding + from fname. [ruby-core:28635] + + * file.c (EXPAND_PATH_BUFFER): set filesystem_encoding, not + usascii for path buffer. + Sat Mar 13 17:48:43 2010 Nobuyoshi Nakada * tool/file2lastrev.rb: refactord. fixed changed revision of git. -- cgit v1.2.3