summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 03:51:22 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 03:51:22 +0000
commit09c48f692c3276745fba4651977e02a136ce1200 (patch)
tree059738611744ef969933712e546559f13853a74b /ChangeLog
parent668d053fba16e6e39d11789d5e3fb40045ec6c65 (diff)
downloadruby-09c48f692c3276745fba4651977e02a136ce1200.tar.gz
ruby-09c48f692c3276745fba4651977e02a136ce1200.tar.xz
ruby-09c48f692c3276745fba4651977e02a136ce1200.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <akr@fsij.org>
* transcode.c (rb_econv_binmode): binmode is effective only once.
+Tue Aug 26 19:43:59 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <knu@iDaemons.org>
* test/ruby/test_enum.rb (TestEnumerable#test_each_with_object):