summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-11 05:37:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-11 05:37:41 +0000
commit6fc32eb8bbd0ab3c9b24dd73a3b6b17fd180379d (patch)
tree4cf26094005f75cad8632b99283f4617829d23b9 /ChangeLog
parent764722dc2737f7ee2686c1012539d1c5bd6446b8 (diff)
* lib/pathname.rb (realpath_rec): fix handling of symlink to absolute
path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b1a3785e3..aa59c423a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Oct 11 14:35:14 2003 Tanaka Akira <akr@m17n.org>
+
+ * lib/pathname.rb (realpath_rec): fix handling of symlink to absolute
+ path.
+
Sat Oct 11 10:19:39 2003 Shugo Maeda <shugo@ruby-lang.org>
* lib/monitor.rb: handle exceptions correctly. Thanks, Gennady