summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-14 01:49:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-14 01:49:23 +0000
commit439ad47eb8a9d141d818eada9ce71503a4fb1d85 (patch)
tree169f53312094825df58a8bf0693507723756745d /ChangeLog
parent122018e8029d5f6052d7448d8da1ec3f005d4afb (diff)
* file.c (rb_find_file_ext, rb_find_file): canonicalize absolute
paths. [ruby-core:23845] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c12026493d..8855bd706c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sun Jun 14 10:23:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Jun 14 10:49:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (rb_find_file_ext, rb_find_file): canonicalize absolute
+ paths. [ruby-core:23845]
* file.c (rb_file_size): added rdoc. a patch from Run Paint Run
Run at [ruby-core:23839].