summaryrefslogtreecommitdiff
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
commitd68321c18e416fe33be26060f0ac138616bedfa8 (patch)
tree059738611744ef969933712e546559f13853a74b /ChangeLog
parentcbd71ac426c72fc34f9ace1445808fadf6535ef9 (diff)
* 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: svn+ssh://ci.ruby-lang.org/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 6131f9c184..0025ef9ae2 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):