From 6c8c1114fc52ad363d97330cd0f17f98272e81d4 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 11 Oct 2003 06:42:41 +0000 Subject: * lib/pathname.rb (realpath): re-implemented. (realpath_root?, realpath_rec): removed git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aa59c423a..772776f18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -Sat Oct 11 14:35:14 2003 Tanaka Akira +Sat Oct 11 15:41:06 2003 Tanaka Akira - * lib/pathname.rb (realpath_rec): fix handling of symlink to absolute - path. + * lib/pathname.rb (realpath): re-implemented. + (realpath_root?, realpath_rec): removed Sat Oct 11 10:19:39 2003 Shugo Maeda -- cgit