From 09c48f692c3276745fba4651977e02a136ce1200 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 28 Aug 2008 03:51:22 +0000 Subject: * file.c (rb_file_s_expand_path): new class method for class File. * file.c (file_expand_path): add absolute_path handling (no ~user expansion). [ruby-core:18319] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6131f9c18..0025ef9ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,6 +105,13 @@ Tue Aug 26 21:44:39 2008 Tanaka Akira * transcode.c (rb_econv_binmode): binmode is effective only once. +Tue Aug 26 19:43:59 2008 Yukihiro Matsumoto + + * file.c (rb_file_s_expand_path): new class method for class File. + + * file.c (file_expand_path): add absolute_path handling (no ~user + expansion). [ruby-core:18319] + Tue Aug 26 19:27:54 2008 Akinori MUSHA * test/ruby/test_enum.rb (TestEnumerable#test_each_with_object): -- cgit