From 36ef64510edba7a70e561ea83168f04689008ccc Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Feb 2009 06:17:01 +0000 Subject: * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 768c3b8b1..5956a4e8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 19 15:17:00 2009 Nobuyoshi Nakada + + * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths. + Thu Feb 19 15:14:25 2009 Nobuyoshi Nakada * ext/etc/etc.c (etc_each_group): defines only when Etc::Group is -- cgit