From 74ec8a777bf91f3c5994c196aa4e58f507ace5f2 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 10 Jun 2009 09:15:55 +0000 Subject: * dir.c (dir_s_getwd): directory path's encoding should be filesystem's one. * lib/tmpdir.rb: ditto (but not finished yet.) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 84673a12d..aa218a6ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 10 18:15:17 2009 NAKAMURA Usaku + + * dir.c (dir_s_getwd): directory path's encoding should be filesystem's + one. + + * lib/tmpdir.rb: ditto (but not finished yet.) + Wed Jun 10 06:28:15 2009 Eric Hodel * lib/rubygems*: Upgrade to RubyGems 1.3.4 r2223. -- cgit