From fab90304db751dca1d22bf39335061875fac9ffe Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 21 Jun 2009 09:14:39 +0000 Subject: merges r23670 from trunk into ruby_1_9_1. -- * file.c (file_expand_path): associate the input encoding when copying an absolute path. [ruby-dev:38594] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f4fae9ea5..1d633b954 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 12 14:56:50 2009 Nobuyoshi Nakada + + * file.c (file_expand_path): associate the input encoding when + copying an absolute path. [ruby-dev:38594] + Thu Jun 11 15:27:17 2009 Yukihiro Matsumoto * lib/prime.rb: documentation typo fixed. a patch from okkez. -- cgit